de
.
hpi
.
kddm
rar
package
rar
Visibility
Public
All
Type Members
case class
ArffDataSet
()
extends
DataSetType
with
Product
with
Serializable
case class
CSVDataSet
(
hasHeader:
Boolean
=
true
,
nominalFeatures:
Seq
[
Int
] =
Seq.empty
)
extends
DataSetType
with
Product
with
Serializable
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
sealed
trait
DataSetType
extends
AnyRef
Value Members
object
Runner
extends
LazyLogging
Runner to use the algorithm as a command line tool
Ungrouped