Uses of Class
LBJ2.classify.DiscreteArrayFeature

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

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