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 classSuffixTreeKernel.MultipleScalarScale using a multiple of two DepthScalers.static classSuffixTreeKernel.NullModelScalerScales by 4^depth - equivalent to dividing by a probablistic flatt prior null modelstatic classSuffixTreeKernel.SelectionScalarScale using a BitSet to allow/disallow depths.static classSuffixTreeKernel.UniformScalerScale all depths by 1.0Methods in org.biojava.stats.svm.tools that return SuffixTreeKernel.DepthScaler Modifier and Type Method Description SuffixTreeKernel.DepthScalerSuffixTreeKernel. getDepthScaler()Retrieve the current DepthScaler.Methods in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScaler Modifier and Type Method Description voidSuffixTreeKernel. 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)
-