Uses of Class
jml.options.ClusteringOptions

Packages that use ClusteringOptions
jml.clustering   
jml.options   
 

Uses of ClusteringOptions in jml.clustering
 

Constructors in jml.clustering with parameters of type ClusteringOptions
Clustering(ClusteringOptions clusteringOptions)
          Constructor for this clustering algorithm initialized with options wrapped in a ClusteringOptions object.
SpectralClustering(ClusteringOptions options)
           
 

Uses of ClusteringOptions in jml.options
 

Subclasses of ClusteringOptions in jml.options
 class L1NMFOptions
           
 class NMFOptions
           
 class SpectralClusteringOptions
           
 

Constructors in jml.options with parameters of type ClusteringOptions
ClusteringOptions(ClusteringOptions options)
           
L1NMFOptions(ClusteringOptions options)
           
NMFOptions(ClusteringOptions options)
           
SpectralClusteringOptions(ClusteringOptions clusteringOptions)