Uses of Class
moa.clusterers.outliers.AnyOut.util.DataObject
-
Packages that use DataObject Package Description moa.clusterers.outliers.AnyOut.util -
-
Uses of DataObject in moa.clusterers.outliers.AnyOut.util
Methods in moa.clusterers.outliers.AnyOut.util that return DataObject Modifier and Type Method Description DataObject[]
DataSet. getDataObjectArray()
Returns an array of all theDataObject
s in the set.DataObject
DataSet. getObject(int index)
Returns theDataObject
at the given position.Methods in moa.clusterers.outliers.AnyOut.util that return types with arguments of type DataObject Modifier and Type Method Description Iterator<DataObject>
DataSet. iterator()
An iterator for the set.Methods in moa.clusterers.outliers.AnyOut.util with parameters of type DataObject Modifier and Type Method Description void
DataSet. addObject(DataObject newData)
Adds aDataObject
to the set.Constructors in moa.clusterers.outliers.AnyOut.util with parameters of type DataObject Constructor Description DataSet(DataObject newData)
Creates a Set with only the given object.
-