The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
TDAvec
is an R package for computing vector summaries of
persistence diagrams, which are commonly used in Topological Data
Analysis (TDA). The package provides efficient implementations of
various vector summary statistics, leveraging C++
code for
improved computational performance through the Rcpp
package.
You can install TDAvec
from CRAN
or
directly from GitHub
.
To install the latest version from CRAN
, use:
install.packages("TDAvec")
# install from GitHub
::install_github("uislambekov/TDAvec")
devtools
# install from GitHub with vignettes/tutorials
::install_github("uislambekov/TDAvec", build_vignettes = TRUE) devtools
TDAvec
includes a vignette that provides examples to
demonstrate its basic usage.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.