NEWS
streamMOA 1.3-1 (2024-04-20)
- Added DSRegressor_MOA to interface RMOA.
- Updated man pages.
- proxy is now imported.
streamMOA 1.3-0 (2022-09-03)
- changes for stream_2.0.0.
- we use now a package class loader for rJava.
- Added DSClassifier_MOA to interface RMOA (which now also uses the class loader).
streamMOA 1.2-4 (2022-05-10)
- Removed registry
- We use now roxygen2
streamMOA 1.2-3 (2020-12-03)
- Added wrapper for the MCOD algorithm, to support outlier detection additions in the stream package. (Dalibor Krleža)
streamMOA 1.2-2.1
- Fixed error for integer streams (reported and fix proposed by MatthiasCarnein)
streamMOA 1.2-2 (2019-05-15)
- Updated the package to the April 2019 release of the MOA library.
streamMOA 1.2-1 (2019-03-20)
- Updated system requirement for new MOA version to Java 8.
streamMOA 1.2-0 (2019-03-14)
- Updated the package to the June 2018 release of the MOA library.
- Added interfaces to the streamKM, BICO_MOA and DStream_MOA implementations.
streamMOA 1.1-4 (2018-04-07)
- Fixed Java runtime version test for version 10 and beyond.
streamMOA 1.1-3 (2018-01-10)
- Improved documentation for DenStream.
- Fixed Java SystemRequirement and added runtime version test.
streamMOA 1.1-2 (2015-09-07)
- Interface changes for stream Changes in version 1.2-0.
streamMOA 1.1-1 (2015-07-02)
- Fixed NAMESPACE imports.
- Downgraded to Java version 1.5 (from 1.7)
- DSC_DenStream gained parameter k for reclustering.
streamMOA 1.1-0 (2015-05-22)
- updated to MOA Changes in 2014.11
- DSC_MOA objects can now be saved using the convenience function saveRDS_MOA.
- DSC_Clustream and DSC_Denstream use now DSC_TwoStage for reclustering.
- Improved speed by looping through the data points in Java.
streamMOA 1.0-0 (2014-12-19)
- interface with stream changed. We use now update.DSC_MOA, etc.
streamMOA 0.1-1 (2014-06-17)
- applied changes in stream 1.0-2
- MOA clusterers now report and plot assignment radii.
- improved vignette
streamMOA 0.1-0 (2014-05-25)
- Moved MOA related code to this package
- updated to MOA Changes in 2014.04