Uses of Class
de.jstacs.utils.Pair

Packages that use Pair
de.jstacs.data Provides classes for the representation of data. 
 

Uses of Pair in de.jstacs.data
 

Methods in de.jstacs.data that return Pair
 Pair<Sample[],double[][]> Sample.partition(double[] sequenceWeights, int k, Sample.PartitionMethod method)
          This method partitions the elements, i.e. the Sequences, of the Sample and the corresponding weights in k distinct parts.
 Pair<Sample[],double[][]> Sample.partition(double[] sequenceWeights, Sample.PartitionMethod method, double... percentage)
          This method partitions the elements, i.e. the Sequences, of the Sample and the corresponding weights in distinct parts where each part holds the corresponding percentage given in the array percentage.