Uses of Interface
weka.core.EnvironmentHandler
Package
Description
-
Uses of EnvironmentHandler in weka.classifiers.meta
-
Uses of EnvironmentHandler in weka.classifiers.misc
Modifier and TypeClassDescriptionclass
Wrapper 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
Modifier and TypeClassDescriptionclass
Abstract superclass for all file loaders.class
Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.class
Reads a source that is in arff (attribute relation file format) format.class
Writes to a destination in arff text format.class
Reads a file that is C45 format.class
Writes to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.class
Reads a source that is in comma separated format (the default).class
Writes to a destination that is in CSV (comma-separated values) format.class
Reads Instances from a Database.class
Writes to a database (tested with MySQL, InstantDB, HSQLDB).class
Writes a dictionary constructed from string attributes in incoming instances to a destination.class
Reads 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/class
Writes 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/class
Reads a source that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/class
Writes to a destination that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/class
Reads a Matlab file containing a single matrix in ASCII format.class
Writes Matlab ASCII files, in single or double precision format.class
Reads a source that contains serialized Instances.class
Serializes the instances to a file with extension bsi.class
Reads a source that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/class
Writes to a destination that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/class
Reads a source that is in the XML version of the ARFF format.class
Writes to a destination that is in the XML version of the ARFF format. -
Uses of EnvironmentHandler in weka.filters.unsupervised.attribute
Modifier and TypeClassDescriptionclass
A filter that adds new attributes with user specified type and constant value.class
Converts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.class
An attribute filter that converts ordinal nominal attributes into numeric ones
Valid options are:class
Replaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constant values. -
Uses of EnvironmentHandler in weka.gui
Modifier and TypeClassDescriptionclass
Widget that displays a label and a combo box for selecting environment variables.class
Widget that displays a label, editable combo box for selecting environment variables and a button for brining up a file browser.class
Displays a property sheet where (supported) properties of the target object may be edited. -
Uses of EnvironmentHandler in weka.gui.beans
Modifier and TypeClassDescriptionclass
Bean that wraps around weka.associations.class
Bean that encapsulates displays bar graph summaries for attributes in a data set.class
GUI customizer for attribute summarizer.class
Bean that wraps around weka.classifiersclass
GUI customizer for the classifier wrapper beanclass
Bean that encapsulates weka.gui.visualize.VisualizePanelclass
GUI customizer for data visualizer.class
Deprecated.class
Deprecated.class
A bean that splits incoming instances (or instance streams) according to the evaluation of a logical expression.class
Customizer for the FlowByExpression nodeclass
Component that can accept ImageEvents and save their encapsulated images to a file.class
Customizer for the ImageSaver component.class
class
Customizer component for the Join stepclass
Loads data sets using weka.core.converter classesclass
GUI Customizer for the loader beanclass
Bean that can be used for displaying threshold curves (e.g.class
GUI customizer for model performance chart.class
Saves data sets using weka.core.converter classesclass
GUI Customizer for the saver beanclass
Bean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.class
A bean that saves serialized modelsclass
GUI Customizer for the SerializedModelSaver beanclass
Sorts incoming instances in ascending or descending order according to the values of user specified attributes.class
Customizer for the Sorter stepclass
A 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.class
Customizer class for the Substring labeler stepclass
Manages a list of match rules for labeling strings.class
A bean that can replace substrings in the values of string attributes.class
Customizer for the SubstringReplacerclass
Manages a list of match and replace rules for replacing values in string attributesclass
Simple component to save the text carried in text events out to a fileclass
Customizer for the TextSaver component. -
Uses of EnvironmentHandler in weka.gui.filters
Modifier and TypeClassDescriptionclass
Customizer for the AddUserFields filter. -
Uses of EnvironmentHandler in weka.gui.knowledgeflow
Modifier and TypeClassDescriptionclass
A step editor dialog that uses the GOE mechanism to provide property editors.class
Base class for step editor dialogs. -
Uses of EnvironmentHandler in weka.gui.knowledgeflow.steps
Modifier and TypeClassDescriptionclass
Step editor dialog for the ASEvaluator stepclass
Step editor dialog for the attribute summarizer stepclass
Step editor dialog for the Block stepclass
Editor dialog for the boundary plotter stepclass
Step editor dialog for the ClassAssigner stepclass
GUI step editor dialog for the ClassifierPerformanceEvaluator stepclass
Editor dialog for the ClassValuePicker step.class
Step editor dialog for the data gridclass
Editor dialog for the DataVisualizer stepclass
Step editor dialog for the ExecuteProcess stepclass
Step editor dialog for the FlowByExpression stepclass
Editor dialog for the Job step.class
Step editor dialog for the Join stepclass
Provides a custom editor dialog for Loaders.class
Step editor dialog for the ModelPerformanceChart stepclass
Editor dialog for Notesclass
Editor dialog for the saver stepclass
Dialog for the SendToPerspective stepclass
Editor dialog for theSetVariables
stepclass
Step editor dialog for the Sorter stepclass
Editor dialog for the StorePropertiesInEnvironment step.class
Step editor dialog for the SubstringLabeler stepclass
Step editor dialog for the SubstringReplacer step