Class SuffixTreeKernel.SelectionScalar

java.lang.Object
org.biojava.stats.svm.tools.SuffixTreeKernel.SelectionScalar
All Implemented Interfaces:
Serializable, SuffixTreeKernel.DepthScaler
Enclosing class:
SuffixTreeKernel

Scale using a BitSet to allow/disallow depths.
Author:
Matthew Pocock
See Also:
  • Constructor Details

    • SelectionScalar

      public SelectionScalar(BitSet bSet)
      Make a new SelectionScalar that masks in different depths.
      Parameters:
      bSet - the mask for which depths to allow
  • Method Details