Uses of Interface
weka.core.EnvironmentHandler
Packages that use EnvironmentHandler
Package
Description
-
Uses of EnvironmentHandler in weka.classifiers.meta
Classes in weka.classifiers.meta that implement EnvironmentHandler -
Uses of EnvironmentHandler in weka.classifiers.misc
Classes in weka.classifiers.misc that implement EnvironmentHandlerModifier and TypeClassDescriptionclassWrapper classifier that addresses incompatible training and test data by building a mapping between the training data that a classifier has been built with and the incoming test instances' structure. -
Uses of EnvironmentHandler in weka.core.converters
Classes in weka.core.converters that implement EnvironmentHandlerModifier and TypeClassDescriptionclassAbstract superclass for all file loaders.classAbstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.classReads a source that is in arff (attribute relation file format) format.classWrites to a destination in arff text format.classReads a file that is C45 format.classWrites to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.classReads a source that is in comma separated format (the default).classWrites to a destination that is in CSV (comma-separated values) format.classReads Instances from a Database.classWrites to a database (tested with MySQL, InstantDB, HSQLDB).classWrites a dictionary constructed from string attributes in incoming instances to a destination.classReads a source that is in the JSON format.
It automatically decompresses the data if the extension is '.json.gz'.
For more information, see JSON homepage:
http://www.json.org/classWrites to a destination that is in JSON format.
The data can be compressed with gzip, in order to save space.
For more information, see JSON homepage:
http://www.json.org/classReads a source that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/classWrites to a destination that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/classReads a Matlab file containing a single matrix in ASCII format.classWrites Matlab ASCII files, in single or double precision format.classReads a source that contains serialized Instances.classSerializes the instances to a file with extension bsi.classReads a source that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/classWrites to a destination that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/classReads a source that is in the XML version of the ARFF format.classWrites to a destination that is in the XML version of the ARFF format. -
Uses of EnvironmentHandler in weka.filters.unsupervised.attribute
Classes in weka.filters.unsupervised.attribute that implement EnvironmentHandlerModifier and TypeClassDescriptionclassA filter that adds new attributes with user specified type and constant value.classConverts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.classAn attribute filter that converts ordinal nominal attributes into numeric ones
Valid options are:classReplaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constant values. -
Uses of EnvironmentHandler in weka.gui
Classes in weka.gui that implement EnvironmentHandlerModifier and TypeClassDescriptionclassWidget that displays a label and a combo box for selecting environment variables.classWidget that displays a label, editable combo box for selecting environment variables and a button for brining up a file browser.classDisplays a property sheet where (supported) properties of the target object may be edited. -
Uses of EnvironmentHandler in weka.gui.beans
Classes in weka.gui.beans that implement EnvironmentHandlerModifier and TypeClassDescriptionclassBean that wraps around weka.associations.classBean that encapsulates displays bar graph summaries for attributes in a data set.classGUI customizer for attribute summarizer.classBean that wraps around weka.classifiersclassGUI customizer for the classifier wrapper beanclassBean that encapsulates weka.gui.visualize.VisualizePanelclassGUI customizer for data visualizer.classDeprecated.classDeprecated.classA bean that splits incoming instances (or instance streams) according to the evaluation of a logical expression.classCustomizer for the FlowByExpression nodeclassComponent that can accept ImageEvents and save their encapsulated images to a file.classCustomizer for the ImageSaver component.classclassCustomizer component for the Join stepclassLoads data sets using weka.core.converter classesclassGUI Customizer for the loader beanclassBean that can be used for displaying threshold curves (e.g.classGUI customizer for model performance chart.classSaves data sets using weka.core.converter classesclassGUI Customizer for the saver beanclassBean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.classA bean that saves serialized modelsclassGUI Customizer for the SerializedModelSaver beanclassSorts incoming instances in ascending or descending order according to the values of user specified attributes.classCustomizer for the Sorter stepclassA bean that finds matches in string attribute values (using either substring or regular expression matches) and labels the instance (sets the value of a new attribute) according to the supplied label for the matching rule.classCustomizer class for the Substring labeler stepclassManages a list of match rules for labeling strings.classA bean that can replace substrings in the values of string attributes.classCustomizer for the SubstringReplacerclassManages a list of match and replace rules for replacing values in string attributesclassSimple component to save the text carried in text events out to a fileclassCustomizer for the TextSaver component. -
Uses of EnvironmentHandler in weka.gui.filters
Classes in weka.gui.filters that implement EnvironmentHandlerModifier and TypeClassDescriptionclassCustomizer for the AddUserFields filter. -
Uses of EnvironmentHandler in weka.gui.knowledgeflow
Classes in weka.gui.knowledgeflow that implement EnvironmentHandlerModifier and TypeClassDescriptionclassA step editor dialog that uses the GOE mechanism to provide property editors.classBase class for step editor dialogs. -
Uses of EnvironmentHandler in weka.gui.knowledgeflow.steps
Classes in weka.gui.knowledgeflow.steps that implement EnvironmentHandlerModifier and TypeClassDescriptionclassStep editor dialog for the ASEvaluator stepclassStep editor dialog for the attribute summarizer stepclassStep editor dialog for the Block stepclassEditor dialog for the boundary plotter stepclassStep editor dialog for the ClassAssigner stepclassGUI step editor dialog for the ClassifierPerformanceEvaluator stepclassEditor dialog for the ClassValuePicker step.classStep editor dialog for the data gridclassEditor dialog for the DataVisualizer stepclassStep editor dialog for the ExecuteProcess stepclassStep editor dialog for the FlowByExpression stepclassEditor dialog for the Job step.classStep editor dialog for the Join stepclassProvides a custom editor dialog for Loaders.classStep editor dialog for the ModelPerformanceChart stepclassEditor dialog for NotesclassEditor dialog for the saver stepclassDialog for the SendToPerspective stepclassEditor dialog for theSetVariablesstepclassStep editor dialog for the Sorter stepclassEditor dialog for the StorePropertiesInEnvironment step.classStep editor dialog for the SubstringLabeler stepclassStep editor dialog for the SubstringReplacer step