类 IndividualInstance

java.lang.Object
weka.core.Instance
weka.associations.tertius.IndividualInstance
所有已实现的接口:
Serializable, Copyable, RevisionHandler

public class IndividualInstance extends Instance
版本:
$Revision: 1.5 $
作者:
Peter A. Flach, Nicolas Lachiche
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • copy

      public Object copy()
      从类复制的说明: 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)
      指定者:
      copy 在接口中 Copyable
      覆盖:
      copy 在类中 Instance
      返回:
      the shallow copy
    • getParts

      public Instances getParts()
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      覆盖:
      getRevision 在类中 Instance
      返回:
      the revision