Uses of Interface
elki.utilities.datastructures.range.IntGenerator
-
Packages that use IntGenerator Package Description elki.application.greedyensemble Greedy ensembles for outlier detection.elki.utilities.datastructures.range Ranges of values.elki.utilities.optionhandling.parameters Classes for various typed parameters. -
-
Uses of IntGenerator in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as IntGenerator Modifier and Type Field Description (package private) IntGenerator
ComputeKNNOutlierScores. krange
Range of k.(package private) IntGenerator
ComputeKNNOutlierScores.Par. krange
k step sizeConstructors in elki.application.greedyensemble with parameters of type IntGenerator Constructor Description ComputeKNNOutlierScores(InputStep inputstep, Distance<? super O> distance, IntGenerator krange, ByLabelOutlier bylabel, java.nio.file.Path outfile, ScalingFunction scaling, java.util.regex.Pattern disable, int ksquarestop, long timelimit)
Constructor. -
Uses of IntGenerator in elki.utilities.datastructures.range
Classes in elki.utilities.datastructures.range that implement IntGenerator Modifier and Type Class Description class
CombinedIntGenerator
Combine multiple ranges.class
ExponentialIntGenerator
Generate an exponential range.class
LinearIntGenerator
Generate a linear range.class
StaticIntGenerator
Generate a static set of integers.Fields in elki.utilities.datastructures.range with type parameters of type IntGenerator Modifier and Type Field Description private java.util.Collection<IntGenerator>
CombinedIntGenerator. generators
Generators.Methods in elki.utilities.datastructures.range that return IntGenerator Modifier and Type Method Description static IntGenerator
ParseIntRanges. parseIntRanges(java.lang.String str)
Parse integer ranges, in different syntaxes.Constructors in elki.utilities.datastructures.range with parameters of type IntGenerator Constructor Description CombinedIntGenerator(IntGenerator... generators)
Constructor.Constructor parameters in elki.utilities.datastructures.range with type arguments of type IntGenerator Constructor Description CombinedIntGenerator(java.util.Collection<IntGenerator> generators)
Constructor. -
Uses of IntGenerator in elki.utilities.optionhandling.parameters
Methods in elki.utilities.optionhandling.parameters that return IntGenerator Modifier and Type Method Description protected IntGenerator
IntGeneratorParameter. parseValue(java.lang.Object obj)
Method parameters in elki.utilities.optionhandling.parameters with type arguments of type IntGenerator Modifier and Type Method Description boolean
IntGeneratorParameter. grab(Parameterization config, java.util.function.Consumer<IntGenerator> consumer)
Get the parameter.
-