Package | Description |
---|---|
org.biojava.bio.dist |
Probability distributions over Alphabets.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedCount
An encapsulation of a count over the Symbols within a FiniteAlphabet using
an AlphabetIndex object.
|
Modifier and Type | Method and Description |
---|---|
static Distribution |
DistributionTools.countToDistribution(Count c)
Make a distribution from a count.
|
void |
IndexedCount.setCounts(Count c) |
void |
Count.setCounts(Count c)
Set the counts in this Counts to be equal to the counts in c.
|
Copyright © 2014 BioJava. All rights reserved.