weka.attributeSelection
Class BestFirst.Link2

java.lang.Object
  extended by weka.attributeSelection.BestFirst.Link2
All Implemented Interfaces:
Serializable, RevisionHandler
Enclosing class:
BestFirst

public class BestFirst.Link2
extends Object
implements Serializable, RevisionHandler

Class for a node in a linked list. Used in best first search.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
Serialized Form

Constructor Summary
BestFirst.Link2(Object[] data, double mer)
          Constructor
 
Method Summary
 Object[] getData()
          Get a group
 String getRevision()
          Returns the revision string.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BestFirst.Link2

public BestFirst.Link2(Object[] data,
                       double mer)
Constructor

Method Detail

getData

public Object[] getData()
Get a group


toString

public String toString()
Overrides:
toString in class Object

getRevision

public String getRevision()
Returns the revision string.

Specified by:
getRevision in interface RevisionHandler
Returns:
the revision


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.