Crate tangram_features

Source

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§

bag_of_words
bag_of_words_cosine_similarity
compute
identity
normalized
one_hot_encoded
word_embedding

Enums§

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