Uses of Class
de.jstacs.data.Sample.WeightedSampleFactory.SortOperation

Packages that use Sample.WeightedSampleFactory.SortOperation
de.jstacs.data Provides classes for the representation of data. 
 

Uses of Sample.WeightedSampleFactory.SortOperation in de.jstacs.data
 

Methods in de.jstacs.data that return Sample.WeightedSampleFactory.SortOperation
static Sample.WeightedSampleFactory.SortOperation Sample.WeightedSampleFactory.SortOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sample.WeightedSampleFactory.SortOperation[] Sample.WeightedSampleFactory.SortOperation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in de.jstacs.data with parameters of type Sample.WeightedSampleFactory.SortOperation
Sample.WeightedSampleFactory(Sample.WeightedSampleFactory.SortOperation sort, Sample... data)
          This constructor creates a Sample.WeightedSampleFactory on the given Sample(s).
Sample.WeightedSampleFactory(Sample.WeightedSampleFactory.SortOperation sort, Sample[] data, double[][] weights, int length)
          This constructor creates a Sample.WeightedSampleFactory on the given array of Samples and weights.
Sample.WeightedSampleFactory(Sample.WeightedSampleFactory.SortOperation sort, Sample data, double[] weights)
          This constructor creates a Sample.WeightedSampleFactory on the given Sample and weights.
Sample.WeightedSampleFactory(Sample.WeightedSampleFactory.SortOperation sort, Sample data, double[] weights, int length)
          This constructor creates a Sample.WeightedSampleFactory on the given Sample and weights.