NEWS
DatabionicSwarm 2.0.0 (2024-06-20)
- Major update to efficient parallelized CPU version of the central algorithm Pswarm.
DatabionicSwarm 1.3.0
- Major bugfix of Quirin Stier in calcStressC.cpp and PswarmCurrentRadiusC2botsPositive: swarm allows every databot to change position by checking a new index. Priorly, databot with index 0 was frozen in the projection.
- RelativeDifference can now be called silent and as a bugfix for vectors x and y optional parameter are now used
DatabionicSwarm 1.2.1 (2023-10-13)
- Moved RobustNormalization and RobustNorm_BackTrafo to DataVisualizations package available on CRAN
- Corrected and extended UniquePoints
- ClusteringAccuracy deleted. An improved version called ClusterAccuracy can be found in the FCPS package available on CRAN
- DelaunayClassifiationError deleted. An new function with a better principle for evalaution the quality of DR methods called GabrielClassificationError can be found in the DRquality package available on CRAN.
DatabionicSwarm 1.2.0 (2023-05-30)
- GeneratePswarmVisualization reimplemented in a parallelized Cpp function, Pswarm will follow soon.
DatabionicSwarm 1.1.7
- Bugfix in UniquePoints by Quirin Stier
- DBSclustering allows now to set title and xlab if dendrogramm is plottet
- Delaunay4Points changed argument Grid to LC and within the function LC is converted to Grid
DatabionicSwarm 1.1.6 (2022-11-29)
- Corrected notes of CRAN derived from documentation
- Bugfixes in internal procedure of computing unique points for Delaunay4Points. Procedue is now available to the user as the function UniquePoints()
- Print() replaced with message() in Pswarm()
DatabionicSwarm 1.1.5 (2021-01-12)
- Improved documentation significantly.
- Pswarm now falls back to the dist function if the package parallelDist is not installed.
- sESOM agorithm for the generalized Umatrix improved and is described now in the MethodsX publication of [Thrun/Ultsch, 2020]. It differs from the first publication of [Thrun, 2018].
DatabionicSwarm 1.1.4
- Bugfix: checkInputDistancesOrData, DBSclustering, Pswarm, setGridSize and ShortestGraphPathsC: using unname in isSymmetric to check correctly of symmetric distance matrix
- checkInputDistancesOrData is now used in RobustNormalization and Pswarm correctly and indicates in which function the errors lies.
- Improvement: DBSclustering now provides the same colored branches (depending on frequency) as the topographicMap visualization with default colors. This makes a direct comparison of cluster structres more evident as it is clearly presented which projected point belongs to which high-dimensional point in the dendrogram.
DatabionicSwarm 1.1.3 (2020-02-03)
- Bugfix: deleted dependcy rowr because it was taken down from CRAN.
DatabionicSwarm 1.1.2 (2019-12-11)
- Improvement: DBSclustering has now a colored dendrogram using package dendextend.
- RobustNorm_BackTrafo added: transforms the Robust Normalization back.
- bugfix: Delaunay4Points uses inherits instead of class to check for matrix (see https://developer.r-project.org/Blog/public/2019/11/09/when-you-think-class.-think-again/index.html)
DatabionicSwarm 1.1.1 (2019-01-27)
- bugfix: RelativeDifference now stops if non finite values in either x and y expaining the error.
- bugfix: RobustNormalization fixed in some special cases like non finite values.
- NoLevels of GeneralizedUmatrix integrated for fast plotting.
DatabionicSwarm 1.1.0 (2018-07-03)
- Delaunay Classification Error (DCE) added. DCE evaluates projection methods unbiased.
DatabionicSwarm 1.0.7
- ClusteringAccuracy added. Given a prior Classification this function evaluates a clustering algorithm unbiased.
- Now on GitHub.
DatabionicSwarm 1.0.6
- Bugfix: error: Cube::operator(): index out of bounds
DatabionicSwarm 1.0.5
- RelativeDifference added which calculates the difference of a positive x and y value in the range [-2,2].
DatabionicSwarm 1.0.4
- Minor bugfixes
- Vignette added
DatabionicSwarm 1.0.3 (2018-05-06)
- Added distance methods of parallelDist package