All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.classifiers.DecisionTable.Link

java.lang.Object
    |
    +----weka.classifiers.DecisionTable.Link

public class DecisionTable.Link
extends java.lang.Object
Class for a node in a linked list. Used in best first search.


Constructor Index

 o DecisionTable.Link(DecisionTable, BitSet, double)
The constructor.

Method Index

 o getGroup()
Gets the group.
 o getMerit()
Gets the merit.
 o toString()
Returns string representation.

Constructor Detail

 o DecisionTable.Link
public DecisionTable.Link(DecisionTable this$0,
                          java.util.BitSet gr,
                          double mer)
          The constructor.
Parameters:
gr - the group
mer - the merit

Method Detail

 o getGroup
public java.util.BitSet getGroup()
          Gets the group.
 o getMerit
public double getMerit()
          Gets the merit.
 o toString
public java.lang.String toString()
          Returns string representation.
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home