saberIt: Statistical Analysis of Benchmark Results

Description Usage Arguments Value

View source: R/saberIt.R

Description

TODOTODOTODOTODOTODOTODO

Usage

1
2
3
saberIt(data, perfName, expParName, algoName, replName,
  method = "kmeans", min.in.cluster = n.exps * 0.1, max.nc = n.exps *
  0.5, ...)

Arguments

data

[data.frame]
Data.frame containing the data to be analyzed

perfName

[character(1)]
Name of the column of data containing the performance values

expParName

[character()]
Names of the columns of data containing the experiment parameters

algoName

[character(1)]
Name of the column of data containing the used algorithm

replName

[character(1)]
Name of the column of data containing the replication number

method

[character(1)]
method used in NbClust

min.in.cluster

[numeric(1)]
Each found cluster shall contain at least this number of observations.

max.nc

[numeric(1)]
Maximum number of clusters.

...


Additional parameters for NbClust

Value

A saber, object.


danielhorn/SABeR documentation built on May 4, 2019, 7:36 a.m.