Class/Object

net.sansa_stack.ml.spark.clustering.algorithms

DBSCAN

Related Docs: object DBSCAN | package algorithms

Permalink

class DBSCAN extends Serializable with ClusterAlgo

Linear Supertypes
ClusterAlgo, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBSCAN
  2. ClusterAlgo
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBSCAN(input: RDD[Triple])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val conf: Config

    Permalink
  8. val dataProcessing: DataProcessing

    Permalink
  9. def dbclusters(pointRDD_0: RDD[Point], eps: Double, minPts: Int, spark: SparkSession): RDD[(String, Array[(String, DbPOI)])]

    Permalink
  10. var epsilon: Double

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getExpandedEnvelopeFromPoint(p: Point, epsilon: Double): Envelope

    Permalink
    Attributes
    protected
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. var minPoints: Int

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val pois: RDD[POI]

    Permalink
  23. val prefixCategory: String

    Permalink
  24. val prefixCoordinate: String

    Permalink
  25. val prefixID: String

    Permalink
  26. def run(): RDD[(String, List[Triple])]

    Permalink
  27. def seralizeToNT(clusters: RDD[(String, Array[(String, DbPOI)])]): RDD[(String, List[Triple])]

    Permalink
  28. def setMinPts(points: Int): DBSCAN.this.type

    Permalink

    set maximum iterations for Kmeans,PIC etc

  29. def seteps(eps: Double): DBSCAN.this.type

    Permalink
  30. val spark: SparkSession

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClusterAlgo

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped