Object

org.apache.spark.ml.clustering.tupol

XKMeansReporting

Related Doc: package tupol

Permalink

object XKMeansReporting

Defines a set of reports generated from a PipelineModel with XKMeansModel and proper feature names.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XKMeansReporting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def clusterDistancesReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with distances between cluster centres.

    Returns a Markdown table report with distances between cluster centres.

    model

    XKMeansModel

    returns

    report

  7. def clusterDistancesTopListReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with top list of distances starting from the shortest.

    Returns a Markdown table report with top list of distances starting from the shortest.

    model

    XKMeansModel

    returns

    report

  8. def crossClusterProbabilityReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with top list of distances starting from the shortest.

    Returns a Markdown table report with top list of distances starting from the shortest.

    model

    XKMeansModel

    returns

    report

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. lazy val legend: String

    Permalink
  16. def modelParametersReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByModel statistics.

    model

    XKMeansModel

    returns

    report

  17. def modelReport(implicit model: XKMeansModel): String

    Permalink

    Returns a concatenation of all reports from XKMeansReporting.

    Returns a concatenation of all reports from XKMeansReporting.

    returns

    report

  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def summaryByClusterByFeaturesReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    model

    XKMeansModel

    returns

    report

  22. def summaryByClusterReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    model

    XKMeansModel

    returns

    report

  23. def summaryByModelByFeaturesReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByCluster statistics.

    model

    XKMeansModel

    returns

    report

  24. def summaryByModelReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report with org.apache.spark.ml.clustering.tupol.evaluation.ClusteringDistanceSummary#summaryByModel statistics.

    model

    XKMeansModel

    returns

    report

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

    Permalink
    Definition Classes
    AnyRef
  26. def threeSigmaRuler(value: Double, mean: Double, sd: Double): String

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def vectorFeatureNamesReport(implicit model: XKMeansModel): String

    Permalink

    Returns a Markdown table report of indexed feature names of the model.

    Returns a Markdown table report of indexed feature names of the model. Returns an empty table if the pipelineModel doesn't have any feature names.

    returns

    report

  29. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped