Package

smile

data

Permalink

package data

Data manipulation functions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DataFrameOps(data: DataFrame) extends Product with Serializable

    Permalink

    Pimped data frame with Scala style methods.

    Pimped data frame with Scala style methods.

    data

    a data frame.

  2. case class TupleOps(t: Tuple) extends Product with Serializable

    Permalink

    Pimped tuple with additional methods.

    Pimped tuple with additional methods.

    t

    a tuple.

Value Members

  1. package formula

    Permalink

    Formula DSL.

  2. implicit def pimpDataFrame(data: DataFrame): DataFrameOps

    Permalink
  3. implicit def pimpTuple(data: Tuple): TupleOps

    Permalink
  4. def summary(x: Array[Double]): Unit

    Permalink

    Prints the statistics of min, q1, median, mean, q3, and max.

  5. def summary(x: Array[Int]): Unit

    Permalink

    Prints the statistics of min, q1, median, mean, q3, and max.

Inherited from AnyRef

Inherited from Any

Ungrouped