Uses of Class
elki.utilities.ELKIBuilder
-
Packages that use ELKIBuilder Package Description elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... -
-
Uses of ELKIBuilder in elki.utilities
Methods in elki.utilities that return ELKIBuilder Modifier and Type Method Description ELKIBuilder<T>
ELKIBuilder. with(OptionID opt)
Add a flag to the builder.ELKIBuilder<T>
ELKIBuilder. with(OptionID opt, java.lang.Object value)
Add an option to the builder.ELKIBuilder<T>
ELKIBuilder. with(java.lang.String opt)
Add a flag to the builder.ELKIBuilder<T>
ELKIBuilder. with(java.lang.String opt, java.lang.Object value)
Add an option to the builder.
-