Uses of Interface
weka.knowledgeflow.steps.Step
Packages that use Step
Package
Description
-
Uses of Step in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that return StepModifier and TypeMethodDescriptionBaseInteractiveViewer.getStep()Get the step that owns this viewer.Methods in weka.gui.knowledgeflow with parameters of type Step -
Uses of Step in weka.gui.knowledgeflow.steps
Methods in weka.gui.knowledgeflow.steps with parameters of type StepModifier and TypeMethodDescriptionvoidASEvaluatorStepEditorDialog.setStepToEdit(Step step) Set the step to edit in this dialogvoidClassAssignerStepEditorDialog.setStepToEdit(Step step) Set the step being editedvoidClassifierPerformanceEvaluatorStepEditorDialog.setStepToEdit(Step step) Set the step to editvoidClassValuePickerStepEditorDialog.setStepToEdit(Step step) Set the step to editvoidLoaderStepEditorDialog.setStepToEdit(Step step) Set the step to edit in this editorvoidSaverStepEditorDialog.setStepToEdit(Step step) Set the step to editvoidSendToPerspectiveStepEditorDialog.setStepToEdit(Step step) Sets the step to edit and configures the dialog -
Uses of Step in weka.knowledgeflow
Methods in weka.knowledgeflow that return StepModifier and TypeMethodDescriptionFind a step in the flowStepManager.getInfoStep()Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections.StepManager.getInfoStep(Class stepClass) Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections and the managed step is of the supplied classStepManagerImpl.getInfoStep()Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections.StepManagerImpl.getInfoStep(Class stepClass) Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections and the managed step is of the supplied classStepManager.getManagedStep()Get the actual step managed by this step managerStepManagerImpl.getManagedStep()Get the step managed by this managerData.getSourceStep()Get the source step producing this Data objectMethods in weka.knowledgeflow with parameters of type StepModifier and TypeMethodDescriptionvoidStepManagerImpl.disconnectStep(Step toDisconnect) Remove the supplied step from connections (both incoming and outgoing of all types) for the step managed by this manager.voidStepManagerImpl.disconnectStepWithConnection(Step toDisconnect, String connType) Disconnect the supplied step under the associated connection type from both the incoming and outgoing connections for the step managed by this manager.voidStepInjectorFlowRunner.injectStreaming(Data toInject, Step target, boolean lastData) Inject streaming data into the target step in the flowvoidStepInjectorFlowRunner.injectWithExecutionFinishedCallback(Data toInject, ExecutionFinishedCallback callback, Step target) Inject data into the flowvoidStepManagerImpl.setManagedStep(Step step) Set the step managed by this managervoidData.setSourceStep(Step sourceStep) Set the source step of producing this Data objectConstructors in weka.knowledgeflow with parameters of type StepModifierConstructorDescriptionLogManager(Step source) Constructor that takes aStep.StepManagerImpl(Step step) ConstructorConstructor.Constructor.StepTask(Step source, StepTaskCallback<T> callback) Constructor with supplied callback.StepTask(Step source, StepTaskCallback<T> callback, boolean resourceIntensive) Constructor with supplied callback. -
Uses of Step in weka.knowledgeflow.steps
Classes in weka.knowledgeflow.steps that implement StepModifier and TypeClassDescriptionclassStep that alters the relation name for data received via instance, dataSet, trainingSet and testSet connectionsclassA bean that appends multiple incoming data connections into a single data set.classStep that wraps a Weka attribute or subset evaluator.classStep that wraps a Weka attribute selection search strategy.classStep that wraps a Weka associator.classStep that collects data to display in a summary overview of attribute distributionsclassAbstract base class for simple data visualization steps that just collect data sets for visualization.classBase class for implementations of Step to use.classA step that waits for a specified step to finish processing before allowing incoming data to proceed downstream.classA step that computes visualization data for class/cluster decision boundaries.classKnowledge Flow step for assigning a class attribute in incoming dataclassStep that wraps a Weka classifier.classStep that implements batch classifier evaluationclassStep that allows the selection of the class label that is to be considered as the "positive" class when computing threshold curves.classStep that wraps a Weka clusterer.classA step that evaluates the performance of batch trained clusterersclassStep for storing and viewing threshold data in a cost-benefit visualizationclassStep for generating cross-validation splitsclassStep that wraps a Weka DataGenerator.classA step that allows the user to define instances to outputclassA step that provides a visualization based on weka.gui.visualize.VisualizePanelclassA "dummy" no-op stepclassKnowledge Flow step that can execute static system commands or commands that are dynamically defined by the values of attributes in incoming instance or environment connections.classStep that wraps a Weka filter.classA step that splits incoming instances (or instance streams) according to the evaluation of a logical expression.classStep that outputs data stored in the job environmentclassStep for collecting and visualizing graph output from Drawable schemes.classStep for saving static images as either png or gif.classA step for collecting and viewing image dataclassStep that evaluates incremental classifiers and produces strip chart dataclassStep that converts an incoming instance stream to a batch datasetclassStep that executes another flow as a "job".classStep that performs an inner join on one or more key fields from two incoming batch or streaming datasets.classKnowledge Flow step that wrapsweka.core.converters.Loaders.classA Step that makes downstream steps that are directly connected to this step resource intensive (or not).classSimple start step that stores a set of instances and outputs it in a dataSet connection.classA Step that collects and displays either classifier error plots or threshold curvesclassA Knowledge Flow "step" that implements a note on the GUI layoutclassStep that can produce data with predictions appended from batch or incremental classifiers and clusterersclassStep that wraps weka.core.converters.Saver classesclassStep that collects data for display in a scatter plot matrix.classStep that can send incoming instances to a perspective.classStep that can save models encapsulated in incomingDataobjects to the filesystem.classStep that accesses property values stored in the flow environment and attempts to set them on the algorithm-based step that it is connected to.classStep that can be used to set the values of environment variables for the flow being executed.classStep for sorting instances according to one or more attributes.classStores property values specified in incoming instances in the flow environment.classA step that can display a viewer showing a right-to-left scrolling chart for streaming dataclassStep that appends a label to incoming instances according to substring matches in string attributes.classA step that can replace sub-strings in the values of string attributes.classA step that makes an incoming dataSet or trainingSet into a testSet.classStep for saving textual data to a file.classA step for collecting and viewing textual dataclassStep that converts an incoming dataSet or testSet into a trainingSet.classA step that creates a random train/test split from an incoming data set.classA step that wraps a class of standard Weka algorithm (e.g.classStep that stores incoming non-incremental data in the job environmentclassStep that takes incoming data and writes it to the Weka logConstructors in weka.knowledgeflow.steps with parameters of type StepModifierConstructorDescriptionPairedDataHelper(Step owner, PairedDataHelper.PairedProcessor processor, String primaryConType, String secondaryConType) Constructor