|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeSet in <Unnamed> |
---|
Methods in <Unnamed> that return AttributeSet | |
---|---|
AttributeSet |
InstanceSet.getAttributeSet()
Get the set of attributes used by all the instances in this instance set. |
Methods in <Unnamed> with parameters of type AttributeSet | |
---|---|
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)
|
Constructors in <Unnamed> with parameters of type AttributeSet | |
---|---|
InstanceSet(AttributeSet attributeSet,
java.util.ArrayList<Instance> instances)
Construct an InstanceSet from a list of instances |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |