Class/Object

au.id.cxd.math.data

DataSet

Related Docs: object DataSet | package data

Permalink

class DataSet extends Serializable

The data set class contains the full dataset the number of continuous colums and number of discrete columns.

The data set contains the continuous data first, followed by the discrete data.

Created by cd on 7/05/2016.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSet
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataSet(data: DenseMatrix[Double], continuousCols: Int, discreteCols: Int, discreteMapping: Map[String, Set[String]], transform: ContinuousTransform)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val continuousCols: Int

    Permalink
  7. def convertToClassLabels(featureName: String, indicators: DenseMatrix[Double]): Seq[String]

    Permalink

    convert an indicator matrix to a set of class labels based on the internal mappings for the supplied feature name

  8. def createPartitions(trainPc: Double, cvPc: Double, testPc: Double): Unit

    Permalink

    partition the data into the training set, the cross validation set and the test set.

  9. var crossValidateData: DenseMatrix[Double]

    Permalink
  10. val data: DenseMatrix[Double]

    Permalink
  11. val discreteCols: Int

    Permalink
  12. val discreteMapping: Map[String, Set[String]]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def makeSet(nrows: Int, data: DenseMatrix[Double]): DenseMatrix[Double]

    Permalink

    make a random selection of the data for the supplied number of rows.

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. var randData: DenseMatrix[Double]

    Permalink

    reference the random permutation of the data before partitioning.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. var testData: DenseMatrix[Double]

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. var trainData: DenseMatrix[Double]

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped