Uses of Class
elki.result.SettingsResult
-
Packages that use SettingsResult Package Description elki.result Result types, representation and handling.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...). -
-
Uses of SettingsResult in elki.result
Methods in elki.result that return types with arguments of type SettingsResult Modifier and Type Method Description static java.util.List<SettingsResult>
SettingsResult. getSettingsResults(java.lang.Object r)
Collect all settings results from a Result -
Uses of SettingsResult in elki.result.textwriter
Method parameters in elki.result.textwriter with type arguments of type SettingsResult Modifier and Type Method Description private void
TextWriter. writeSettingsResult(StreamFactory streamOpener, java.util.List<SettingsResult> rs)
-