powered by
Plot diagnostics of many initialized PARAFAC models.
plotModelMetric( metric, plottingMode = "box", ylabel = "metric", titleString = "" )
A plot of the metrics
Matrix of metrics per initialized model (number of models x number of components).
Plot the metrics as a box plot ("box", default) or as a bar plot ("bar").
String of the y axis label (default "metric").
String of the plot title (default "").
varExp = array(runif(100*2, min=50, max=100), c(100,2)) plotModelMetric(varExp, plottingMode="box", ylabel="Variation explained (%)")
Run the code above in your browser using DataLab