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 class
Scale using a multiple of two DepthScalers.static class
Scales by 4^depth - equivalent to dividing by a probablistic flatt prior null modelstatic class
Scale using a BitSet to allow/disallow depths.static class
Scale 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 TypeMethodDescriptionvoid
SuffixTreeKernel.setDepthScaler
(SuffixTreeKernel.DepthScaler depthScaler) Change the current DepthScaler to depthScaler.Constructors in org.biojava.stats.svm.tools with parameters of type SuffixTreeKernel.DepthScalerModifierConstructorDescription