Package

de.hpi.kddm

rar

Permalink

package rar

Visibility
  1. Public
  2. All

Type Members

  1. case class ArffDataSet() extends DataSetType with Product with Serializable

    Permalink
  2. case class CSVDataSet(hasHeader: Boolean = true, nominalFeatures: Seq[Int] = Seq.empty) extends DataSetType with Product with Serializable

    Permalink
  3. case class Config(dataset: File = ..., mode: Option[DataSetType] = None, samples: Int = 1000, subsetSize: Int = 5, alpha: Double = 0.01, shouldNormalize: Boolean = true, contrastSamples: Int = 100) extends Product with Serializable

    Permalink
  4. sealed trait DataSetType extends AnyRef

    Permalink

Value Members

  1. object Runner extends LazyLogging

    Permalink

    Runner to use the algorithm as a command line tool

Ungrouped