Crate greenglas

Crate greenglas 

Source
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§

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.