Uses of Class
LBJ2.classify.RealFeature

Packages that use RealFeature
LBJ2.classify Contains classes representing classifiers and features, as well as utility classes related to classifiers and features that may come in handy. 
 

Uses of RealFeature in LBJ2.classify
 

Subclasses of RealFeature in LBJ2.classify
 class RealArrayFeature
          A real array feature keeps track of its index in the classifier's returned array.
 

Methods in LBJ2.classify with parameters of type RealFeature
protected  Feature DiscreteFeature.conjunctWith(RealFeature f, Classifier c)
          Create a feature representing the conjunction of this feature with the given argument feature.
protected  Feature DiscreteArrayFeature.conjunctWith(RealFeature f, Classifier c)
          Create a feature representing the conjunction of this feature with the given argument feature.
protected  Feature RealFeature.conjunctWith(RealFeature f, Classifier c)
          Create a feature representing the conjunction of this feature with the given argument feature.
protected  Feature RealArrayFeature.conjunctWith(RealFeature f, Classifier c)
          Create a feature representing the conjunction of this feature with the given argument feature.
protected abstract  Feature Feature.conjunctWith(RealFeature f, Classifier c)
          Create a feature representing the conjunction of this feature with the given argument feature.