weka.core
Class Combinations

java.lang.Object
  |
  +--weka.core.Combinations

public class Combinations
extends Object


Constructor Summary
Combinations(int n, int k)
           
 
Method Summary
 boolean hasNext()
           
static void main(String[] args)
           
 int[] next()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Combinations

public Combinations(int n,
                    int k)
             throws Exception
Method Detail

hasNext

public boolean hasNext()

next

public int[] next()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)