weka.associations.tertius
Class IndividualInstance
java.lang.Object
|
+--weka.core.Instance
|
+--weka.associations.tertius.IndividualInstance
- All Implemented Interfaces:
- Copyable, java.io.Serializable
- public class IndividualInstance
- extends Instance
- See Also:
- Serialized Form
Methods inherited from class weka.core.Instance |
attribute, attributeSparse, classAttribute, classIndex, classIsMissing, classValue, dataset, deleteAttributeAt, enumerateAttributes, equalHeaders, index, insertAttributeAt, isMissing, isMissing, isMissingSparse, isMissingValue, main, mergeInstance, missingValue, numAttributes, numClasses, numValues, replaceMissingValues, setClassMissing, setClassValue, setClassValue, setDataset, setMissing, setMissing, setValue, setValue, setValue, setValue, setValueSparse, setWeight, stringValue, stringValue, toDoubleArray, toString, toString, toString, value, value, valueSparse, weight |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IndividualInstance
public IndividualInstance(Instance individual,
Instances parts)
IndividualInstance
public IndividualInstance(IndividualInstance instance)
copy
public java.lang.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()
Copyright (c)
2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London