Package

com.github.tsingjyujing.geo.algorithm

containers

Permalink

package containers

Visibility
  1. Public
  2. All

Type Members

  1. class ClusterResult[K, V <: IGeoPoint] extends AnyRef

    Permalink

    Data structure to describe

    Data structure to describe

    K

    Type of label

    V

    Type of point

  2. case class LabeledPoint[K, V <: IGeoPoint](classId: K, value: V) extends IGeoPoint with Product with Serializable

    Permalink

    A geo point has a label with type K and value with type V

    A geo point has a label with type K and value with type V

    K

    type of label

    V

    type of point

    classId

    label info

    value

    geo point info

Value Members

  1. object ClusterResult

    Permalink

Ungrouped