CRAN
advclust 0.4
Object Oriented Advanced Clustering
Released Sep 4, 2016 by Achmad Fauzi Bagus F
Dependencies
reshape2 1.4.2 clue 0.3-54 knitr 1.17 MASS 7.3-47 ggplot2 2.2.1
S4 Object Oriented for Advanced Fuzzy Clustering and Fuzzy COnsensus Clustering. Techniques that provided by this package are Fuzzy C-Means, Gustafson Kessel (Babuska Version), Gath-Geva, Sum Voting Consensus, Product Voting Consensus, and Borda Voting Consensus. This package also provide visualization via Biplot and Radar Plot.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>advclust</artifactId> <version>0.4-b12</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:advclust')
Test Results
This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.