Package

com.github.tsingjyujing.geo.algorithm

cluster

Permalink

package cluster

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseGeoKMeans[V <: IGeoPoint] extends AnyRef

    Permalink

    Version

    1.0

    Since

    2.7

  2. class DBScan[V <: IGeoPoint] extends AnyRef

    Permalink

    DB Scan algorithm for geo points

    DB Scan algorithm for geo points

    Version

    1.1

    Since

    2.5

  3. class GeoKMeans[T <: IGeoPoint] extends BaseGeoKMeans[T]

    Permalink

    Standard Geo K-Means with uniformed initialize on sphere

    Standard Geo K-Means with uniformed initialize on sphere

    T

    type of point

  4. class GeoKMeansPlus[T <: IGeoPoint] extends BaseGeoKMeans[T]

    Permalink

    Implementation of K-Means++ on geographical points.

    Implementation of K-Means++ on geographical points.

    T

    type of point

    See also

    paper: k-means++: The Advantages of Careful Seeding

  5. class MongoDBScan extends AnyRef

    Permalink

Value Members

  1. object DBScan

    Permalink
  2. object MongoDBScan

    Permalink

Ungrouped