Class: Mxrb::Semantic::RankedArtifact
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::RankedArtifact
- Defined in:
- lib/mxrb/semantic/embedder.rb
Instance Attribute Summary collapse
-
#artifact ⇒ Object
readonly
Returns the value of attribute artifact.
-
#distance ⇒ Object
readonly
Returns the value of attribute distance.
-
#similarity ⇒ Object
readonly
Returns the value of attribute similarity.
Instance Attribute Details
#artifact ⇒ Object (readonly)
Returns the value of attribute artifact
8 9 10 |
# File 'lib/mxrb/semantic/embedder.rb', line 8 def artifact @artifact end |
#distance ⇒ Object (readonly)
Returns the value of attribute distance
8 9 10 |
# File 'lib/mxrb/semantic/embedder.rb', line 8 def distance @distance end |
#similarity ⇒ Object (readonly)
Returns the value of attribute similarity
8 9 10 |
# File 'lib/mxrb/semantic/embedder.rb', line 8 def similarity @similarity end |