Crate cuticula

Source
Expand description

Cuticula provides convenient and universal Machine Learning Transformer for non-numeric data types such as: Strings, Images and Audio.

Re-exports§

pub use image::Image;
pub use word::Word;
pub use transformer::Transformer;
pub use image_lib as image_crate;

Modules§

image
The Image Struct and its Modifiers
modifier
Re-exports from the modifier crate.
transformer
Transformer
word
The Word Struct and its Modifiers

Traits§

Set
A trait providing the set and set_mut methods for all types.