Uses of Class
org.apache.mahout.classifier.df.data.conditions.Condition

Packages that use Condition
org.apache.mahout.classifier.df.data   
org.apache.mahout.classifier.df.data.conditions   
 

Uses of Condition in org.apache.mahout.classifier.df.data
 

Methods in org.apache.mahout.classifier.df.data with parameters of type Condition
 Data Data.subset(Condition condition)
           
 

Uses of Condition in org.apache.mahout.classifier.df.data.conditions
 

Subclasses of Condition in org.apache.mahout.classifier.df.data.conditions
 class Equals
          True if a given attribute has a given value
 class GreaterOrEquals
          True if a given attribute has a value "greater or equal" than a given value
 class Lesser
          True if a given attribute has a value "lesser" than a given value
 

Methods in org.apache.mahout.classifier.df.data.conditions that return Condition
static Condition Condition.equals(int attr, double value)
          Condition that checks if the given attribute has a value "equal" to the given value
static Condition Condition.greaterOrEquals(int attr, double value)
          Condition that checks if the given attribute has a value "greater or equal" than the given value
static Condition Condition.lesser(int attr, double value)
          Condition that checks if the given attribute has a value "lesser" than the given value
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.