Learn R Programming

ChoR (version 0.0-4)

Chordalysis R Package

Description

Learning the structure of graphical models from datasets with thousands of variables. More information about the research papers detailing the theory behind Chordalysis is available at (KDD 2016, SDM 2015, ICDM 2014, ICDM 2013). The R package development site is .

Copy Link

Version

Install

install.packages('ChoR')

Monthly Downloads

226

Version

0.0-4

License

GPL-3

Maintainer

Matthieu Herrmann

Last Published

May 16th, 2018

Functions in ChoR (0.0-4)

ChoR.processResult

[INTERNAL] Process the result of a java Chordalysis algorithm.
print.chordalysis

Gives a string representation of the model.
ChoR.as.formula

Get the formula.
toString

[INTERNAL] Gives a string representation of the model.
ChoR.Budget

Call to the budget chordalysis algorithm.
ChoR.as.graph

Get the graph.
ChoR.as.cliques

Get the cliques.
ChoR.MML

Call to the MML chordalysis algorithm.
ChoR.loadData

[INTERNAL] Load the data from a dataframe (and with an optionnal cardinality vector)
ChoR.SMT

Call to the SMT chordalysis algorithm.
ChoR

Getting started with the ChoR package