Crate greenglas[][src]

Expand description

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

Re-exports

pub use crate::image::Image;
pub use crate::transformer::Transformer;
pub use crate::word::Word;

Modules

The Image Struct and its Modifiers

Re-exports from the modifier crate.

Transformer

The Word Struct and its Modifiers

Traits

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