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 operations.

    Pimped data frame with Scala style operations.

    data

    underlying data frame.

Value Members

  1. package formula

    Permalink

    Formula DSL.

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

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

    Permalink

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

  4. 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