|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Branch | |
---|---|
net.sf.myra.antree | |
net.sf.myra.antree.representation |
Uses of Branch in net.sf.myra.antree |
---|
Methods in net.sf.myra.antree with parameters of type Branch | |
---|---|
protected Graph.Entry |
Graph.getEntry(Branch branch)
Returns a correspondent Entry object for the specified
branch. |
java.util.Collection<Graph.Vertex> |
Graph.getVertices(Branch branch)
Returns the collection of vertices for the specified branch. |
java.util.Collection<Graph.Vertex> |
Graph.getVertices(Branch branch,
java.util.Collection<net.sf.myra.datamining.data.Attribute> used)
Returns the collection of vertices for the specified branch. |
void |
C45Heuristic.set(Branch branch,
double[] values)
|
double |
NoHeuristic.valueFor(Branch branch,
net.sf.myra.datamining.data.Attribute attribute)
|
double |
Heuristic.valueFor(Branch branch,
net.sf.myra.datamining.data.Attribute attribute)
Returns the heuristic value for the specified attribute. |
double |
GainRatioHeuristic.valueFor(Branch branch,
net.sf.myra.datamining.data.Attribute attribute)
|
double |
C45Heuristic.valueFor(Branch branch,
net.sf.myra.datamining.data.Attribute attribute)
|
Uses of Branch in net.sf.myra.antree.representation |
---|
Methods in net.sf.myra.antree.representation that return Branch | |
---|---|
static Branch[] |
Branch.create(net.sf.myra.datamining.data.Metadata metadata,
net.sf.myra.datamining.data.Attribute attribute,
java.util.List<net.sf.myra.datamining.data.Instance> instances)
Returns a branch array for the specified attribute, one branch for each attribute value. |
static Branch[] |
Branch.create(net.sf.myra.datamining.data.Metadata metadata,
net.sf.myra.datamining.data.ContinuousAttribute attribute,
java.util.List<net.sf.myra.datamining.data.Instance> instances)
Returns a branch array for the specified continuous attribute, one branch for each discrete interval. |
static Branch[] |
Branch.create(net.sf.myra.datamining.data.Metadata metadata,
net.sf.myra.datamining.data.NominalAttribute attribute)
Returns a branch array for the specified attribute, one branch for each attribute value. |
Branch |
Node.getBranch(double value)
Returns the branch that corresponds to the specified value. |
Branch |
Node.getBranch(int index)
Returns the branch given the specified index. |
Branch |
Tree.getBranch(Node node)
Returns the branch leading to the specified node. |
Branch |
Node.getBranch(Node node)
Returns the branch that leads to the specified node. |
Branch[] |
Node.getBranches()
Returns the branches originating from this node. |
Methods in net.sf.myra.antree.representation with parameters of type Branch | |
---|---|
int |
ParentBranchEncoder.encode(Branch branch)
|
int |
LevelBranchEncoder.encode(Branch branch)
|
int |
BranchEncoder.encode(Branch branch)
Returns the code of the specified branch. |
Constructors in net.sf.myra.antree.representation with parameters of type Branch | |
---|---|
InternalNode(int level,
net.sf.myra.datamining.data.Attribute attribute,
Branch[] branches)
Creates a new internal node. |
|
Node(int level,
net.sf.myra.datamining.data.Attribute attribute,
Branch[] branches)
Creates a new node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |