Files in bmihaljevic/bnclassify
Learning Discrete Bayesian Network Classifiers from Data

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.github/workflows/test-coverage.yaml
.gitignore
CRAN-SUBMISSION
DESCRIPTION
Makefile
NAMESPACE
NEWS.md R/0bnclassify-doc.R R/RcppExports.R R/anb-bn-operate.R R/anb-bn.R R/anb-cpts.R R/anb-dag.R R/anb-families.R R/anb-internal.R R/basic-assert.R R/basic-misc.R R/basic-probs.R R/bnc-dag-operate.R R/bncs.R R/cv-multi.r R/cv-update.R R/cv.R R/data-input.R R/data-statistics.R R/frontend-anb.r R/frontend-dag.R R/frontend-graph.r R/graph-internal.r R/infer.R R/learn-aode.r R/learn-chowliu.R R/learn-hc-operators.R R/learn-hc.R R/learn-params-awnb.R R/learn-params-manb.R R/learn-params-wanbia.R R/learn-params.R R/learn-struct.R R/memoise.R R/predict.R R/release.R R/wrap-gRain.R R/wrap-igraph.R R/wrap-mlr.R R/wrap-rpart.R README.Rmd README.md
bnclassify.Rproj
cran-comments.md
data/car.RData
data/voting.RData
inst/CITATION
inst/include/basic-misc.h
inst/include/data.h
inst/include/infer.h
inst/include/multidim-array.h
man/accuracy.Rd man/aode.Rd man/are_factors.Rd man/are_pdists.Rd man/as_mlr.Rd man/augment_kdb.Rd man/augment_kdb_arcs.Rd man/augment_ode.Rd man/augment_ode_arcs.Rd man/bnc.Rd man/bnc_aode.Rd man/bnc_aode_bns.Rd man/bnc_bn.Rd man/bnc_dag.Rd man/bnclassify.Rd man/bootstrap_ss.Rd man/car.Rd man/check_mlr_attached.Rd man/cmi.Rd man/cmi_table.Rd man/complete_graph.Rd man/compute_cll.Rd man/compute_ll.Rd man/compute_wanbia_weights.Rd man/cpt_vars_values.Rd man/cv.Rd man/dag.Rd man/direct_forest.Rd man/direct_tree.Rd man/extract_ctgt.Rd man/fast_equal.Rd
man/figures/README-unnamed-chunk-2-1.png
man/forget.Rd man/get_ancestors.Rd man/get_but_last.Rd man/get_last.Rd man/get_log_leaf_entries.Rd man/get_null_safe.Rd man/grain_and_graph.Rd man/graph_add_edges.Rd man/graph_connected_components.Rd man/graph_get_adjacent.Rd man/graph_is_adjacent.Rd man/graph_named_edge_matrix.Rd man/graph_subgraph.Rd man/graph_union.Rd man/greedy_wrapper.Rd man/identify_all_testing_depths.Rd man/identify_min_testing_depths.Rd man/inspect_bnc_bn.Rd man/inspect_bnc_dag.Rd man/is.memoised.Rd man/is_aode.Rd man/learn_params.Rd man/learn_unprunned_tree.Rd man/local_ode_score_contrib.Rd man/log_normalize.Rd man/loglik.Rd man/makeRLearner.bnc.Rd man/make_cll.Rd man/make_cll_gradient.Rd man/map.Rd man/max_weight_forest.Rd man/memoise_char.Rd man/nb.Rd man/nb_dag.Rd man/new_cache.Rd man/order_acyclic.Rd man/plot.bnc_dag.Rd man/predict.bnc_fit.Rd man/predictLearner.bnc.Rd man/print.bnc_base.Rd man/skip_assert.Rd man/skip_testing.Rd man/spode.Rd man/subset_by_colnames.Rd man/superparent_children.Rd man/tan_chowliu.Rd man/trainLearner.bnc.Rd man/voting.Rd meta/bnclassify-caret.R meta/check.r meta/download-statistics.R meta/graph-partial.r
meta/methods.csv
meta/submit.R
src/.gitignore
src/Makevars
src/Makevars.win
src/RcppExports.cpp
src/anb-operate.cpp
src/basic-misc.cpp
src/basic-probs.cpp
src/bh.cpp
src/data.cpp
src/graph-internal.cpp
src/infer-test-wrappers.cpp
src/infer.cpp
src/multidim-array.cpp
src/table.cpp
tests/testthat.R tests/testthat/helper-common.R tests/testthat/test-anb-bn-operate.R tests/testthat/test-anb-bn.R tests/testthat/test-anb-cpts.R tests/testthat/test-anb-dag.R tests/testthat/test-anb-families.R tests/testthat/test-anb-internal.R tests/testthat/test-basic-assert.R tests/testthat/test-basic-misc.R tests/testthat/test-basic-probs.R tests/testthat/test-bnc-dag-operate.R tests/testthat/test-cpp-table.R tests/testthat/test-cv.R tests/testthat/test-dag.R tests/testthat/test-data-input.R tests/testthat/test-data-statistics.R tests/testthat/test-graph-internal.R tests/testthat/test-hc-bsej.R tests/testthat/test-hc-fssj.R tests/testthat/test-hc-ode.R tests/testthat/test-infer-anb-cpp.R tests/testthat/test-infer-anb.R tests/testthat/test-infer.R tests/testthat/test-learn-aode.r tests/testthat/test-learn-chowliu.R tests/testthat/test-learn-params-awnb.R tests/testthat/test-learn-params-manb.R tests/testthat/test-learn-params-wanbia.r tests/testthat/test-learn-params.R tests/testthat/test-learn-struct.R tests/testthat/test-memoise.R tests/testthat/test-predict.R tests/testthat/test-update.R tests/testthat/test-wrap-grain.R tests/testthat/test-wrap-igraph.R tests/testthat/test-wrap-mlr.R
vignettes/algorithms.tex
vignettes/bnclassify.bib
vignettes/header.tex
vignettes/includes/abstract.rmd vignettes/includes/background.rmd vignettes/includes/functionalities.rmd vignettes/includes/impl-related-conclusion.rmd vignettes/includes/intro.rmd vignettes/includes/usage.rmd
vignettes/macros-bnclassify.tex
vignettes/macros-math.tex
vignettes/macros-paper.tex
vignettes/macros-rjournal.tex
vignettes/methods.Rmd
vignettes/methods.bib
vignettes/overview.Rmd
vignettes/pg_0001.png
vignettes/pg_0002.png
vignettes/pg_0003.png
vignettes/pg_0004.png
vignettes/usage.rmd
bmihaljevic/bnclassify documentation built on March 18, 2024, 8:34 a.m.