Package

com.truecar.mleap.runtime

transformer

Permalink

package transformer

Visibility
  1. Public
  2. All

Type Members

  1. case class HashingTermFrequencyModel(inputCol: String, outputCol: String, hashingTermFrequency: HashingTermFrequency) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 12/30/15.

  2. case class LinearRegressionModel(featuresCol: String, predictionCol: String, model: LinearRegression) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 10/22/15.

  3. case class PipelineModel(transformers: Seq[Transformer]) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 11/8/15.

  4. case class RandomForestClassificationModel(featuresCol: String, predictionCol: String, model: RandomForestClassification) extends Transformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 3/30/16.

  5. case class RandomForestRegressionModel(featuresCol: String, predictionCol: String, model: RandomForestRegression) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 11/8/15.

  6. case class ReverseStringIndexerModel(inputCol: String, outputCol: String, indexer: ReverseStringIndexer) extends Transformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 3/30/16.

  7. case class StandardScalerModel(inputCol: String, outputCol: String, scaler: StandardScaler) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 10/23/15.

  8. case class StringIndexerModel(inputCol: String, outputCol: String, indexer: StringIndexer) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 10/22/15.

  9. case class SupportVectorMachineModel(featuresCol: String, predictionCol: String, model: SupportVectorMachine) extends Transformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 4/14/16.

  10. case class TokenizerModel(inputCol: String, outputCol: String) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 12/30/15.

  11. trait Transformer extends AnyRef

    Permalink
  12. case class TransformerSchema(input: StructType, output: StructType) extends Product with Serializable

    Permalink

    Created by hwilkins on 10/22/15.

  13. case class VectorAssemblerModel(inputCols: Array[String], outputCol: String) extends Transformer with Product with Serializable

    Permalink

    Created by hwilkins on 10/23/15.

Value Members

  1. package builder

    Permalink

Ungrouped