jml.options
Class NMFOptions

java.lang.Object
  extended by jml.options.ClusteringOptions
      extended by jml.options.NMFOptions

public class NMFOptions
extends ClusteringOptions


Field Summary
 boolean calc_OV
           
 double epsilon
           
 
Fields inherited from class jml.options.ClusteringOptions
maxIter, nClus, verbose
 
Constructor Summary
NMFOptions()
           
NMFOptions(ClusteringOptions options)
           
NMFOptions(int nClus)
           
NMFOptions(int nClus, boolean verbose, int maxIter)
           
NMFOptions(NMFOptions NMFOptions)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epsilon

public double epsilon

calc_OV

public boolean calc_OV
Constructor Detail

NMFOptions

public NMFOptions()

NMFOptions

public NMFOptions(NMFOptions NMFOptions)

NMFOptions

public NMFOptions(int nClus)

NMFOptions

public NMFOptions(int nClus,
                  boolean verbose,
                  int maxIter)

NMFOptions

public NMFOptions(ClusteringOptions options)