Module: Eluka

Defined in:
lib/eluka/bijection.rb,
lib/eluka/model.rb,
lib/eluka/document.rb,
lib/eluka/features.rb,
lib/eluka/data_point.rb,
lib/eluka/feature_vector.rb

Overview

Feature Vectors performs two important functions

  1. Maintain a list of <feature, value> pairs for each data point (vector)

so that a model can be built whenever needed. (Sparse representation)

  1. Adds every feature to the Features object to maintain

a unique list of features

TODO: On disk representation for large training data

Defined Under Namespace

Classes: Bijection, DataPoint, Document, FeatureVectors, Features, Model