|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attribute in <Unnamed> |
---|
Methods in <Unnamed> that return Attribute | |
---|---|
Attribute |
AttributeSet.getAttribute(java.lang.String name)
Get the attribute with the given name. |
Attribute |
AttributeSet.getClassAttribute()
Get the classification attribute for this attribute set. |
Methods in <Unnamed> that return types with arguments of type Attribute | |
---|---|
java.util.ArrayList<Attribute> |
AttributeSet.getAttributes()
Get a list of attributes in the attribute set. |
Methods in <Unnamed> with parameters of type Attribute | |
---|---|
void |
AttributeSet.addAttribute(Attribute attribute)
Add the given attribute to the attribute set. |
int |
AttributeSet.getAttributeIndex(Attribute attribute)
Get the index of the given attribute in the attribute set's ordering. |
Method parameters in <Unnamed> with type arguments of type Attribute | |
---|---|
static DecisionTree |
DecisionTree.constructDecisionTree(InstanceSet examples,
java.util.ArrayList<Attribute> attributes,
InstanceSet parentExamples,
java.lang.String label,
int depth)
Construct a decision tree according to the recursive algorithm given in figure 18.5 of Russell and Norvig (third edition). |
Constructors in <Unnamed> with parameters of type Attribute | |
---|---|
Distribution(Attribute attribute)
Create a distribution on the values of a particular attribute |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |