net.sf.myra.datamining.data
Class EntropyHeuristicInformation

java.lang.Object
  extended by net.sf.myra.datamining.data.EntropyHeuristicInformation
All Implemented Interfaces:
net.sf.myra.framework.HeuristicInformation

public class EntropyHeuristicInformation
extends java.lang.Object
implements net.sf.myra.framework.HeuristicInformation

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

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

EntropyHeuristicInformation

public EntropyHeuristicInformation(Dataset dataset)
Default constructor.

Parameters:
dataset - the current data set.
Method Detail

initialize

public void initialize(net.sf.myra.framework.Graph<?> graph)
Specified by:
initialize in interface net.sf.myra.framework.HeuristicInformation

initialize

public void initialize(net.sf.myra.framework.Graph<?> graph,
                       EntropyContent content)
Initializes the vertices' heuristic information of the specified graph. The entropy information is obtained form the specified EntropyContent helper, so there is no overhead in computing the information again.

Parameters:
graph - the construction graph.
content - the EntropyContent helper.


Copyright © 2013. All Rights Reserved.