Package moa.classifiers.meta
Class LimAttClassifier.CombinationGenerator
- java.lang.Object
-
- moa.classifiers.meta.LimAttClassifier.CombinationGenerator
-
- Enclosing class:
- LimAttClassifier
public class LimAttClassifier.CombinationGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CombinationGenerator(int n, int r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getNext()
BigInteger
getNumLeft()
BigInteger
getTotal()
boolean
hasMore()
void
reset()
-
-
-
Method Detail
-
reset
public void reset()
-
getNumLeft
public BigInteger getNumLeft()
-
hasMore
public boolean hasMore()
-
getTotal
public BigInteger getTotal()
-
getNext
public int[] getNext()
-
-