how kmers are ranked before the top-N slice is taken
SortMode
01 Syntax
SMRUCC.genomics.Model.MotifGraph.ProteinStructure.FamilyCluster.KmerVocabulary.SortMode
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| Ascending | 2 | ascending by global count then by per-document count (the literal ordering the pipeline describes; keeps the rarest features) |
| Descending | 2 | descending by global count then by per-document count (keeps the most frequent features) |
03 Members
Ascending
ascending by global count then by per-document count (the literal ordering the pipeline describes; keeps the rarest features)
Descending
descending by global count then by per-document count (keeps the most frequent features)
Ascending
Descending