Uses of Class
de.jstacs.io.StringExtractor

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

Uses of StringExtractor in de.jstacs.data
 

Constructors in de.jstacs.data with parameters of type StringExtractor
Sample(AlphabetContainer abc, StringExtractor se)
          Creates a Sample from a StringExctractor using the given AlphabetContainer.
Sample(AlphabetContainer abc, StringExtractor se, int subsequenceLength)
          Creates a Sample from a StringExctractor using the given AlphabetContainer and all overlapping windows of subsequenceLength.
Sample(AlphabetContainer abc, StringExtractor se, String delim)
          Creates a Sample from a StringExctractor using the given AlphabetContainer and delimiter.
Sample(AlphabetContainer abc, StringExtractor se, String delim, int subsequenceLength)
          Creates a Sample from a StringExctractor using the given AlphabetContainer, the given delimiter and all overlapping windows of subsequenceLength.