Uses of Class
weka.core.SparseInstance

Packages that use SparseInstance
weka.core   
 

Uses of SparseInstance in weka.core
 

Subclasses of SparseInstance in weka.core
 class BinarySparseInstance
          Class for storing a binary-data-only instance as a sparse vector.
 

Constructors in weka.core with parameters of type SparseInstance
BinarySparseInstance(SparseInstance instance)
          Constructor that copies the info from the given instance.
SparseInstance(SparseInstance instance)
          Constructor that copies the info from the given instance.