Class: Reckon::CosineSimilarity::DocumentInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/reckon/cosine_similarity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts

Returns:

  • (Object)

    the current value of accounts



16
17
18
# File 'lib/reckon/cosine_similarity.rb', line 16

def accounts
  @accounts
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



16
17
18
# File 'lib/reckon/cosine_similarity.rb', line 16

def tokens
  @tokens
end