Uses of Interface
weka.core.Copyable

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

Uses of Copyable in weka.associations.tertius
 

Classes in weka.associations.tertius that implement Copyable
 class IndividualInstance
           
 

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 DecisionTable.LinkedList
          Class for handling a linked list.
private  class JRip.Antd
          The single antecedent in the rule, which is composed of an attribute and the corresponding value.
private  class JRip.NominalAntd
          The antecedent with nominal attribute
private  class JRip.NumericAntd
          The antecedent with numeric attribute
protected  class JRip.RipperRule
          This class implements a single rule that predicts specified class.
 class Rule
          Abstract class of generic rule
 

Uses of Copyable in weka.core
 

Classes in weka.core that implement Copyable
 class Attribute
          Class for handling an attribute.
 class BinarySparseInstance
          Class for storing a binary-data-only instance as a sparse vector.
 class FastVector
          Implements a fast vector class without synchronized methods.
 class Instance
          Class for handling an instance.
 class SparseInstance
          Class for storing an instance as a sparse vector.