Constructors in de.jstacs.data that throw WrongLengthException |
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
Sample s 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 . |
Sample(AlphabetContainer abc,
AbstractStringExtractor se)
Creates a new Sample from a StringExtractor
using the given AlphabetContainer . |
Sample(AlphabetContainer abc,
AbstractStringExtractor se,
int subsequenceLength)
Creates a new Sample from a StringExtractor
using the given AlphabetContainer and all overlapping windows of
length subsequenceLength . |
Sample(AlphabetContainer abc,
AbstractStringExtractor se,
String delim)
Creates a new Sample from a StringExtractor
using the given AlphabetContainer and a delimiter
delim . |
Sample(AlphabetContainer abc,
AbstractStringExtractor se,
String delim,
int subsequenceLength)
Creates a new Sample from a StringExtractor
using the given AlphabetContainer , the given delimiter
delim and all overlapping windows of length
subsequenceLength . |
Sample(Sample s,
int subsequenceLength)
Creates a new Sample from a given Sample and a given
length subsequenceLength . |