Uses of Class
weka.core.AttributeLocator
Packages that use AttributeLocator
-
Uses of AttributeLocator in weka.core
Subclasses of AttributeLocator in weka.coreModifier and TypeClassDescriptionclassThis class locates and records the indices of relational attributes,classThis 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 TypeMethodDescriptionintAttributeLocator.compareTo(AttributeLocator o) Compares this object with the specified object for order.static voidRelationalLocator.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 voidRelationalLocator.copyRelationalValues(Instance inst, Instances destDataset, AttributeLocator strAtts) Copies relational values contained in the instance copied to a new dataset.static voidStringLocator.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 voidStringLocator.copyStringValues(Instance inst, Instances destDataset, AttributeLocator strAtts) Copies string values contained in the instance copied to a new dataset.