warehouse
is the constructor function for a
benchmark experiment warehouse.
warehouse(datasets, B, algorithms = NULL, performances = NULL, characteristics = NULL, tests = NULL)
benchmark
. Different views (based on the
collected data) provide cleaned parts of the data for
further analyses.Implemented views:
viewAlgorithmPerformance()
: returns a data frame (S3
class AlgorithmPerformance
) with columns
samples, datasets, algorithms, performances
(factors
with the corresponding levels) and the column value
with the corresponding performance value.
viewDatasetCharacterization()
: returns a data
frame (S3 class DatasetCharacterization
) with
columns samples, datasets, characteristics, value
.
viewDatasetBasisCharacterization()
: returns a
data frame (S3 class DatasetBasisCharacterization
)
with columns datasets, characteristics, value
.
viewTestResult()
: returns a data frame (S3
class TestResult
) with columns samples,
datasets, tests, value
. benchmark
, as.warehouse