Uses of Class
Instance

Uses of Instance in <Unnamed>
 

Methods in <Unnamed> that return types with arguments of type Instance
 java.util.ArrayList<Instance> InstanceSet.getInstances()
          Get a list of all instances in this instance set.
 

Methods in <Unnamed> with parameters of type Instance
abstract  java.lang.String DecisionTree.decide(AttributeSet attributes, Instance instance)
          Return the decision tree's decision for the given instance: that is, the classification that should be assigned to the instance.
 java.lang.String DecisionTreeInternal.decide(AttributeSet attributes, Instance instance)
           
 java.lang.String DecisionTreeLeaf.decide(AttributeSet attributes, Instance instance)
           
 

Constructor parameters in <Unnamed> with type arguments of type Instance
InstanceSet(AttributeSet attributeSet, java.util.ArrayList<Instance> instances)
          Construct an InstanceSet from a list of instances