Class: Mxrb::Semantic::RankedArtifact

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/embedder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artifactObject (readonly)

Returns the value of attribute artifact

Returns:

  • (Object)

    the current value of artifact



8
9
10
# File 'lib/mxrb/semantic/embedder.rb', line 8

def artifact
  @artifact
end

#distanceObject (readonly)

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



8
9
10
# File 'lib/mxrb/semantic/embedder.rb', line 8

def distance
  @distance
end

#similarityObject (readonly)

Returns the value of attribute similarity

Returns:

  • (Object)

    the current value of similarity



8
9
10
# File 'lib/mxrb/semantic/embedder.rb', line 8

def similarity
  @similarity
end