CRAN

mstknnclust 0.1.0

MST-kNN Clustering Algorithm

Released Feb 6, 2019 by Jorge Parraga-Alava

This package can be loaded by Renjin but all tests failed.

Dependencies

amap 0.8-16 igraph 1.2.2

Implements the MST-kNN clustering algorithm which was proposed by Inostroza-Ponta, M. (2008) .

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>mstknnclust</artifactId>
    <version>0.1.0-b1</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:mstknnclust')

Test Results

This package was last tested against Renjin 0.9.2719 on Feb 8, 2019.

Source

R

View GitHub Mirror

Release History