Object

com#10.github#9847.jelmerk#9849.knn#9851.scalalike#9894.bruteforce#9941

BruteForceIndex#9948

Related Doc: package bruteforce#9941

Permalink

object BruteForceIndex#9948

Linear Supertypes
AnyRef#2947, Any#877
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BruteForceIndex#9948
  2. AnyRef#2947
  3. Any#877
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=#7612(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  2. final def ###7614(): Int#1289

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  3. final def ==#7610(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  4. def apply#32182[TId#32183, TVector#32184, TItem#32185 <: Item#10093[TId#32183, TVector#32184], TDistance#32186](distanceFunction#32422: (TVector#32184, TVector#32184) ⇒ TDistance#32186)(implicit ordering#32423: Ordering#3259[TDistance#32186]): Index#9899[TId#32183, TVector#32184, TItem#32185, TDistance#32186]

    Permalink
  5. final def asInstanceOf#7603[T0#7604]: T0#7604

    Permalink
    Definition Classes
    Any#877
  6. def clone#3366(): AnyRef#2947

    Permalink
    Attributes
    protected[java#14.lang#38]
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313() @throws#1838( ... )
  7. final def eq#7606(arg0: AnyRef#2947): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947
  8. def equals#3364(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  9. final def getClass#3360(): Class#116[_]

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  10. def hashCode#3363(): Int#1289

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  11. final def isInstanceOf#7601[T0#7602]: Boolean#2711

    Permalink
    Definition Classes
    Any#877
  12. def load#32155[TId#32156, TVector#32157, TItem#32158 <: Item#10093[TId#32156, TVector#32157], TDistance#32159](inputStream#32192: InputStream#3832): Index#9899[TId#32156, TVector#32157, TItem#32158, TDistance#32159]

    Permalink

    Restores a BruteForceIndex from an InputStream.

    Restores a BruteForceIndex from an InputStream.

    returns

    The restored index

  13. def load#32164[TId#32165, TVector#32166, TItem#32167 <: Item#10093[TId#32165, TVector#32166], TDistance#32168](file#32348: File#3799): Index#9899[TId#32165, TVector#32166, TItem#32167, TDistance#32168]

    Permalink

    Restores a BruteForceIndex from a File.

    Restores a BruteForceIndex from a File.

    returns

    The restored index

  14. def load#32173[TId#32174, TVector#32175, TItem#32176 <: Item#10093[TId#32174, TVector#32175], TDistance#32177](path#32384: Path#10195): Index#9899[TId#32174, TVector#32175, TItem#32176, TDistance#32177]

    Permalink

    Restores a BruteForceIndex from a Path.

    Restores a BruteForceIndex from a Path.

    returns

    The restored index

  15. final def ne#7608(arg0: AnyRef#2947): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947
  16. final def notify#3372(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  17. final def notifyAll#3373(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  18. final def synchronized#36211[T0#7616](arg0: ⇒ T0#7616): T0#7616

    Permalink
    Definition Classes
    AnyRef#2947
  19. def toString#3371(): String#293

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  20. final def wait#3374(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )
  21. final def wait#3379(arg0: Long#2537): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )
  22. final def wait#3381(arg0: Long#2537, arg1: Int#1289): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )

Deprecated Value Members

  1. def finalize#3384(): Unit#2816

    Permalink
    Attributes
    protected[java#14.lang#38]
    Definition Classes
    AnyRef#2947
    Annotations
    @Deprecated#299() @deprecated#1235( ... , "" ) @throws#1838( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef#2947

Inherited from Any#877

Ungrouped