Package

org.incal.spark_ml.models

regression

Permalink

package regression

Visibility
  1. Public
  2. All

Type Members

  1. case class GeneralizedLinearRegression(_id: Option[BSONObjectID] = None, regularization: ValueOrSeq[Double] = Left(None), link: Option[GeneralizedLinearRegressionLinkType.Value] = None, maxIteration: ValueOrSeq[Int] = Left(None), tolerance: ValueOrSeq[Double] = Left(None), fitIntercept: Option[Boolean] = None, family: Option[GeneralizedLinearRegressionFamily.Value] = None, solver: Option[GeneralizedLinearRegressionSolver.Value] = None, name: Option[String] = None, createdById: Option[BSONObjectID] = None, timeCreated: Date = new Date()) extends Regressor with Product with Serializable

    Permalink
  2. case class GradientBoostRegressionTree(_id: Option[BSONObjectID] = None, core: TreeCore = TreeCore(), maxIteration: ValueOrSeq[Int] = Left(None), stepSize: ValueOrSeq[Double] = Left(None), subsamplingRate: ValueOrSeq[Double] = Left(None), lossType: Option[GBTRegressionLossType.Value] = None, name: Option[String] = None, createdById: Option[BSONObjectID] = None, timeCreated: Date = new Date()) extends Regressor with Product with Serializable

    Permalink
  3. case class LinearRegression(_id: Option[BSONObjectID] = None, regularization: ValueOrSeq[Double] = Left(None), elasticMixingRatio: ValueOrSeq[Double] = Left(None), maxIteration: ValueOrSeq[Int] = Left(None), tolerance: ValueOrSeq[Double] = Left(None), fitIntercept: Option[Boolean] = None, solver: Option[RegressionSolver.Value] = None, standardization: Option[Boolean] = None, aggregationDepth: ValueOrSeq[Int] = Left(None), name: Option[String] = None, createdById: Option[BSONObjectID] = None, timeCreated: Date = new Date()) extends Regressor with Product with Serializable

    Permalink
  4. case class RandomRegressionForest(_id: Option[BSONObjectID] = None, core: TreeCore = TreeCore(), numTrees: ValueOrSeq[Int] = Left(None), subsamplingRate: ValueOrSeq[Double] = Left(None), impurity: Option[RegressionTreeImpurity.Value] = None, featureSubsetStrategy: Option[RandomRegressionForestFeatureSubsetStrategy.Value] = None, name: Option[String] = None, createdById: Option[BSONObjectID] = None, timeCreated: Date = new Date()) extends Regressor with Product with Serializable

    Permalink
  5. case class RegressionTree(_id: Option[BSONObjectID] = None, core: TreeCore = TreeCore(), impurity: Option[RegressionTreeImpurity.Value] = None, name: Option[String] = None, createdById: Option[BSONObjectID] = None, timeCreated: Date = new Date()) extends Regressor with Product with Serializable

    Permalink
  6. trait Regressor extends AnyRef

    Permalink

Value Members

  1. object GBTRegressionLossType extends Enumeration

    Permalink
  2. object GeneralizedLinearRegressionFamily extends Enumeration

    Permalink
  3. object GeneralizedLinearRegressionLinkType extends Enumeration

    Permalink
  4. object GeneralizedLinearRegressionSolver extends Enumeration

    Permalink
  5. object RandomRegressionForestFeatureSubsetStrategy extends Enumeration

    Permalink
  6. object RegressionEvalMetric extends Enumeration

    Permalink
  7. object RegressionSolver extends Enumeration

    Permalink
  8. object RegressionTreeImpurity extends Enumeration

    Permalink

Ungrouped