smile

data

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class PimpedArrayLike[T] extends AnyRef

Value Members

  1. def numericAttributes(n: Int): Array[Attribute]

    Returns an array of NumericAttribute objects

    Returns an array of NumericAttribute objects

    n

    the number of attributes.

  2. implicit def pimpArray2D(data: Array[Array[Double]]): PimpedArray2D

  3. implicit def pimpDIntArray(data: Array[Int]): PimpedArray[Int]

  4. implicit def pimpDataset(data: AttributeDataset): PimpedDataset

  5. implicit def pimpDoubleArray(data: Array[Double]): PimpedArray[Double]

  6. implicit def pimpSparseDataset(data: SparseDataset): PimpedSparseDataset

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

Inherited from AnyRef

Inherited from Any

Ungrouped