Uses of Class
elki.result.SelectionResult
-
Packages that use SelectionResult Package Description elki.result Result types, representation and handling.elki.visualization Visualization package of ELKI. -
-
Uses of SelectionResult in elki.result
Methods in elki.result that return SelectionResult Modifier and Type Method Description static SelectionResult
SelectionResult. ensureSelectionResult(Database db)
Ensure that there also is a selection container object. -
Uses of SelectionResult in elki.visualization
Fields in elki.visualization declared as SelectionResult Modifier and Type Field Description private SelectionResult
VisualizerContext. selection
Selection resultMethods in elki.visualization that return SelectionResult Modifier and Type Method Description SelectionResult
VisualizerContext. getSelectionResult()
Get the current selection result.
-