Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.greedyensemble |
Greedy ensembles for outlier detection.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.range |
Ranges of values.
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters |
Classes for various typed parameters
See the
de.lmu.ifi.dbs.elki.utilities.optionhandling package for
documentation! |
Modifier and Type | Field and Description |
---|---|
(package private) IntGenerator |
ComputeKNNOutlierScores.krange
Range of k.
|
(package private) IntGenerator |
ComputeKNNOutlierScores.Parameterizer.krange
k step size
|
Constructor and Description |
---|
ComputeKNNOutlierScores(InputStep inputstep,
DistanceFunction<? super O> distf,
IntGenerator krange,
ByLabelOutlier bylabel,
java.io.File outfile,
ScalingFunction scaling,
java.util.regex.Pattern disable,
int ksquarestop)
Constructor.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<IntGenerator> |
CombinedIntGenerator.generators
Generators.
|
Modifier and Type | Method and Description |
---|---|
static IntGenerator |
ParseIntRanges.parseIntRanges(java.lang.String str)
Parse integer ranges, in different syntaxes.
|
Constructor and Description |
---|
CombinedIntGenerator(IntGenerator... generators)
Constructor.
|
Constructor and Description |
---|
CombinedIntGenerator(java.util.Collection<IntGenerator> generators)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected IntGenerator |
IntGeneratorParameter.parseValue(java.lang.Object obj) |
Copyright © 2019 ELKI Development Team. License information.