A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/HerrmannM/Monash-ChoR below:

HerrmannM/Monash-ChoR: R interface for https://github.com/fpetitjean/Chordalysis

ChoR is a R package for the Chordalysis algorithm, developed at Monash University, Melbourne, Australia

The Chordalysis algorithm is coded in Java and use commonsMath. This package contains an R layer allowing to use the java code through rJava.

The rJava and commonsMath packages can be install in R with:

install.packages('rJava')
install.packages('commonsMath')

R may need to be reconfigure with Java support. In the shell (may require sudo):

If you need more memory for Java, use the following R line before loading a package performing a JVM initialization.

options( java.parameters = "-Xmx4g" )
Installation of other useful software
install.packages('Rcpp')
install.packages('roxygen2')

See the ChoR/inst/examples/script.R for some examples. The Rgraphviz package from bioconductor is needed to plot the obtained graphs.

source("https://bioconductor.org/biocLite.R")
biocLite("Rgraphviz")
library(Rgraphviz)

If you need to work with ARFF data, use the RWeka package:

library(RWeka)
myARFFdata = read.arff("/path/to/myfile.arff")
Submission to CRAN and documentation on package development

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4