API Documentation
Complete API reference for apr-cookbook.
Modules
apr_cookbook::bundle
Model bundling and loading.
pub struct ModelBundle { ... }
pub struct BundledModel<'a> { ... }
apr_cookbook::convert
Format conversion utilities.
pub struct AprConverter { ... }
pub struct TensorData { ... }
pub enum ConversionFormat { ... }
pub enum DataType { ... }
apr_cookbook::explainable
Inference explainability wrappers bridging aprender models with entrenar monitoring.
pub struct LinearExplainable { ... }
pub trait IntoExplainable { ... }
apr_cookbook::error
Error types.
pub enum CookbookError { ... }
pub type Result<T> = std::result::Result<T, CookbookError>;
Full Documentation
apr-cookbook is an examples workspace, not a published library — generate API docs locally:
cargo doc --all-features --open
Stability
| API | Stability |
|---|---|
bundle::* | Stable |
convert::* | Stable |
explainable::* | Stable |
error::* | Stable |
aprender_integration::* | Experimental |