| Package | Description | 
|---|---|
| org.biojava.stats.svm.tools | 
 Tools for use of the SVM package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SuffixTreeKernel.MultipleScalar
Scale using a multiple of two DepthScalers. 
 | 
static class  | 
SuffixTreeKernel.NullModelScaler
Scales by 4^depth - equivalent to dividing by a probablistic flatt prior
 null model 
 | 
static class  | 
SuffixTreeKernel.SelectionScalar
Scale using a BitSet to allow/disallow depths. 
 | 
static class  | 
SuffixTreeKernel.UniformScaler
Scale all depths by 1.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SuffixTreeKernel.DepthScaler | 
SuffixTreeKernel.getDepthScaler()
Retrieve the current DepthScaler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SuffixTreeKernel.setDepthScaler(SuffixTreeKernel.DepthScaler depthScaler)
Change the current DepthScaler to
 depthScaler. 
 | 
| Constructor and Description | 
|---|
MultipleScalar(SuffixTreeKernel.DepthScaler a,
              SuffixTreeKernel.DepthScaler b)  | 
Copyright © 2020 BioJava. All rights reserved.