Uses of Interface
org.biojava.stats.svm.tools.SuffixTreeKernel.DepthScaler
-
Packages that use SuffixTreeKernel.DepthScaler Package Description 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 Modifier and Type Class Description 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 modelstatic class
SuffixTreeKernel.SelectionScalar
Scale using a BitSet to allow/disallow depths.static class
SuffixTreeKernel.UniformScaler
Scale all depths by 1.0Methods in org.biojava.stats.svm.tools that return SuffixTreeKernel.DepthScaler Modifier and Type Method Description SuffixTreeKernel.DepthScaler
SuffixTreeKernel. getDepthScaler()
Retrieve the current DepthScaler.Methods in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScaler Modifier and Type Method Description 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 Constructor Description MultipleScalar(SuffixTreeKernel.DepthScaler a, SuffixTreeKernel.DepthScaler b)
-