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. 
de.jstacs.motifDiscovery This package provides the framework including the interface for any de novo motif discoverer 
 

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 are declared.
 

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

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

Methods in de.jstacs.motifDiscovery with parameters of type Sample.WeightedSampleFactory.SortOperation
static Sample.WeightedSampleFactory KMereStatistic.getAbsoluteKMereFrequencies(Sample data, int k, boolean bothStrands, Sample.WeightedSampleFactory.SortOperation sortOp)
          This method enables the user to get a statistic over all k-mers in the data.