Uses of Interface
org.biojava.stats.svm.tools.SuffixTreeKernel.DepthScaler
Packages that use SuffixTreeKernel.DepthScaler
-
Uses of SuffixTreeKernel.DepthScaler in org.biojava.stats.svm.tools
Classes in org.biojava.stats.svm.tools that implement SuffixTreeKernel.DepthScalerModifier and TypeClassDescriptionstatic classScale using a multiple of two DepthScalers.static classScales by 4^depth - equivalent to dividing by a probablistic flatt prior null modelstatic classScale using a BitSet to allow/disallow depths.static classScale all depths by 1.0Methods in org.biojava.stats.svm.tools that return SuffixTreeKernel.DepthScalerModifier and TypeMethodDescriptionSuffixTreeKernel.getDepthScaler()Retrieve the current DepthScaler.Methods in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScalerModifier and TypeMethodDescriptionvoidSuffixTreeKernel.setDepthScaler(SuffixTreeKernel.DepthScaler depthScaler) Change the current DepthScaler to depthScaler.Constructors in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScalerModifierConstructorDescription