CRAN
MuViCP 1.3.2
MultiClass Visualizable Classification using Combination of Projections
Released Feb 22, 2016 by Mohit Dayal
Dependencies
MASS 7.3-50 sm 2.2-5.5 gtools 3.8.1
An ensemble classifier for multiclass classification. This is a novel classifier that natively works as an ensemble. It projects data on a large number of matrices, and uses very simple classifiers on each of these projections. The results are then combined, ideally via Dempster-Shafer Calculus.
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>MuViCP</artifactId> <version>1.3.2-b29</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:MuViCP')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.