Uses of Class
org.apache.mahout.classifier.df.data.Instance

Packages that use Instance
org.apache.mahout.classifier.df   
org.apache.mahout.classifier.df.data   
org.apache.mahout.classifier.df.data.conditions   
org.apache.mahout.classifier.df.node   
 

Uses of Instance in org.apache.mahout.classifier.df
 

Methods in org.apache.mahout.classifier.df with parameters of type Instance
 double DecisionForest.classify(Dataset dataset, Random rng, Instance instance)
          predicts the label for the instance
 

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

Methods in org.apache.mahout.classifier.df.data that return Instance
 Instance DataConverter.convert(CharSequence string)
           
 Instance Data.get(int index)
          Returns the element at the specified position
 

Methods in org.apache.mahout.classifier.df.data with parameters of type Instance
 boolean Data.contains(Instance v)
           
 double Dataset.getLabel(Instance instance)
           
 

Constructor parameters in org.apache.mahout.classifier.df.data with type arguments of type Instance
Data(Dataset dataset, List<Instance> instances)
           
 

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

Methods in org.apache.mahout.classifier.df.data.conditions with parameters of type Instance
 boolean Lesser.isTrueFor(Instance instance)
           
 boolean GreaterOrEquals.isTrueFor(Instance v)
           
 boolean Equals.isTrueFor(Instance instance)
           
abstract  boolean Condition.isTrueFor(Instance instance)
          Returns true is the checked instance matches the condition
 

Uses of Instance in org.apache.mahout.classifier.df.node
 

Methods in org.apache.mahout.classifier.df.node with parameters of type Instance
 double NumericalNode.classify(Instance instance)
           
abstract  double Node.classify(Instance instance)
          predicts the label for the instance
 double Leaf.classify(Instance instance)
           
 double CategoricalNode.classify(Instance instance)
           
 



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