An abstract class that inherits from the base class DSC and provides the common functions needed to interface MOA clusterers.
DSC_MOA(...)further arguments.
Michael Hahsler and John Forrest
DSC_MOA is a subclass of DSC for MOA-based clusterers.
DSC_MOA classes operate in a different way in that the centers of the
micro-clusters have to be extracted from the underlying Java object. This is
done by using rJava to perform method calls directly in the JRI and
converting the multi-dimensional Java array into a local R data type.
Note: The formula interface is currently not implemented for MOA-based clusterers. Use DSF to select features instead.
Albert Bifet, Geoff Holmes, Richard Kirkby, Bernhard Pfahringer (2010). MOA: Massive Online Analysis, Journal of Machine Learning Research 11: 1601-1604
DSC
Other DSC_MOA:
DSC_BICO_MOA(),
DSC_CluStream(),
DSC_ClusTree(),
DSC_DStream_MOA(),
DSC_DenStream(),
DSC_MCOD(),
DSC_StreamKM()