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
  5. class RaRSearch extends RelevanceReasoner with LazyLogging

    Permalink

    A tubular algorithm that uses a table of cells to keep track of estimated relevancy and redundancy scores.

    A tubular algorithm that uses a table of cells to keep track of estimated relevancy and redundancy scores.

    The table is quadratic with one row & column for each feature. Initialy all entries are set to zero / are empty. During the search the cells are filled with estimations based on random tries.

  6. trait RelevanceReasoner extends LazyLogging with TimeMeasurement

    Permalink

Value Members

  1. object RaRSearch

    Permalink
  2. object Runner extends LazyLogging

    Permalink

    Runner to use the algorithm as a command line tool

  3. package dataset

    Permalink
  4. package hics

    Permalink
  5. package util

    Permalink

Ungrouped