CRAN
TDA 1.6.5
Statistical Tools for Topological Data Analysis
Released Feb 7, 2019 by Jisu Kim
Dependencies
BH 1.69.0-1 scales 1.0.0 RcppEigen 0.3.3.5.0 FNN 1.1.2.2 igraph 1.2.2 Rcpp
Tools for the statistical analysis of persistent homology and for density clustering. For that, this package provides an R interface for the efficient algorithms of the C++ libraries 'GUDHI'
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>TDA</artifactId> <version>1.6.5-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:TDA')
Test Results
This package was last tested against Renjin 0.9.2719 on Feb 9, 2019.
- bootstrapBand-examples
- circleUnif-examples
- circleUnif.it_returns_required_number_of_points
- circleUnif.points_are_2d
- circleUnif.points_are_on_circle
- clusterTree-examples
- distFct-examples
- dtm-examples
- funFiltration-examples
- hausdInterval-examples
- kde-examples
- kernelDist-examples
- knnDE-examples
- landscape-examples
- maxPersistence-examples
- multipBootstrap-examples
- plot.clusterTree-examples
- plot.diagram-examples
- plot.maxPersistence-examples
- silhouette-examples
- sphereUnif-examples
- summary.diagram-examples
- testthat
- torusUnif-examples