Uses of Interface
org.biojava.bio.dp.Trainable
-
Packages that use Trainable Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.program.hmmer Tools for working with profile Hidden Markov Models from the HMMer package. -
-
Uses of Trainable in org.biojava.bio.dp
Subinterfaces of Trainable in org.biojava.bio.dp Modifier and Type Interface Description interface
EmissionState
A state in a markov process that has an emission spectrum.Classes in org.biojava.bio.dp that implement Trainable Modifier and Type Class Description class
MagicalState
Start/end state for HMMs.class
SimpleEmissionState
-
Uses of Trainable in org.biojava.bio.program.hmmer
Classes in org.biojava.bio.program.hmmer that implement Trainable Modifier and Type Class Description class
ProfileEmissionState
A state in a HMMer model.
-