Uses of Class
jml.options.GraphOptions

Packages that use GraphOptions
jml.manifold   
jml.options   
 

Uses of GraphOptions in jml.manifold
 

Methods in jml.manifold with parameters of type GraphOptions
static org.apache.commons.math.linear.RealMatrix Manifold.laplacian(org.apache.commons.math.linear.RealMatrix X, java.lang.String type, GraphOptions options)
          Calculate the graph Laplacian of the adjacency graph of a data set represented as columns of a matrix X.
 

Uses of GraphOptions in jml.options
 

Constructors in jml.options with parameters of type GraphOptions
GraphOptions(GraphOptions graphOtions)