implicit final class AnnoySCollection extends AnyVal
- Alphabetic
- By Inheritance
- AnnoySCollection
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AnnoySCollection(self: SCollection[AnnoyUri])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def asAnnoySideInput(metric: AnnoyMetric, dim: Int): SideInput[AnnoyReader]
Load Annoy index stored at AnnoyUri in this SCollection.
Load Annoy index stored at AnnoyUri in this SCollection.
- metric
Metric (Angular, Euclidean) used to build the Annoy index
- dim
Number of dimensions in vectors used to build the Annoy index
- returns
SideInput[AnnoyReader]
- Annotations
- @experimental()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any