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

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

Uses of Instance in org.apache.mahout.df
 

Methods in org.apache.mahout.df with parameters of type Instance
 int DecisionForest.classify(java.util.Random rng, Instance instance)
          predicts the label for the instance
 

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

Methods in org.apache.mahout.df.data that return Instance
 Instance DataConverter.convert(int id, java.lang.String string)
           
 Instance Data.get(int index)
          Returns the element at the specified position
 

Methods in org.apache.mahout.df.data with parameters of type Instance
 boolean Data.contains(Instance v)
           
 int Data.indexof(Instance v)
           
 

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

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

Methods in org.apache.mahout.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.df.node
 

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



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.