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) IntGeneratorComputeKNNOutlierScores. krangeRange of k.(package private) IntGeneratorComputeKNNOutlierScores.Par. krangek 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 classCombinedIntGeneratorCombine multiple ranges.classExponentialIntGeneratorGenerate an exponential range.classLinearIntGeneratorGenerate a linear range.classStaticIntGeneratorGenerate 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. generatorsGenerators.Methods in elki.utilities.datastructures.range that return IntGenerator Modifier and Type Method Description static IntGeneratorParseIntRanges. 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 IntGeneratorIntGeneratorParameter. parseValue(java.lang.Object obj)Method parameters in elki.utilities.optionhandling.parameters with type arguments of type IntGenerator Modifier and Type Method Description booleanIntGeneratorParameter. grab(Parameterization config, java.util.function.Consumer<IntGenerator> consumer)Get the parameter.
-