weka.core
Class Permutations

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

public class Permutations
extends Object


Constructor Summary
Permutations(int n)
           
 
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

Permutations

public Permutations(int n)
Method Detail

hasNext

public boolean hasNext()

next

public int[] next()

main

public static void main(String[] args)

toString

public String toString()
Overrides:
toString in class Object