Uses of Class
weka.core.WekaException
Packages that use WekaException
Package
Description
-
Uses of WekaException in weka.classifiers.trees
Methods in weka.classifiers.trees that throw WekaExceptionModifier and TypeMethodDescriptiondouble[]RandomForest.computeAverageImpurityDecreasePerAttribute(double[] nodeCounts) Computes the average impurity decrease per attribute over the trees -
Uses of WekaException in weka.core
Subclasses of WekaException in weka.coreModifier and TypeClassDescriptionclassException that is raised by an object that is unable to process data with missing values.classException that is raised by an object that is unable to process some of the attribute types it has been passed.classException that is raised by an object that is unable to process the class type of the data it has been passed.Methods in weka.core that throw WekaExceptionModifier and TypeMethodDescriptionDictionaryBuilder.getDictionaries(boolean minFrequencyPrune) Get the current dictionary(s) (one per class for nominal class, if set). -
Uses of WekaException in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that throw WekaExceptionModifier and TypeMethodDescriptionvoidMainKFPerspective.copyFlowToClipboard(Flow flow) voidMainKFPerspective.copyStepsToClipboard(List<StepVisual> steps) Copy the supplied steps to the clipboardvoidVisibleLayout.executeFlow(boolean sequential) Execute the flow managed by this layoutTemplateManager.getBuiltinTemplateFlow(String flowDescription) Get the built-in template flow corresponding to the descriptionTemplateManager.getPluginTemplateFlow(String flowDescription) Get the plugin template flow corresponding to the descriptionStepVisual.getStepInteractiveViewComponent(String viewActionName) Gets an instance of the named step interactive viewer componentTemplateManager.getTemplateFlow(String flowDescription) Get the flow for the supplied descriptionvoidStepInteractiveViewer.init()Initialize this viewer.abstract <T> TAbstractGraphicalCommand.performCommand(Object... commandArgs) Perform the commandGetPerspectiveNamesGraphicalCommand.performCommand(Object... commandArgs) Execute the command<T> TGraphicalEnvironmentCommandHandler.performCommand(String commandName, Object... commandArgs) Attempt to perform a graphical command (if supported) in the current graphical environment<T> TKFGraphicalEnvironmentCommandHandler.performCommand(String commandName, Object... commandArgs) Perform a commandSendToPerspectiveGraphicalCommand.performCommand(Object... commandArgs) Execute the commandstatic StringVisibleLayout.serializeStepsToJSON(List<StepVisual> steps, String name) Utility method to serialize a list of steps (encapsulated in StepVisuals) to a JSON flow. -
Uses of WekaException in weka.gui.knowledgeflow.steps
Methods in weka.gui.knowledgeflow.steps that throw WekaExceptionModifier and TypeMethodDescriptionvoidAttributeSummarizerInteractiveView.init()Initialize the viewer - layout widgets etc.voidBoundaryPlotterInteractiveView.init()Initialize/layout the viewervoidCostBenefitAnalysisInteractiveView.init()Initialize and layout the viewervoidDataVisualizerInteractiveView.init()Initialize and layout the viewervoidGraphViewerInteractiveView.init()Initializes the viewervoidImageViewerInteractiveView.init()Initialize the viewer and the layoutvoidModelPerformanceChartInteractiveView.init()Initialize and layout the viewervoidScatterPlotMatrixInteractiveView.init()Initialize the viewer -
Uses of WekaException in weka.knowledgeflow
Methods in weka.knowledgeflow that throw WekaExceptionModifier and TypeMethodDescriptionFlow.copyFlow()Make a copy of this FlowbooleanStepOutputListener.dataFromStep(Data data) Process data produced by a knowledge flow stepFind a step in the flowstatic StringJSONFlowUtils.flowToJSON(Flow flow) Utility routine to serialize a supplied flow to a JSON stringstatic FlowLoaderFlow.getFlowLoader(String flowFileExtension, Logger log) Utility method to get a FlowLoader implementation suitable for loading a flow with the supplied file extension.StepManager.getIncomingStructureForConnectionType(String connectionName) Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.StepManager.getIncomingStructureForConnectionType(String connectionName, Environment env) Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.StepManagerImpl.getIncomingStructureForConnectionType(String connectionName) Attempt to get the incoming structure (as a header-only set of instances) for the named incoming connection type.StepManagerImpl.getIncomingStructureForConnectionType(String connectionName, Environment env) Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.StepManager.getIncomingStructureFromStep(StepManager sourceStep, String connectionName) Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type.StepManagerImpl.getIncomingStructureFromStep(StepManager sourceStep, String connectionName) Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type.StepManager.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 classbooleanFlow.initFlow(FlowExecutor executor) Initialize the flow by setting the execution environment and calling the init() method of each 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 flowstatic FlowFlow.JSONToFlow(String flowJSON) Parse a Flow from the supplied JSON stringstatic FlowFlow.JSONToFlow(String flowJSON, boolean dontComplainAboutMissingConnections) Parse a Flow from the supplied JSON stringstatic FlowJSONFlowUtils.JSONToFlow(String flowJSON, boolean dontComplainAboutMissingConnections) Utility routine to deserialize a flow from the supplied JSON stringstatic FlowUtility method to load a flow from a filestatic FlowFlow.loadFlow(InputStream is, FlowLoader loader) Utility method to load a flow from the supplied input stream using the supplied FlowLoaderstatic FlowFlow.loadFlow(Reader r, FlowLoader loader) Utility method to load a flow from the supplied reader using the supplied FlowLoadervoidStepManager.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.Load a flow from the supplied fileFlowLoader.readFlow(InputStream is) Load a flow from the supplied input streamLoad a flow from the supplied readerRead the flow from the supplied fileJSONFlowLoader.readFlow(InputStream is) Read the flow from the supplied input streamRead the flow from the supplied readerstatic FlowRead a flow from the supplied filestatic FlowRead a flow from the supplied filestatic FlowJSONFlowUtils.readFlow(InputStream is) Read a Flow from the supplied input streamstatic FlowJSONFlowUtils.readFlow(InputStream is, boolean dontComplainAboutMissingConnections) Read a Flow from the supplied input streamstatic FlowRead a flow from the supplied readerstatic FlowRead a flow from the supplied readerDeserialize a legacy flow from the supplied fileLegacyFlowLoader.readFlow(InputStream is) Deserialize a legacy flow from the supplied input streamDeserialize a legacy flow from the supplied readervoidFlow.removeStep(StepManagerImpl manager) Remove the supplied Step from this flowvoidFlow.renameStep(String oldName, String newName) Rename a Step.voidFlow.renameStep(StepManagerImpl step, String newName) Rename the supplied step with the supplied namevoidFlowRunner.run()Execute the flowvoidFlowExecutor.runParallel()Run the flow by launching all start points in parallelvoidFlowRunner.runParallel()Run the flow by launching start points in parallelvoidFlowExecutor.runSequentially()Run the flow sequentially (i.e.voidFlowRunner.runSequentially()Run the flow by launching start points sequentially.voidSave this Flow to the supplied File<T> Future<ExecutionResult<T>>BaseExecutionEnvironment.submitTask(StepTask<T> stepTask) Submit a task to be run by the execution environment.<T> Future<ExecutionResult<T>>ExecutionEnvironment.submitTask(StepTask<T> callable) Submit a task to be run by the execution environment.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.Flow.toJSON()Return the JSON encoded version of this Flowstatic voidSerializes the supplied flow to JSON and writes it out to the supplied filestatic voidJSONFlowUtils.writeFlow(Flow flow, OutputStream os) Serializes the supplied flow to JSON and writes out using the supplied output streamstatic voidSerializes the supplied flow to JSON and writes out using the supplied writer -
Uses of WekaException in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that throw WekaExceptionModifier and TypeMethodDescriptionJoin.getFirstInputStructure()Get the Instances structure being produced by the first inputJoin.getSecondInputStructure()Get the Instances structure being produced by the second inputAppender.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.Associator.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.BaseStep.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.BaseStep.outputStructureForConnectionType(String connectionName, Environment env) If possible, get the output structure for the named connection type as a header-only set of instances.ClassAssigner.outputStructureForConnectionType(String connectionName) Return the structure of data output by this step for a given incoming connection typeClassValuePicker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.CrossValidationFoldMaker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.DataGenerator.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.DataGrid.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.ExecuteProcess.outputStructureForConnectionType(String connectionName) Get, if possible, the outgoing instance structure for the supplied incoming connection typeFilter.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.FlowByExpression.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.InstanceStreamToBatchMaker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.Loader.outputStructureForConnectionType(String connectionName, Environment env) If possible, get the output structure for the named connection type as a header-only set of instances.SetVariables.outputStructureForConnectionType(String connectionName) Step.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.Step.outputStructureForConnectionType(String connectionName, Environment env) If possible, get the output structure for the named connection type as a header-only set of instances.SubstringLabeler.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.SubstringReplacer.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.TestSetMaker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.TrainingSetMaker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.TrainTestSplitMaker.outputStructureForConnectionType(String connectionName) If possible, get the output structure for the named connection type as a header-only set of instances.voidInitiate 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 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)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) voidBaseSimpleDataVisualizer.restoreData(Object data) voidBoundaryPlotter.restoreData(Object data) Set a map of images.voidDataCollector.restoreData(Object data) Set the data for this collectorvoidDataVisualizer.restoreData(Object data) voidImageViewer.restoreData(Object data) Restore data for this step.voidModelPerformanceChart.restoreData(Object data) Restore the data (plots) for this stepvoidBaseStep.start()Start processing.voidBaseStepExtender.start()Start executing (if this component is a start point).voidDataGenerator.start()Start the data generation process.voidDataGrid.start()Start processingvoidExecuteProcess.start()Start processing if operating as a start point in a flowvoidGetDataFromResult.start()voidJob.start()voidLoader.start()Start executingvoidMemoryBasedDataSource.start()Start processingvoidStep.start()Start executing (if this component is a start point)voidAlterRelationName.stepInit()Initialize the stepvoidAppender.stepInit()Initialize the stepvoidASEvaluator.stepInit()Initialize at the start of a runvoidAssociator.stepInit()Initializes the stepvoidBaseSimpleDataVisualizer.stepInit()voidBaseStepExtender.stepInit()Initialize the step.voidBlock.stepInit()Initialize the stepvoidBoundaryPlotter.stepInit()Initialize the step.voidClassAssigner.stepInit()Initialize the step prior to executionvoidClassifier.stepInit()voidClassifierPerformanceEvaluator.stepInit()voidClassValuePicker.stepInit()Initialize the step.voidClusterer.stepInit()Initialize the stepvoidCrossValidationFoldMaker.stepInit()Initialize the step.voidDataGrid.stepInit()Initialize the step;voidDataVisualizer.stepInit()voidDummy.stepInit()Initialize the step.voidExecuteProcess.stepInit()Initialize the stepvoidFilter.stepInit()Initialize the step.voidFlowByExpression.stepInit()Initialize the step.voidGetDataFromResult.stepInit()voidImageSaver.stepInit()Initialize the step.voidIncrementalClassifierEvaluator.stepInit()Initialize the step.voidInstanceStreamToBatchMaker.stepInit()Initialize the step.voidJob.stepInit()voidJoin.stepInit()Initialize the stepvoidLoader.stepInit()Initialize the step.voidMakeResourceIntensive.stepInit()Initialize the stepvoidMemoryBasedDataSource.stepInit()Initialize the stepvoidModelPerformanceChart.stepInit()Initialize the stepvoidPredictionAppender.stepInit()Initialize the stepvoidSaver.stepInit()Initialize the stepvoidSendToPerspective.stepInit()voidSetPropertiesFromEnvironment.stepInit()Initialize the step.voidSetVariables.stepInit()Initialize the step.voidSorter.stepInit()Initialize the step.voidStep.stepInit()Initialize the step.voidStorePropertiesInEnvironment.stepInit()voidStripChart.stepInit()voidSubstringLabeler.stepInit()Initialize the stepvoidSubstringReplacer.stepInit()Initialize the stepvoidTextSaver.stepInit()Initialize the stepvoidTrainTestSplitMaker.stepInit()Initialize the stepvoidWriteDataToResult.stepInit()voidWriteWekaLog.stepInit()Initialize the step