powered by
Plot a heatmap showing the statistically different algorithms
Plot.Stats.Significance_Heatmap( dsList, ftarget, alpha = 0.01, bootstrap.size = 30, which = "by_FV" )# S3 method for DataSetList Plot.Stats.Significance_Heatmap( dsList, ftarget, alpha = 0.01, bootstrap.size = 30, which = "by_FV" )
# S3 method for DataSetList Plot.Stats.Significance_Heatmap( dsList, ftarget, alpha = 0.01, bootstrap.size = 30, which = "by_FV" )
A heatmap showing the statistical significance between algorithms
A DataSetList (should consist of only one function and dimension).
The target function value to use
The cutoff for statistical significance
The amound of bootstrapped samples used
Whether to use fixed-target ('by_FV') or fixed-budget ('by_RT') perspective
Plot.Stats.Significance_Heatmap(subset(dsl, funcId == 2), 16)
Run the code above in your browser using DataLab