View source: R/get_average_stability.R
get_average_stability | R Documentation |
Get the average stability(over all k)
get_average_stability(object)
object |
An object of class "feasibilityAnalysis" |
The average stability(over all k)
fa.object <- feasibilityAnalysis(classes = 2, samples = 10, features = 15)
average.st <- get_average_stability(fa.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.