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 InputStepKDDTask. inputStepThe data input step(package private) InputStepKDDTask.Par. inputStepConstructors 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 InputStepAbstractDistanceBasedApplication. inputstepData input stepprotected InputStepAbstractDistanceBasedApplication.Par. inputstepData 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 InputStepGreedyEnsembleExperiment. inputstepThe data input part.(package private) InputStepGreedyEnsembleExperiment.Par. inputstepData source.private InputStepVisualizePairwiseGainMatrix. inputstepThe data input part.private InputStepVisualizePairwiseGainMatrix.Par. inputstepData 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 InputStepInputTabPanel. inputThe data input configuredMethods in elki.gui.multistep.panels that return InputStep Modifier and Type Method Description InputStepInputTabPanel. getInputStep()Get the input step object. -
Uses of InputStep in elki.workflow
Methods in elki.workflow that return InputStep Modifier and Type Method Description InputStepInputStep.Par. make()
-