CRAN

mclustcomp 0.3.0

Measures for Comparing Clusters

Released Mar 22, 2018 by Kisung You

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

RcppArmadillo 0.8.400.0.0 Rcpp Rdpack 0.7-0

Given a set of data points, a clustering is defined as a disjoint partition where each pair of sets in a partition has no overlapping elements. This package provides 25 methods that play a role somewhat similar to distance or metric that measures similarity of two clusterings - or partitions. For a more detailed description, see Meila, M. (2005) .

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>mclustcomp</artifactId>
    <version>0.3.0-b3</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:mclustcomp')

Source

R
C++

View GitHub Mirror

Release History