|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.data.EntropyHeuristicInformation
public class EntropyHeuristicInformation
Constructor Summary | |
---|---|
EntropyHeuristicInformation(Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
void |
initialize(net.sf.myra.framework.Graph<?> graph)
|
void |
initialize(net.sf.myra.framework.Graph<?> graph,
EntropyContent content)
Initializes the vertices' heuristic information of the specified graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntropyHeuristicInformation(Dataset dataset)
dataset
- the current data set.Method Detail |
---|
public void initialize(net.sf.myra.framework.Graph<?> graph)
initialize
in interface net.sf.myra.framework.HeuristicInformation
public void initialize(net.sf.myra.framework.Graph<?> graph, EntropyContent content)
EntropyContent
helper, so there is no overhead in computing
the information again.
graph
- the construction graph.content
- the EntropyContent
helper.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |