CRAN

optCluster 1.1.1

Determine Optimal Clustering Algorithm and Number of Clusters

Released Mar 13, 2017 by Michael Sekula

This package is available for Renjin and there are no known compatibility issues.

Dependencies

cluster 2.0.7-1 mclust 5.4 gplots 3.0.1 RankAggreg 0.6.5 clValid 0.6-6 MBCluster.Seq 1.0 kohonen 3.0.5

Cluster analysis using statistical and biological validation measures for both continuous and count data.

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>optCluster</artifactId>
    <version>1.1.1-b17</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:optCluster')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History