Class IndividualInstance

java.lang.Object
weka.core.Instance
weka.associations.tertius.IndividualInstance
All Implemented Interfaces:
Serializable, Copyable, RevisionHandler

public class IndividualInstance extends Instance
Version:
$Revision: 1.5 $
Author:
Peter A. Flach, Nicolas Lachiche
See Also:
  • Constructor Details

  • Method Details

    • copy

      public Object copy()
      Description copied from class: Instance
      Produces a shallow copy of this instance. The copy has access to the same dataset. (if you want to make a copy that doesn't have access to the dataset, use new Instance(instance)
      Specified by:
      copy in interface Copyable
      Overrides:
      copy in class Instance
      Returns:
      the shallow copy
    • getParts

      public Instances getParts()
    • getRevision

      public String getRevision()
      Returns the revision string.
      Specified by:
      getRevision in interface RevisionHandler
      Overrides:
      getRevision in class Instance
      Returns:
      the revision