Uses of Class
LBJ2.classify.RealArrayFeature

Packages that use RealArrayFeature
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 RealArrayFeature in LBJ2.classify
 

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