weka.roughset
Class SubtableChooser
java.lang.Object
|
+--weka.roughset.SubtableChooser
- public class SubtableChooser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubtableChooser
public SubtableChooser(Instances n,
int minTableSize,
double c,
double m)
throws Exception
SubtableChooser
public SubtableChooser(Instances i,
int size,
int numTables)
throws Exception
hasNext
public boolean hasNext()
next
public Instances next()
numChoices
public int numChoices()
main
public static void main(String[] args)