Package | Description |
---|---|
weka.core |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeLocator |
AttributeLocator.getLocator(int index)
Returns the AttributeLocator at the given index.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.