| Subclasses of DiscreteSequence in de.jstacs.data.sequences |
class |
ByteSequence
This class is for sequences with the alphabet symbols encoded as
bytes and can therefore be used for discrete
AlphabetContainers with alphabets that use only few symbols. |
class |
IntSequence
This class is for sequences with the alphabet symbols encoded as
ints and can therefore be used for discrete
AlphabetContainers with alphabets that use a huge number of symbols. |
class |
ShortSequence
This class is for sequences with the alphabet symbols encoded as
shortss and can therefore be used for discrete
AlphabetContainers with alphabets that use many different symbols. |
class |
SparseSequence
This class is an implementation for sequences on one alphabet with length 4. |