smile.data

package smile.data

Data manipulation functions.

Attributes

Members list

Packages

Formula DSL.

Formula DSL.

Attributes

Type members

Classlikes

case class DataFrameOps(data: DataFrame)

Pimped data frame with Scala style methods.

Pimped data frame with Scala style methods.

Value parameters

data

a data frame.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TupleOps(t: Tuple)

Pimped tuple with additional methods.

Pimped tuple with additional methods.

Value parameters

t

a tuple.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

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

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

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

Attributes

def summary(x: Array[Double]): Unit

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

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

Attributes

Implicits

Implicits

implicit def pimpDataFrame(data: DataFrame): DataFrameOps
implicit def pimpTuple(data: Tuple): TupleOps