|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.Instance
weka.associations.tertius.IndividualInstance
public class IndividualInstance
Constructor Summary | |
---|---|
IndividualInstance(IndividualInstance instance)
|
|
IndividualInstance(Instance individual,
Instances parts)
|
Method Summary | |
---|---|
java.lang.Object |
copy()
Produces a shallow copy of this instance. |
Instances |
getParts()
|
java.lang.String |
getRevision()
Returns the revision string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndividualInstance(Instance individual, Instances parts)
public IndividualInstance(IndividualInstance instance)
Method Detail |
---|
public java.lang.Object copy()
Instance
new Instance(instance)
copy
in interface Copyable
copy
in class Instance
public Instances getParts()
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class Instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |