Uses of Class
weka.core.AttributeLocator

Packages that use AttributeLocator
weka.core   
 

Uses of AttributeLocator in weka.core
 

Subclasses of AttributeLocator in weka.core
 class RelationalLocator
          This class locates and records the indices of relational attributes,
 class StringLocator
          This class locates and records the indices of String attributes, recursively in case of Relational attributes.
 

Methods in weka.core that return AttributeLocator
 AttributeLocator AttributeLocator.getLocator(int index)
          Returns the AttributeLocator at the given index.
 

Methods in weka.core with parameters of type AttributeLocator
 int 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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.