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 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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