Uses of Interface
weka.core.Copyable

Packages that use Copyable
weka.attributeSelection   
weka.classifiers.rules   
weka.core   
 

Uses of Copyable in weka.attributeSelection
 

Classes in weka.attributeSelection that implement Copyable
 class BestFirst.LinkedList2
          Class for handling a linked list.
 

Uses of Copyable in weka.classifiers.rules
 

Classes in weka.classifiers.rules that implement Copyable
 class Rule
          Abstract class of generic rule
 

Uses of Copyable in weka.core
 

Subinterfaces of Copyable in weka.core
 interface Instance
          Interface representing an instance.
 

Classes in weka.core that implement Copyable
 class AbstractInstance
          Abstract class providing common functionality for the original instance implementations.
 class Attribute
          Class for handling an attribute.
 class BinarySparseInstance
          Class for storing a binary-data-only instance as a sparse vector.
 class DenseInstance
          Class for handling an instance.
 class FastVector<E>
          Deprecated. 
 class SparseInstance
          Class for storing an instance as a sparse vector.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.