Package | Description |
---|---|
moa.clusterers.outliers.AnyOut.util |
Modifier and Type | Method and Description |
---|---|
DataObject[] |
DataSet.getDataObjectArray()
Returns an array of all the
DataObject s in the set. |
DataObject |
DataSet.getObject(int index)
Returns the
DataObject at the given position. |
Modifier and Type | Method and Description |
---|---|
Iterator<DataObject> |
DataSet.iterator()
An iterator for the set.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.addObject(DataObject newData)
Adds a
DataObject to the set. |
Constructor and Description |
---|
DataSet(DataObject newData)
Creates a Set with only the given object.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.