Uses of Interface
org.biojava.stats.svm.tools.SuffixTreeKernel.DepthScaler

Packages that use SuffixTreeKernel.DepthScaler
org.biojava.stats.svm.tools Tools for use of the SVM package. 
 

Uses of SuffixTreeKernel.DepthScaler in org.biojava.stats.svm.tools
 

Classes in org.biojava.stats.svm.tools that implement SuffixTreeKernel.DepthScaler
static class SuffixTreeKernel.MultipleScalar
          Scale using a multiple of two DepthScalers.
static class SuffixTreeKernel.NullModelScaler
          Scales by 4^depth - equivalent to dividing by a probablistic flatt prior null model
static class SuffixTreeKernel.SelectionScalar
          Scale using a BitSet to allow/disallow depths.
static class SuffixTreeKernel.UniformScaler
          Scale all depths by 1.0
 

Methods in org.biojava.stats.svm.tools that return SuffixTreeKernel.DepthScaler
 SuffixTreeKernel.DepthScaler SuffixTreeKernel.getDepthScaler()
          Retrieve the current DepthScaler.
 

Methods in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScaler
 void SuffixTreeKernel.setDepthScaler(SuffixTreeKernel.DepthScaler depthScaler)
          Change the current DepthScaler to depthScaler.
 

Constructors in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScaler
SuffixTreeKernel.MultipleScalar(SuffixTreeKernel.DepthScaler a, SuffixTreeKernel.DepthScaler b)