Uses of Class
jml.options.Options

Packages that use Options
jml.classification   
jml.clustering   
jml.options   
jml.regression   
jml.topics   
 

Uses of Options in jml.classification
 

Constructors in jml.classification with parameters of type Options
Classifier(Options options)
          Constructor for a classifier initialized with options wrapped in a Options object.
LogisticRegressionMCBoundConstrainedPLBFGS(Options options)
           
LogisticRegressionMCGradientDescent(Options options)
           
LogisticRegressionMCLBFGS_Ori(Options options)
           
LogisticRegressionMCLBFGS(Options options)
           
LogisticRegressionMCNonlinearConjugateGradient(Options options)
           
LogisticRegressionMCNonnegativePLBFGS(Options options)
           
 

Uses of Options in jml.clustering
 

Constructors in jml.clustering with parameters of type Options
L1NMF(Options options)
           
NMF(Options options)
           
 

Uses of Options in jml.options
 

Constructors in jml.options with parameters of type Options
Options(Options o)
           
 

Uses of Options in jml.regression
 

Methods in jml.regression with parameters of type Options
static org.apache.commons.math.linear.RealMatrix LASSO.train(org.apache.commons.math.linear.RealMatrix X, org.apache.commons.math.linear.RealMatrix Y, Options options)
           
 

Constructors in jml.regression with parameters of type Options
LASSO(Options options)
           
Regression(Options options)
           
 

Uses of Options in jml.topics
 

Constructors in jml.topics with parameters of type Options
LSI(Options options)