Package

xyz.florentforest.spark.ml

som

Permalink

package som

Visibility
  1. Public
  2. All

Type Members

  1. trait HasFeaturesCol extends Params

    Permalink

    Trait for shared param featuresCol (default: "features").

  2. trait HasMaxIter extends Params

    Permalink

    Trait for shared param maxIter.

  3. trait HasPredictionCol extends Params

    Permalink

    Trait for shared param predictionCol (default: "prediction").

  4. trait HasSeed extends Params

    Permalink

    Trait for shared param seed (default: this.getClass.getName.hashCode.toLong).

  5. trait HasTol extends Params

    Permalink

    Trait for shared param tol.

  6. class SOM extends Estimator[SOMModel] with SOMParams

    Permalink
  7. class SOMModel extends Model[SOMModel] with SOMParams

    Permalink
  8. trait SOMParams extends Params with HasMaxIter with HasFeaturesCol with HasSeed with HasPredictionCol with HasTol

    Permalink
  9. class SOMTrainingSummary extends AnyRef

    Permalink
  10. class VectorWithNorm extends Serializable

    Permalink

    A vector with its norm for fast distance computation.

    A vector with its norm for fast distance computation.

    See also

    xyz.florentforest.spark.ml.som.SOM#fastSquaredDistance

  11. class XORShiftRandom extends Random

    Permalink

Value Members

  1. object Main extends App

    Permalink

    Main object for test and benchmark purpose

  2. object SOM extends Serializable

    Permalink
  3. object XORShiftRandom extends Serializable

    Permalink

Ungrouped