Uses of Class
elki.workflow.InputStep
-
Packages that use InputStep Package Description elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".elki.application Base classes for standalone applications.elki.application.benchmark Benchmarking pseudo algorithms.elki.application.greedyensemble Greedy ensembles for outlier detection.elki.application.statistics Applications to compute some basic data set statistics.elki.gui.multistep.panels Panels for the multi-step GUI.elki.workflow Work flow packages, e.g., following the usual KDD model. -
-
Uses of InputStep in elki
Fields in elki declared as InputStep Modifier and Type Field Description private InputStep
KDDTask. inputStep
The data input step(package private) InputStep
KDDTask.Par. inputStep
Constructors in elki with parameters of type InputStep Constructor Description KDDTask(InputStep inputStep, AlgorithmStep algorithmStep, EvaluationStep evaluationStep, OutputStep outputStep, java.util.Collection<TrackedParameter> settings)
Constructor. -
Uses of InputStep in elki.application
Fields in elki.application declared as InputStep Modifier and Type Field Description protected InputStep
AbstractDistanceBasedApplication. inputstep
Data input stepprotected InputStep
AbstractDistanceBasedApplication.Par. inputstep
Data input stepConstructors in elki.application with parameters of type InputStep Constructor Description AbstractDistanceBasedApplication(InputStep inputstep, Distance<? super O> distance)
Constructor. -
Uses of InputStep in elki.application.benchmark
Constructors in elki.application.benchmark with parameters of type InputStep Constructor Description KNNBenchmark(InputStep inputstep, Distance<? super O> distance, int k, DatabaseConnection queries, double sampling, RandomFactory random)
Constructor.PrioritySearchBenchmark(InputStep inputstep, Distance<? super O> distance, int k, DatabaseConnection queries, double sampling, RandomFactory random)
Constructor.RangeQueryBenchmark(InputStep input, Distance<? super O> distance, double radius, double sampling, RandomFactory random)
Constructor.RangeQueryBenchmark(InputStep input, Distance<? super O> distance, DatabaseConnection queries, double sampling, RandomFactory random)
Constructor.ValidateApproximativeKNNIndex(InputStep input, Distance<? super O> distance, int k, DatabaseConnection queries, double sampling, boolean forcelinear, RandomFactory random, java.util.regex.Pattern pattern)
Constructor. -
Uses of InputStep in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as InputStep Modifier and Type Field Description private InputStep
GreedyEnsembleExperiment. inputstep
The data input part.(package private) InputStep
GreedyEnsembleExperiment.Par. inputstep
Data source.private InputStep
VisualizePairwiseGainMatrix. inputstep
The data input part.private InputStep
VisualizePairwiseGainMatrix.Par. inputstep
Data source.Constructors in elki.application.greedyensemble with parameters of type InputStep 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.GreedyEnsembleExperiment(InputStep inputstep, EnsembleVoting voting, GreedyEnsembleExperiment.Distance distance, ScalingFunction prescaling, ScalingFunction scaling, double rate)
Constructor.VisualizePairwiseGainMatrix(InputStep inputstep, ScalingFunction prescaling, EnsembleVoting voting, VisualizerParameterizer vispar)
Constructor. -
Uses of InputStep in elki.application.statistics
Constructors in elki.application.statistics with parameters of type InputStep Constructor Description EstimateIntrinsicDimensionality(InputStep inputstep, Distance<? super O> distance, IntrinsicDimensionalityEstimator<? super O> estimator, double krate, double samples)
Constructor.RangeQuerySelectivity(InputStep inputstep, Distance<? super V> distance, double radius, double sampling, RandomFactory random)
Constructor. -
Uses of InputStep in elki.gui.multistep.panels
Fields in elki.gui.multistep.panels declared as InputStep Modifier and Type Field Description private InputStep
InputTabPanel. input
The data input configuredMethods in elki.gui.multistep.panels that return InputStep Modifier and Type Method Description InputStep
InputTabPanel. getInputStep()
Get the input step object. -
Uses of InputStep in elki.workflow
Methods in elki.workflow that return InputStep Modifier and Type Method Description InputStep
InputStep.Par. make()
-