|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.Graph.Vertex
public static class Graph.Vertex
Struct-like class that represents a vertex of the construction graph.
Method Summary | |
---|---|
net.sf.myra.datamining.data.Attribute |
getAttribute()
Returns the attribute represented by this vertex. |
double |
getHeuristic()
Returns the heuristic information associated with this vertex. |
double |
getPheromone()
Returns the pheromone associated with this vertex. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public net.sf.myra.datamining.data.Attribute getAttribute()
public double getPheromone()
public double getHeuristic()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |