net.sf.myra.antree
Interface Heuristic

All Known Implementing Classes:
C45Heuristic, GainRatioHeuristic, NoHeuristic

public interface Heuristic

Version:
$Revision: 2345 $ $Date:: 2011-08-29 13:16:22#$
Author:
Fernando Esteban Barril Otero

Method Summary
 double valueFor(Branch branch, net.sf.myra.datamining.data.Attribute attribute)
          Returns the heuristic value for the specified attribute.
 

Method Detail

valueFor

double valueFor(Branch branch,
                net.sf.myra.datamining.data.Attribute attribute)
Returns the heuristic value for the specified attribute.

Parameters:
branch - the branch of the tree being followed.
attribute - the attribute to determine the heuristic value.
Returns:
the heuristic value for the specified attribute.


Copyright © 2013. All Rights Reserved.