implicit class withKNearestMethods[T] extends KNearestMethods[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withKNearestMethods
- KNearestMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withKNearestMethods(self: RDD[T])
Value Members
-
def
kNearest[H <: Geometry, F](centers: Traversable[Feature[H, F]], k: Int)(f: (T) ⇒ Geometry)(implicit d: DummyImplicit): Seq[Seq[T]]
- Definition Classes
- KNearestMethods
-
def
kNearest[H <: Geometry](centers: Traversable[H], k: Int)(f: (T) ⇒ Geometry): Seq[Seq[T]]
- Definition Classes
- KNearestMethods
-
def
kNearest(ex: Extent, k: Int)(f: (T) ⇒ Geometry): Seq[T]
- Definition Classes
- KNearestMethods
-
def
kNearest(p: Point, k: Int)(f: (T) ⇒ Geometry): Seq[T]
- Definition Classes
- KNearestMethods
-
def
kNearest(p: (Double, Double), k: Int)(f: (T) ⇒ Geometry): Seq[T]
- Definition Classes
- KNearestMethods
-
def
kNearest(x: Double, y: Double, k: Int)(f: (T) ⇒ Geometry): Seq[T]
- Definition Classes
- KNearestMethods
-
val
self: RDD[T]
- Definition Classes
- withKNearestMethods → MethodExtensions