package data
Data manipulation functions.
- Alphabetic
- By Inheritance
- data
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
DataFrameOps(data: DataFrame) extends Product with Serializable
Pimped data frame with Scala style operations.
Pimped data frame with Scala style operations.
- data
underlying data frame.
Value Members
- implicit def pimpDataFrame(data: DataFrame): DataFrameOps
-
def
summary(x: Array[Double]): Unit
Prints the statistics of min, q1, median, mean, q3, and max.
-
def
summary(x: Array[Int]): Unit
Prints the statistics of min, q1, median, mean, q3, and max.
Smile (Statistical Machine Intelligence and Learning Engine) is a fast and comprehensive machine learning, NLP, linear algebra, graph, interpolation, and visualization system in Java and Scala. With advanced data structures and algorithms, Smile delivers state-of-art performance.
Smile covers every aspect of machine learning, including classification, regression, clustering, association rule mining, feature selection, manifold learning, multidimensional scaling, genetic algorithms, missing value imputation, efficient nearest neighbor search, etc.