CRAN
nlnet 1.2
Nonlinear Network Reconstruction, Clustering, and Variable Selection Based on DCOL (Distance Based on Conditional Ordered List)
Released Apr 8, 2018 by Tianwei Yu
Dependencies
TSP 1.1-6 randomForest 4.6-14 e1071 1.6-8 coin 1.2-2 fdrtool 1.2.15 earth 4.6.3 ROCR 1.0-7 igraph 1.2.1
It includes four methods: DCOL-based K-profiles clustering, non-linear network reconstruction, non-linear hierarchical clustering, and variable selection for generalized additive model.
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>nlnet</artifactId> <version>1.2-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:nlnet')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.