Crate tangram_features[][src]

Re-exports

pub use self::bag_of_words::BagOfWordsFeatureGroup;
pub use self::bag_of_words_cosine_similarity::BagOfWordsCosineSimilarityFeatureGroup;
pub use self::compute::compute_features_array_f32;
pub use self::compute::compute_features_array_value;
pub use self::compute::compute_features_table;
pub use self::identity::IdentityFeatureGroup;
pub use self::normalized::NormalizedFeatureGroup;
pub use self::one_hot_encoded::OneHotEncodedFeatureGroup;
pub use self::word_embedding::WordEmbeddingFeatureGroup;

Modules

Enums

The FeatureGroup struct describes how to transform one or more columns from the input table to one or more columns in the output features.