Package

de.hpi.kddm.rar

dataset

Permalink

package dataset

Visibility
  1. Public
  2. All

Type Members

  1. case class ContinuousFeature(attribute: Attribute, underlying: Instances) extends Feature with LazyLogging with Product with Serializable

    Permalink

    A feature wrapper around a WEKA attribute providing helper methods

    A feature wrapper around a WEKA attribute providing helper methods

    attribute

    attribute / feature

    underlying

    WEKA instances

  2. trait DataSet extends SearchSpace

    Permalink

    Interface to describe a dataset

  3. trait Feature extends AnyRef

    Permalink
  4. trait LabeledDataSet extends DataSet

    Permalink

    A dataset consisting of features and a label attribute

  5. case class NominalFeature(attribute: Attribute, underlying: Instances) extends Feature with LazyLogging with Product with Serializable

    Permalink

    A feature wrapper around a WEKA attribute providing helper methods

    A feature wrapper around a WEKA attribute providing helper methods

    attribute

    attribute / feature

    underlying

    WEKA instances

  6. trait SearchSpace extends AnyRef

    Permalink

    A space to search

  7. trait SubSpace extends AnyRef

    Permalink

    Part of a search space

  8. case class SubSpaceWithLabel(restrictedTo: BitSet, space: SearchSpace, labels: NominalFeature) extends SubSpace with Product with Serializable

    Permalink

    A subspace that contains labels for the instances

  9. class WekaDataSet extends LabeledDataSet

    Permalink

    Representation of a UCI data set with data loaded into memory

Value Members

  1. object Feature

    Permalink
  2. object WekaDataSet extends LazyLogging

    Permalink

Ungrouped