Uses of Class
weka.knowledgeflow.Data
Packages that use Data
-
Uses of Data in weka.knowledgeflow
Methods in weka.knowledgeflow that return types with arguments of type DataModifier and TypeMethodDescriptionJobEnvironment.getResultData()Get a map of all the result data objectsJobEnvironment.getResultDataOfType(String connName) Get a list of any result data objects of the supplied connection typeMethods in weka.knowledgeflow with parameters of type DataModifier and TypeMethodDescriptionvoidJobEnvironment.addToResult(Data data) Add a non-incremental data object to the resultbooleanStepOutputListener.dataFromStep(Data data) Process data produced by a knowledge flow stepvoidStepInjectorFlowRunner.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 flowbooleanStepManager.isStreamFinished(Data data) Returns true if this data object marks the end of an incremental stream.booleanStepManagerImpl.isStreamFinished(Data data) Returns true if this data object marks the end of an incremental stream.voidStepManager.outputData(String outgoingConnectionName, String stepName, Data data) Output a single Data object to the named step with the supplied outgoing connection typevoidStepManager.outputData(String outgoingConnectionName, Data data) Output data to all steps connected with the supplied outgoing connection type.voidStepManager.outputData(Data... data) Output one or more Data objects to all relevant steps.voidStepManagerImpl.outputData(String outgoingConnectionName, String stepName, Data data) Outputs the supplied Data object to the named Step.voidStepManagerImpl.outputData(String outgoingConnectionName, Data data) Output a Data object to all downstream connected Steps that are connected with the supplied connection name.voidStepManagerImpl.outputData(Data... data) Output one or more Data objects to all relevant steps.voidStepManager.throughputFinished(Data... data) Signal that throughput measurement has finished.voidStepManagerImpl.throughputFinished(Data... data) Clients can use this to indicate that throughput measuring is finished (i.e.Method parameters in weka.knowledgeflow with type arguments of type DataModifier and TypeMethodDescriptionvoidJobEnvironment.addAllResults(Map<String, LinkedHashSet<Data>> otherResults) Add all the results from the supplied map to this environment's results -
Uses of Data in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return types with arguments of type DataModifier and TypeMethodDescriptionBaseSimpleDataVisualizer.getDatasets()Get the datasets seen so farMethods in weka.knowledgeflow.steps with parameters of type DataModifier and TypeMethodDescriptionvoidInitiate routing and processing for a particular data objectvoidAlterRelationName.processIncoming(Data data) Process incoming datavoidAppender.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidASEvaluator.processIncoming(Data data) Process an incoming Data objectvoidAssociator.processIncoming(Data data) Processes incoming datavoidAttributeSummarizer.processIncoming(Data data) Process incoming datavoidBaseSimpleDataVisualizer.processIncoming(Data data) Process incoming datavoidBaseStep.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidBaseStepExtender.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections).voidBlock.processIncoming(Data data) Process incoming datavoidBoundaryPlotter.processIncoming(Data data) voidClassAssigner.processIncoming(Data data) Process incoming datavoidClassifier.processIncoming(Data data) voidClassifierPerformanceEvaluator.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidClassValuePicker.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidClusterer.processIncoming(Data data) Process an incoming data objectvoidClustererPerformanceEvaluator.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidCostBenefitAnalysis.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidCrossValidationFoldMaker.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidDataVisualizer.processIncoming(Data data) voidExecuteProcess.processIncoming(Data data) Process an incoming Data objectvoidFilter.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidFlowByExpression.processIncoming(Data data) Main processing routinevoidGetDataFromResult.processIncoming(Data data) voidGraphViewer.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidImageSaver.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidImageViewer.processIncoming(Data data) Process incoming image datavoidIncrementalClassifierEvaluator.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidInstanceStreamToBatchMaker.processIncoming(Data data) Process incoming datavoidJob.processIncoming(Data data) voidJoin.processIncoming(Data data) Process some incoming datavoidMakeResourceIntensive.processIncoming(Data data) Process incoming datavoidModelPerformanceChart.processIncoming(Data data) Process incoming datavoidPredictionAppender.processIncoming(Data data) Process incoming datavoidSaver.processIncoming(Data data) Processes incoming datavoidSendToPerspective.processIncoming(Data data) voidSerializedModelSaver.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidSetVariables.processIncoming(Data data) voidSorter.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidStep.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidStorePropertiesInEnvironment.processIncoming(Data data) voidStripChart.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidSubstringLabeler.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidSubstringReplacer.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidTestSetMaker.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidTextSaver.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidTextViewer.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidTrainingSetMaker.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidTrainTestSplitMaker.processIncoming(Data data) Process an incoming data payload (if the step accepts incoming connections)voidWriteDataToResult.processIncoming(Data data) voidWriteWekaLog.processIncoming(Data data) Process an incoming piece of dataClassifier.processPrimary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Classifier> helper) Process a training split (primary data handled by the PairedDataHelper)Clusterer.processPrimary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Clusterer> helper) Process a training split (primary data handled by the PairedDataHelper)PairedDataHelper.PairedProcessor.processPrimary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<P> helper) voidClassifier.processSecondary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Classifier> helper) Process a test split/fold (secondary data handled by PairedDataHelper)voidClusterer.processSecondary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Clusterer> helper) Process a test split/fold (secondary data handled by PairedDataHelper)voidPairedDataHelper.PairedProcessor.processSecondary(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<P> helper)