oxicuda-anomaly 0.2.0

Anomaly detection primitives for OxiCUDA — DeepSVDD, AE/VAE reconstruction, LOF, COPOD, isolation scoring, statistical methods, ensemble
Documentation
1
2
3
4
5
6
7
8
9
//! Isolation-based anomaly scoring.
pub mod iforest_score;
pub mod iforest_tree;
pub mod inne;

pub use iforest_tree::{
    IforConfig, IforFit, IforTree, ifor_c_factor, ifor_fit, ifor_path_length, ifor_predict,
    ifor_score,
};