Dsxir.DemoStrategy.KNN.Entry (dsxir v0.2.0)

Copy Markdown

One indexed (embedding, example) pair.

Summary

Types

t()

@type t() :: %Dsxir.DemoStrategy.KNN.Entry{
  embedding: [float()],
  example: Dsxir.Example.t()
}