Other packages > Find by keyword >

HEMDAG  

Hierarchical Ensemble Methods for Directed Acyclic Graphs
View on CRAN: Click here


Download and install HEMDAG package within the R console
Install from CRAN:
install.packages("HEMDAG")

Install from Github:
library("remotes")
install_github("cran/HEMDAG")

Install by package version:
library("remotes")
install_version("HEMDAG", "2.7.4")



Attach the package and use:
library("HEMDAG")
Maintained by
Marco Notaro
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-08-11
Latest Update: 2021-02-12
Description:
An implementation of several Hierarchical Ensemble Methods (HEMs) for Directed Acyclic Graphs (DAGs). 'HEMDAG' package: 1) reconciles flat predictions with the topology of the ontology; 2) can enhance the predictions of virtually any flat learning methods by taking into account the hierarchical relationships between ontology classes; 3) provides biologically meaningful predictions that always obey the true-path-rule, the biological and logical rule that governs the internal coherence of biomedical ontologies; 4) is specifically designed for exploiting the hierarchical relationships of DAG-structured taxonomies, such as the Human Phenotype Ontology (HPO) or the Gene Ontology (GO), but can be safely applied to tree-structured taxonomies as well (as FunCat), since trees are DAGs; 5) scales nicely both in terms of the complexity of the taxonomy and in the cardinality of the examples; 6) provides several utility functions to process and analyze graphs; 7) provides several performance metrics to evaluate HEMs algorithms. (Marco Notaro, Max Schubach, Peter N. Robinson and Giorgio Valentini (2017) ).
How to cite:
Marco Notaro (2017). HEMDAG: Hierarchical Ensemble Methods for Directed Acyclic Graphs. R package version 2.7.4, https://cran.r-project.org/web/packages/HEMDAG. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2017-08-11 23:56), 1.1.1 (2017-10-16 15:51), 2.0.0 (2018-01-23 11:46), 2.0.1 (2018-02-02 19:32), 2.1.2 (2018-05-07 18:36), 2.1.3 (2018-05-22 00:27), 2.2.3 (2018-08-15 19:40), 2.2.4 (2018-08-19 02:00), 2.2.5 (2018-09-21 18:00), 2.3.6 (2019-03-10 00:13), 2.4.7 (2019-03-18 15:23), 2.4.8 (2019-05-02 23:20), 2.5.9 (2019-10-08 15:50), 2.6.0 (2019-11-15 23:30), 2.6.1 (2020-03-03 23:40), 2.7.3 (2020-09-19 16:20), 2.7.4 (2021-02-12 16:00)
Other packages that cited HEMDAG R package
View HEMDAG citation profile
Other R packages that HEMDAG depends, imports, suggests or enhances
Complete documentation for HEMDAG
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA