Class: Reckon::CosineSimilarity::DocumentInfo
- Inherits:
-
Struct
- Object
- Struct
- Reckon::CosineSimilarity::DocumentInfo
- Defined in:
- lib/reckon/cosine_similarity.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts
17 18 19 |
# File 'lib/reckon/cosine_similarity.rb', line 17 def accounts @accounts end |
#tokens ⇒ Object
Returns the value of attribute tokens
17 18 19 |
# File 'lib/reckon/cosine_similarity.rb', line 17 def tokens @tokens end |