CRAN

DisimForMixed 0.2

Calculate Dissimilarity Matrix for Dataset with Mixed Attributes

Released Jun 6, 2016 by Hasanthi A. Pathberiya

This package can be loaded by Renjin but 4 out 6 tests failed.

Dependencies

dplyr 0.7.4 cluster 2.0.6

Implement the methods proposed by Ahmad & Dey (2007) in calculating the dissimilarity matrix at the presence of mixed attributes. This Package includes functions to discretize quantitative variables, calculate conditional probability for each pair of attribute values, distance between every pair of attribute values, significance of attributes, calculate dissimilarity between each pair of objects.

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>DisimForMixed</artifactId>
    <version>0.2-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:DisimForMixed')

Test Results

This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.

Source

R

View GitHub Mirror

Release History