Uses of Class
weka.core.AttributeLocator
-
Uses of AttributeLocator in weka.core
Modifier and TypeClassDescriptionclass
This class locates and records the indices of relational attributes,class
This class locates and records the indices of String attributes, recursively in case of Relational attributes.Modifier and TypeMethodDescriptionAttributeLocator.getLocator
(int index) Returns the AttributeLocator at the given index.Modifier and TypeMethodDescriptionint
AttributeLocator.compareTo
(AttributeLocator o) Compares this object with the specified object for order.static void
RelationalLocator.copyRelationalValues
(Instance instance, boolean instSrcCompat, Instances srcDataset, AttributeLocator srcLoc, Instances destDataset, AttributeLocator destLoc) Takes relational values referenced by an Instance and copies them from a source dataset to a destination dataset.static void
RelationalLocator.copyRelationalValues
(Instance inst, Instances destDataset, AttributeLocator strAtts) Copies relational values contained in the instance copied to a new dataset.static void
StringLocator.copyStringValues
(Instance instance, boolean instSrcCompat, Instances srcDataset, AttributeLocator srcLoc, Instances destDataset, AttributeLocator destLoc) Takes string values referenced by an Instance and copies them from a source dataset to a destination dataset.static void
StringLocator.copyStringValues
(Instance inst, Instances destDataset, AttributeLocator strAtts) Copies string values contained in the instance copied to a new dataset.