|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.stats.svm.tools.SuffixTreeKernel.SelectionScalar
public static class SuffixTreeKernel.SelectionScalar
Scale using a BitSet to allow/disallow depths.
Constructor Summary | |
---|---|
SuffixTreeKernel.SelectionScalar(java.util.BitSet bSet)
Make a new SelectionScalar that masks in different depths. |
Method Summary | |
---|---|
double |
getScale(int depth)
Retrieve the scaling factor at a given depth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuffixTreeKernel.SelectionScalar(java.util.BitSet bSet)
bSet
- the mask for which depths to allowMethod Detail |
---|
public double getScale(int depth)
SuffixTreeKernel.DepthScaler
getScale
in interface SuffixTreeKernel.DepthScaler
depth
- word length
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |