Package | Description |
---|---|
de.jstacs.sequenceScores.statisticalModels.trainable.variableStructure.parsimonious.dataStructures |
Modifier and Type | Method and Description |
---|---|
protected java.util.TreeSet<Partition> |
PartitionSet.getPartition() |
Modifier and Type | Method and Description |
---|---|
int |
Partition.compareTo(Partition o)
An order among Partitions is defined according to following rules:
1. number of elements (a Partition p is smaller than a Partition p' if p contains more elements than p')
2. comparing the elements is ascending order
Two Partitions are equal if and only if they contain pairwise equal SymbolSets (not necessarily the same objects)
|
protected java.lang.Boolean |
Partition.equals(Partition p) |