Package org.biojava.stats.svm.tools
Interface SuffixTreeKernel.DepthScaler
-
- All Known Implementing Classes:
SuffixTreeKernel.MultipleScalar,SuffixTreeKernel.NullModelScaler,SuffixTreeKernel.SelectionScalar,SuffixTreeKernel.UniformScaler
- Enclosing class:
- SuffixTreeKernel
public static interface SuffixTreeKernel.DepthScalerEncapsulates the scale factor to apply at a given depth.- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetScale(int depth)Retrieve the scaling factor at a given depth
-