|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.classify.Classifier
LBJ2.classify.FeatureVectorReturner
public class FeatureVectorReturner
This classifier expects FeatureVectors as input, and it
simply returns them as output.
| Field Summary |
|---|
| Fields inherited from class LBJ2.classify.Classifier |
|---|
containingPackage, name |
| Constructor Summary | |
|---|---|
FeatureVectorReturner()
Default constructor. |
|
| Method Summary | |
|---|---|
FeatureVector |
classify(java.lang.Object o)
This method makes one or more decisions about a single object, returning those decisions as Features in a vector. |
java.lang.String |
getInputType()
Returns a string describing the input type of this classifier. |
java.lang.String |
getOutputType()
Returns a string describing the output type of this classifier. |
java.lang.String |
toString()
Simply returns the string "FeatureVectorReturner". |
| Methods inherited from class LBJ2.classify.Classifier |
|---|
allowableValues, classify, clone, discreteValue, discreteValueArray, featureValue, getCompositeChildren, realValue, realValueArray, test, valueIndexOf |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureVectorReturner()
| Method Detail |
|---|
public FeatureVector classify(java.lang.Object o)
Features in a vector.
classify in class Classifiero - The object to make decisions about.
Features about the input object.public java.lang.String getInputType()
getInputType in class Classifierpublic java.lang.String getOutputType()
getOutputType in class Classifierpublic java.lang.String toString()
"FeatureVectorReturner".
toString in class Classifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||