Package

com.truecar.mleap.core

feature

Permalink

package feature

Visibility
  1. Public
  2. All

Type Members

  1. case class HashingTermFrequency(numFeatures: Int = 1 << 18) extends Product with Serializable

    Permalink

    Created by hwilkins on 12/30/15.

    Created by hwilkins on 12/30/15.

    Source adapted from: Apache Spark Utils and HashingTF, see NOTICE for contributors

  2. case class OneHotEncoder(size: Int) extends Serializable with Product

    Permalink

    Created by hwilkins on 11/5/15.

  3. case class ReverseStringIndexer(strings: Seq[String]) extends Product with Serializable

    Permalink

    Created by hollinwilkins on 3/30/16.

  4. case class StandardScaler(std: Option[Vector], mean: Option[Vector]) extends Serializable with Product

    Permalink

    Created by hwilkins on 11/5/15.

  5. case class StringIndexer(strings: Seq[String]) extends Serializable with Product

    Permalink

    Created by hwilkins on 11/5/15.

  6. case class Tokenizer(regex: String = "\\s") extends Product with Serializable

    Permalink
  7. case class VectorAssembler() extends Serializable with Product

    Permalink

Value Members

  1. object Tokenizer extends Serializable

    Permalink

    Created by hwilkins on 12/30/15.

  2. object VectorAssembler extends Serializable

    Permalink

    Created by hwilkins on 11/5/15.

Ungrouped