stringsAsFactors
issue – link;obogaf::parser
;build.consistent.graph
;Do.GPAV.holdout
;precision.at.all.recall.levels.single.class
(labels are all negatives/positives);precision.at.given.recall.levels.over.classes
(labels in a fold are all negatives/positives);do.stratified.cv.data.single.class
(sampling of the labels with just one positive/negative);compute.performance
to the following high level functions:
Do.TPR.DAG
and Do.TPR.DAG.holdout
;Do.HTD
and Do.HTD.holdout
;Do.GPAV
and Do.GPAV.holdout
;Do.heuristic.methods
and Do.heuristic.methods.holdout
;lexicographical.topological.sort
;precrec
package:
precision.at.all.recall.levels.single.class
;PXR.at.multiple.recall.levels.over.classes
substituted with precision.at.given.recall.levels.over.classes
;.txt
) or compressed (.gz
);CRAN
Package Check Results: removed unneeded header and define from GPAV C++
source codeGPAV
algorithm (Burdakov et al., Journal of Computational Mathematics, 2006 – link);GPAV
algorithm in the top-down step of the functions TPR.DAG
, Do.TPR.DAG
and Do.TPR.DAG.holdout
;help("HEMDAG-defunct")
;C++
code of GPAV
algorithm;compute.Fmeasure.multilabel
;PXR.at.multiple.recall.levels.over.classes
;AUPRC
, AUROC
, FMM
, PXR
) can be computed either one-shot or averaged across folds;metric
: maximization by FMAX
or PRC
(see manual for further details);do.stratified.cv.data.single.class
;Added TPR-DAG
: function gathering several hierarchical ensemble variants;
Added Do.TPR.DAG
: high-level function to run TPR-DAG
cross-validated experiments;
Added Do.TPR.DAG.holdout
: high-level functions to run TPR-DAG
holdout experiments;
The following TPR-DAG
and DESCENS
high-level functions were removed:
NOTE: all the removed functions can be run opportunely setting the input parameters of the new high-level function
Do.TPR.DAG
(for cross-validated experiments) andDo.TPR.DAG.holdout
(for hold-out experiments);
DESCENS
algorithm;MAX
, AND
, OR
(Obozinski et al., Genome Biology, 2008 – link);tupla.matrix
function;HPOparser
(note: from version 2.6.0
HPOparser
was changed in obogaf::parser
);CITATION
file;