|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.stats.svm.tools.SuffixTreeKernel.SelectionScalar
Scale using a BitSet to allow/dissalow 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |