wasm4pm 26.6.10

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! ML sub-module — contextual bandits and learning agents.

pub mod automl;
pub mod classification;
pub mod clustering;
pub mod forecasting;
pub mod linucb;
pub mod pca;
pub mod regression;
pub mod utils;

pub use linucb::LinUCBAgent;