ModelFox.BagOfWordsCosineSimilarityFeatureContribution (modelfox v0.8.0) View Source

This describes the contribution of a feature from a bag of words cosine similarity feature group.

column_name_a

This is the name of the source column a for the bag of words cosine similarity feature group.

column_name_b

This is the name of the source column b for the bag of words cosine similarity feature group.

feature_value

This is the value of the feature.

feature_contribution_value

This is the amount that the feature contributed to the output.

Link to this section Summary

Link to this section Types

Specs

ngram() :: String.t() | {String.t(), String.t()}

Specs

t() :: %ModelFox.BagOfWordsCosineSimilarityFeatureContribution{
  column_name_a: String.t(),
  column_name_b: String.t(),
  feature_contribution_value: float(),
  feature_value: float()
}