weka.roughset
Class SubtableChooser

java.lang.Object
  |
  +--weka.roughset.SubtableChooser

public class SubtableChooser
extends Object


Constructor Summary
SubtableChooser(Instances n, int minTableSize, double c, double m)
           
SubtableChooser(Instances i, int size, int numTables)
           
 
Method Summary
 boolean hasNext()
           
static void main(String[] args)
           
 Instances next()
           
 int numChoices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtableChooser

public SubtableChooser(Instances n,
                       int minTableSize,
                       double c,
                       double m)
                throws Exception

SubtableChooser

public SubtableChooser(Instances i,
                       int size,
                       int numTables)
                throws Exception
Method Detail

hasNext

public boolean hasNext()

next

public Instances next()

numChoices

public int numChoices()

main

public static void main(String[] args)