Class BestFirst.Link2

java.lang.Object
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:
  • Constructor Details

    • Link2

      public Link2(Object[] data, double mer)
      Constructor
  • Method Details