Uses of Class
weka.core.AttributeLocator
Packages that use AttributeLocator
-
Uses of AttributeLocator in weka.core
Subclasses of AttributeLocator in weka.coreModifier 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.Methods in weka.core that return AttributeLocatorModifier and TypeMethodDescriptionAttributeLocator.getLocator
(int index) Returns the AttributeLocator at the given index.Methods in weka.core with parameters of type AttributeLocatorModifier 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.