Uses of Class
weka.core.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in weka.classifiers.meta
Methods in weka.classifiers.meta with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidVote.setEnvironment(Environment env) Set environment variable values to substitute in the paths of serialized models to load -
Uses of Environment in weka.classifiers.misc
Methods in weka.classifiers.misc with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidInputMappedClassifier.setEnvironment(Environment env) Set the environment variables to use -
Uses of Environment in weka.core
Methods in weka.core that return EnvironmentModifier and TypeMethodDescriptionstatic EnvironmentEnvironment.getSystemWide()Get the singleton system-wide (visible to every class in the running VM) set of environment variables.Methods in weka.core with parameters of type EnvironmentModifier and TypeMethodDescription<T> TSettings.getSetting(String ID, String key, T defaultValue, Environment env) <T> TSettings.getSetting(String ID, Settings.SettingKey key, T defaultValue, Environment env) Get the value of a settingvoidEnvironmentHandler.setEnvironment(Environment env) Set environment variables to use.Constructors in weka.core with parameters of type EnvironmentModifierConstructorDescriptionEnvironment(Environment other) Constructor that makes a new Environment object containing all the entries in the supplied one -
Uses of Environment in weka.core.converters
Methods in weka.core.converters with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidAbstractFileLoader.setEnvironment(Environment env) Set the environment variables to use.voidAbstractFileSaver.setEnvironment(Environment env) Set the environment variables to use.voidDatabaseLoader.setEnvironment(Environment env) Set the environment variables to use.voidDatabaseSaver.setEnvironment(Environment env) Set the environment variables to use. -
Uses of Environment in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidAddUserFields.AttributeSpec.init(Environment env) Initialize this attribute spec by resolving any environment variables and setting up the date format (if necessary)voidAddUserFields.setEnvironment(Environment env) Set environment varialbes to usevoidFixedDictionaryStringToWordVector.setEnvironment(Environment env) voidOrdinalToNumeric.setEnvironment(Environment env) Set environment to usevoidReplaceMissingWithUserConstant.setEnvironment(Environment env) -
Uses of Environment in weka.gui
Methods in weka.gui with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidEnvironmentField.setEnvironment(Environment env) Set the environment variables to display in the drop down list.voidPropertySheetPanel.setEnvironment(Environment env) Set environment variables to pass on to any editor that can use themConstructors in weka.gui with parameters of type EnvironmentModifierConstructorDescriptionEnvironmentField(String label, Environment env) Constructor.Construct an EnvironmentField with no label.FileEnvironmentField(String label, Environment env) FileEnvironmentField(String label, Environment env, int fileChooserType) ConstructorFileEnvironmentField(String label, Environment env, int fileChooserType, boolean directoriesOnly) ConstructorConstructor -
Uses of Environment in weka.gui.beans
Methods in weka.gui.beans that return EnvironmentModifier and TypeMethodDescriptionFlowRunner.getEnvironment()Get the environment variables that are in use.KnowledgeFlowApp.MainKFPerspective.getEnvironmentSettings()KnowledgeFlowApp.MainKFPerspective.getEnvironmentSettings(int index) Methods in weka.gui.beans with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidSubstringLabelerRules.SubstringLabelerMatchRule.init(Environment env, Instances structure) Initialize this match rule by substituting any environment variables in the attributes, match and label strings.voidSubstringReplacerRules.SubstringReplacerMatchRule.init(Environment env, Instances structure) Initialize this match replace rule by substituting any environment variables in the attributes, match and replace strings.SubstringLabelerRules.matchRulesFromInternal(String matchDetails, Instances inputStructure, String statusMessagePrefix, Logger log, Environment env) Get a list of match rules from an internally encoded match specificationSubstringReplacerRules.matchRulesFromInternal(String matchReplaceDetails, Instances inputStructure, String statusMessagePrefix, Logger log, Environment env) Get a list of match rules from an internally encoded match specificationvoidAssociator.setEnvironment(Environment env) Set environment variables to use.voidAttributeSummarizerCustomizer.setEnvironment(Environment env) Set the environment variables to usevoidClassifier.setEnvironment(Environment env) Set environment variables to pass on to the classifier (if if is an EnvironmentHandler)voidClassifierCustomizer.setEnvironment(Environment env) Set any environment variables to pass to the PropertySheetPanelvoidDataVisualizer.setEnvironment(Environment env) voidDataVisualizerCustomizer.setEnvironment(Environment env) Set the environment variables to usevoidEnvironmentField.setEnvironment(Environment env) Deprecated.Set the environment variables to display in the drop down list.voidFlowByExpression.setEnvironment(Environment env) voidFlowByExpressionCustomizer.setEnvironment(Environment env) voidFlowRunner.setEnvironment(Environment env) Set the environment variables to use.voidImageSaver.setEnvironment(Environment env) Set environment variables to usevoidImageSaverCustomizer.setEnvironment(Environment env) Set the environment variables to usevoidJoin.setEnvironment(Environment env) Set environment variables to usevoidJoinCustomizer.setEnvironment(Environment env) voidKnowledgeFlowApp.setEnvironment(Environment env) Set the environment variables to use.voidLoader.setEnvironment(Environment env) Set environment variables to use.voidLoaderCustomizer.setEnvironment(Environment env) voidModelPerformanceChart.setEnvironment(Environment env) voidModelPerformanceChartCustomizer.setEnvironment(Environment env) Set the environment variables to usevoidSaver.setEnvironment(Environment env) Set environment variables to use.voidSaverCustomizer.setEnvironment(Environment env) voidSerializedModelSaver.setEnvironment(Environment env) Set environment variables to use.voidSerializedModelSaverCustomizer.setEnvironment(Environment env) voidSorter.setEnvironment(Environment env) Set environment variables to usevoidSorterCustomizer.setEnvironment(Environment env) Set environment variables to usevoidSubstringLabeler.setEnvironment(Environment env) Set environment variables to usevoidSubstringLabelerCustomizer.setEnvironment(Environment env) Set environment variables to usevoidSubstringLabelerRules.setEnvironment(Environment env) voidSubstringReplacer.setEnvironment(Environment env) Set environment variables to usevoidSubstringReplacerCustomizer.setEnvironment(Environment env) Set environment variables to usevoidSubstringReplacerRules.setEnvironment(Environment env) voidTextSaver.setEnvironment(Environment env) Set environment variables to usevoidTextSaverCustomizer.setEnvironment(Environment env) Set the environment variables to useConstructors in weka.gui.beans with parameters of type EnvironmentModifierConstructorDescriptionEnvironmentField(String label, Environment env) Deprecated.Constructor.Deprecated.Construct an EnvironmentField with no label.FileEnvironmentField(String label, Environment env) Deprecated.FileEnvironmentField(String label, Environment env, int fileChooserType) Deprecated.ConstructorFileEnvironmentField(String label, Environment env, int fileChooserType, boolean directoriesOnly) Deprecated.ConstructorDeprecated.ConstructorSubstringLabelerRules(String matchDetails, String newAttName, boolean consumeNonMatching, boolean nominalBinary, Instances inputStructure, String statusMessagePrefix, Logger log, Environment env) ConstructorSubstringReplacerRules(String matchDetails, Instances inputStructure, String statusMessagePrefix, Logger log, Environment env) Constructor -
Uses of Environment in weka.gui.filters
Methods in weka.gui.filters with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidAddUserFieldsCustomizer.setEnvironment(Environment env) Set environment variables to use -
Uses of Environment in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that return EnvironmentModifier and TypeMethodDescriptionStepEditorDialog.getEnvironment()Get environment variablesVisibleLayout.getEnvironment()Get the environment variables being used by this layoutMethods in weka.gui.knowledgeflow with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidStepEditorDialog.setEnvironment(Environment env) Set environment variablesvoidVisibleLayout.setEnvironment(Environment env) Set the environment variables to use with this layout -
Uses of Environment in weka.knowledgeflow
Subclasses of Environment in weka.knowledgeflowModifier and TypeClassDescriptionclassExtended Environment with support for storing results and property values to be set at a later date on the base schemes of WekaAlgorithmWrapper steps.Methods in weka.knowledgeflow that return EnvironmentModifier and TypeMethodDescriptionBaseExecutionEnvironment.getEnvironmentVariables()Get environment variables for this execution environmentExecutionEnvironment.getEnvironmentVariables()Get environment variables for this execution environmentMethods in weka.knowledgeflow with parameters of type EnvironmentModifier and TypeMethodDescriptionStepManager.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, Environment env) Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.voidFlowRunner.setEnvironment(Environment env) voidBaseExecutionEnvironment.setEnvironmentVariables(Environment env) Set environment variables for this execution environmentvoidExecutionEnvironment.setEnvironmentVariables(Environment env) Set environment variables for this execution environmentConstructors in weka.knowledgeflow with parameters of type EnvironmentModifierConstructorDescriptionConstruct a JobEnvironment by copying the contents of a standard Environment -
Uses of Environment in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidFlowByExpression.BracketNode.init(Instances structure, Environment env) voidFlowByExpression.ExpressionClause.init(Instances structure, Environment env) voidFlowByExpression.ExpressionNode.init(Instances structure, Environment env) Initialize the nodevoidSorter.SortRule.init(Environment env, Instances structure) Initialize the ruleBaseStep.outputStructureForConnectionType(String connectionName, Environment env) 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.Step.outputStructureForConnectionType(String connectionName, Environment env) If possible, get the output structure for the named connection type as a header-only set of instances.