Class/Object

xyz.florentforest.spark.ml.som

SOM

Related Docs: object SOM | package som

Permalink

class SOM extends Estimator[SOMModel] with SOMParams

Linear Supertypes
SOMParams, HasTol, HasPredictionCol, HasSeed, HasFeaturesCol, HasMaxIter, Estimator[SOMModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SOM
  2. SOMParams
  3. HasTol
  4. HasPredictionCol
  5. HasSeed
  6. HasFeaturesCol
  7. HasMaxIter
  8. Estimator
  9. PipelineStage
  10. Logging
  11. Params
  12. Serializable
  13. Serializable
  14. Identifiable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SOM()

    Permalink
  2. new SOM(uid: String)

    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 $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  6. final def clear(param: Param[_]): SOM.this.type

    Permalink
    Definition Classes
    Params
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(extra: ParamMap): SOM

    Permalink
    Definition Classes
    SOM → Estimator → PipelineStage → Params
  9. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  10. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  14. def explainParams(): String

    Permalink
    Definition Classes
    Params
  15. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  16. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  17. final val featuresCol: Param[String]

    Permalink

    Param for features column name.

    Param for features column name.

    Definition Classes
    HasFeaturesCol
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fit(dataset: Dataset[_]): SOMModel

    Permalink
    Definition Classes
    SOM → Estimator
  20. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[SOMModel]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  21. def fit(dataset: Dataset[_], paramMap: ParamMap): SOMModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  22. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): SOMModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  23. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  26. final def getFeaturesCol: String

    Permalink
    Definition Classes
    HasFeaturesCol
  27. def getHeight: Int

    Permalink
    Definition Classes
    SOMParams
  28. final def getMaxIter: Int

    Permalink
    Definition Classes
    HasMaxIter
  29. def getNeighborhoodKernel: String

    Permalink
    Definition Classes
    SOMParams
  30. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  31. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  32. final def getPredictionCol: String

    Permalink
    Definition Classes
    HasPredictionCol
  33. final def getSeed: Long

    Permalink
    Definition Classes
    HasSeed
  34. def getTMax: Double

    Permalink
    Definition Classes
    SOMParams
  35. def getTMin: Double

    Permalink
    Definition Classes
    SOMParams
  36. def getTemperatureDecay: String

    Permalink
    Definition Classes
    SOMParams
  37. final def getTol: Double

    Permalink
    Definition Classes
    HasTol
  38. def getTopology: String

    Permalink
    Definition Classes
    SOMParams
  39. def getWidth: Int

    Permalink
    Definition Classes
    SOMParams
  40. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  41. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. final val height: IntParam

    Permalink

    The height of the map to create (height).

    The height of the map to create (height). Must be > 1. Default: 10.

    Definition Classes
    SOMParams
  44. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  48. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  51. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  54. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  55. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  56. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  57. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  58. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  60. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  61. final val maxIter: IntParam

    Permalink

    Param for maximum number of iterations (>= 0).

    Param for maximum number of iterations (>= 0).

    Definition Classes
    HasMaxIter
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final val neighborhoodKernel: Param[String]

    Permalink

    Param for the neighborhood kernel type.

    Param for the neighborhood kernel type. This can be either "gaussian" or "rectangular". Default: gaussian.

    Definition Classes
    SOMParams
  64. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  66. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  67. final val predictionCol: Param[String]

    Permalink

    Param for prediction column name.

    Param for prediction column name.

    Definition Classes
    HasPredictionCol
  68. def run(data: RDD[Vector]): SOMModel

    Permalink
  69. def runAlgorithm(data: RDD[VectorWithNorm]): SOMModel

    Permalink
  70. final val seed: LongParam

    Permalink

    Param for random seed.

    Param for random seed.

    Definition Classes
    HasSeed
  71. final def set(paramPair: ParamPair[_]): SOM.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  72. final def set(param: String, value: Any): SOM.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  73. final def set[T](param: Param[T], value: T): SOM.this.type

    Permalink
    Definition Classes
    Params
  74. final def setDefault(paramPairs: ParamPair[_]*): SOM.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  75. final def setDefault[T](param: Param[T], value: T): SOM.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  76. def setFeaturesCol(value: String): SOM.this.type

    Permalink
  77. def setHeight(value: Int): SOM.this.type

    Permalink
  78. def setInitialModel(model: SOMModel): SOM.this.type

    Permalink
  79. def setMaxIter(value: Int): SOM.this.type

    Permalink
  80. def setNeighborhoodKernel(value: String): SOM.this.type

    Permalink
  81. def setPredictionCol(value: String): SOM.this.type

    Permalink
  82. def setSeed(value: Long): SOM.this.type

    Permalink
  83. def setTMax(value: Double): SOM.this.type

    Permalink
  84. def setTMin(value: Double): SOM.this.type

    Permalink
  85. def setTemperatureDecay(value: String): SOM.this.type

    Permalink
  86. def setTol(value: Double): SOM.this.type

    Permalink
  87. def setTopology(value: String): SOM.this.type

    Permalink
  88. def setWidth(value: Int): SOM.this.type

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

    Permalink
    Definition Classes
    AnyRef
  90. final val tMax: DoubleParam

    Permalink

    Initial temperature parameter value (tMax).

    Initial temperature parameter value (tMax). Must be > 0.0. Default: 10.0.

    Definition Classes
    SOMParams
  91. final val tMin: DoubleParam

    Permalink

    Final temperature parameter value (tMin).

    Final temperature parameter value (tMin). Must be > 0.0. Default: 0.1.

    Definition Classes
    SOMParams
  92. final val temperatureDecay: Param[String]

    Permalink

    Param for the temperature decay type.

    Param for the temperature decay type. This can be either "exponential" or "linear". Default: exponential.

    Definition Classes
    SOMParams
  93. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  94. final val tol: DoubleParam

    Permalink

    Param for the convergence tolerance for iterative algorithms (>= 0).

    Param for the convergence tolerance for iterative algorithms (>= 0).

    Definition Classes
    HasTol
  95. final val topology: Param[String]

    Permalink

    Param for the map grid topology type.

    Param for the map grid topology type. Only "rectangular" is available at the moment, hexagonal will soon be added. Default: rectangular.

    Definition Classes
    SOMParams
  96. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    SOM → PipelineStage
  97. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  98. val uid: String

    Permalink
    Definition Classes
    SOM → Identifiable
  99. def validateAndTransformSchema(schema: StructType): StructType

    Permalink

    Validates and transforms the input schema.

    Validates and transforms the input schema.

    schema

    input schema

    returns

    output schema

    Attributes
    protected
    Definition Classes
    SOMParams
  100. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final val width: IntParam

    Permalink

    The width of the map to create (width).

    The width of the map to create (width). Must be > 1. Default: 10.

    Definition Classes
    SOMParams

Inherited from SOMParams

Inherited from HasTol

Inherited from HasPredictionCol

Inherited from HasSeed

Inherited from HasFeaturesCol

Inherited from HasMaxIter

Inherited from Estimator[SOMModel]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped