CRAN
optpart 2.3-0
Optimal Partitioning of Similarity Relations
Released Sep 20, 2016 by David W. Roberts
Dependencies
cluster 2.0.7-1 MASS 7.3-50 labdsv 1.8-0 plotrix 3.7-2
Contains a set of algorithms for creating partitions and coverings of objects largely based on operations on (dis)similarity relations (or matrices). There are several iterative re-assignment algorithms optimizing different goodness-of-clustering criteria. In addition, there are covering algorithms 'clique' which derives maximal cliques, and 'maxpact' which creates a covering of maximally compact sets. Graphical analyses and conversion routines are also included.
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>optpart</artifactId> <version>2.3-0-b24</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:optpart')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- archi-examples
- bestfit-examples
- bestopt-examples
- classmatch-examples
- clique-examples
- clique.test-examples
- compare-examples
- confus-examples
- consider-examples
- disdiam-examples
- extract-examples
- fuzconfus-examples
- maxpact-examples
- mergeclust-examples
- murdoch-examples
- neighbor-examples
- optindval-examples
- optpart-examples
- optsil-examples
- opttdev-examples
- partana-examples
- partition-examples
- phi-examples
- reordclust-examples
- silhouette-examples
- slice-examples
- stride-examples
- tabdev-examples
- testpart-examples
- typal-examples