A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

A - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
a - Variable in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
The parameter a of the sigmoid kernel.
a - Variable in class edu.udo.cs.mySVM.Kernel.KernelNeural
 
A - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
A - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
a - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
The parameter a of the sigmoid kernel.
a - Variable in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
ABOUT_TEXT_FONT - Static variable in class edu.udo.cs.yale.gui.dialog.AboutBox
 
AboutBox - Class in edu.udo.cs.yale.gui.dialog
This dialog displays some informations about the product and follows the "Java Look and Feel guide" definitions.
AboutBox(Frame, String, String, String, Image[]) - Constructor for class edu.udo.cs.yale.gui.dialog.AboutBox
 
AboutBox.LogoDrawer - Class in edu.udo.cs.yale.gui.dialog
 
AboutBox.LogoDrawer() - Constructor for class edu.udo.cs.yale.gui.dialog.AboutBox.LogoDrawer
 
ABS_ALPHA - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
ABSOLUTE_WEIGHTS - Static variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates that the the absolute weights should be used for sorting.
AbsoluteError - Class in edu.udo.cs.yale.operator.performance
The absolute error: Sum(|label-predicted|)/#examples.
AbsoluteError() - Constructor for class edu.udo.cs.yale.operator.performance.AbsoluteError
 
AbsoluteSampling - Class in edu.udo.cs.yale.operator.preprocessing.sampling
Absolute sampling operator.
AbsoluteSampling(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.sampling.AbsoluteSampling
 
AbsoluteValueGenerator - Class in edu.udo.cs.yale.generator
This class has one numerical input attribute and one output attribute.
AbsoluteValueGenerator() - Constructor for class edu.udo.cs.yale.generator.AbsoluteValueGenerator
 
AbstractAttribute - Class in edu.udo.cs.yale.example
This class holds all information on a single attribute.
AbstractAttribute(String, int) - Constructor for class edu.udo.cs.yale.example.AbstractAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
AbstractAttribute(String, int, int, int, String, Attribute[], boolean, int[]) - Constructor for class edu.udo.cs.yale.example.AbstractAttribute
Creates a new attribute.
AbstractDataRowReader - Class in edu.udo.cs.yale.example
Reads a sequence of DataRows, e.g. from memory, a file or a database.
AbstractDataRowReader(DataRowFactory) - Constructor for class edu.udo.cs.yale.example.AbstractDataRowReader
 
AbstractDataTable - Class in edu.udo.cs.yale.datatable
This abstract data table implementation provides some default implementations for data tables like listener handling.
AbstractDataTable() - Constructor for class edu.udo.cs.yale.datatable.AbstractDataTable
 
AbstractExampleReader - Class in edu.udo.cs.yale.example
Abstract implementation which implements the method remove by throwing a UnsupportedOperationException.
AbstractExampleReader() - Constructor for class edu.udo.cs.yale.example.AbstractExampleReader
 
AbstractExampleSet - Class in edu.udo.cs.yale.example
Implements wrapper methods of abstract example set.
AbstractExampleSet() - Constructor for class edu.udo.cs.yale.example.AbstractExampleSet
Zero argument constructor for subclasses.
AbstractExampleSet(AbstractExampleSet) - Constructor for class edu.udo.cs.yale.example.AbstractExampleSet
Clone constructor.
AbstractExampleTable - Class in edu.udo.cs.yale.example
This class is the core data supplier for example sets.
AbstractExampleTable(List<Attribute>) - Constructor for class edu.udo.cs.yale.example.AbstractExampleTable
Creates a new ExampleTable.
AbstractGeneratingGeneticAlgorithm - Class in edu.udo.cs.yale.operator.features.construction
In contrast to its superclass GeneticAlgorithm, the GeneratingGeneticAlgorithm generates new attributes and thus can change the length of an individual.
AbstractGeneratingGeneticAlgorithm(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
AbstractGeneticAlgorithm - Class in edu.udo.cs.yale.operator.features.selection
Genetic algorithms are general purpose optimization / search algorithms that are suitable in case of no or little problem knowledge.
AbstractGeneticAlgorithm(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
AbstractIOObject - Class in edu.udo.cs.yale.operator
This is an abstract superclass for all IOObject.
AbstractIOObject() - Constructor for class edu.udo.cs.yale.operator.AbstractIOObject
 
AbstractLearner - Class in edu.udo.cs.yale.operator.learner
A Learner is an operator that encapsulates the learning step of a machine learning method.
AbstractLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.AbstractLearner
Creates a new abstract learner.
AbstractMetaLearner - Class in edu.udo.cs.yale.operator.learner.meta
A MetaLearner is an operator that encapsulates one or more learning steps to build its model.
AbstractMetaLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
 
AbstractModel - Class in edu.udo.cs.yale.operator
Abstract model is the superclass for all objects which change a data set.
AbstractModel() - Constructor for class edu.udo.cs.yale.operator.AbstractModel
 
AbstractMySVMLearner - Class in edu.udo.cs.yale.operator.learner.kernel
This is the abstract superclass for the support vector machine / KLR implementations of Stefan Rüping.
AbstractMySVMLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
 
AbstractMySVMModel - Class in edu.udo.cs.yale.operator.learner.kernel
The abstract superclass for the SVM models by Stefan Rueping.
AbstractMySVMModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
AbstractMySVMModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
AbstractMySVMModel(Attribute, ExampleSet, Kernel, int) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
AbstractOperatorDocGenerator - Class in edu.udo.cs.yale.doc
This generator provides useful methods to generate documentation from the Javadoc comments and abstract methods of an operator.
AbstractOperatorDocGenerator() - Constructor for class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
AbstractUtility - Class in edu.udo.cs.yale.operator.learner.igss.utility
Abstract superclass for all utility functions.
AbstractUtility(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Constructor for all utilities.
AbstractWekaExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can is a superclass for all operators which can read one of the file formats supported by Weka.
AbstractWekaExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
 
ACC - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
accept(File) - Method in class edu.udo.cs.yale.gui.SimpleFileFilter
 
accept(Example) - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
accept(int, int) - Method in class edu.udo.cs.yale.tools.log.DeleteLogFormatFilter
 
accept(int, int) - Method in class edu.udo.cs.yale.tools.log.DummyLogFormatFilter
 
accept(int, int) - Method in interface edu.udo.cs.yale.tools.log.LogFormatFilter
 
AcceptAllCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to accept all examples.
AcceptAllCondition() - Constructor for class edu.udo.cs.yale.example.AcceptAllCondition
Creates a new condition.
AcceptAllCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.AcceptAllCondition
Throws an exception since this condition does not support parameter string.
acceptDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.BasicPlotterCondition
 
acceptDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
acceptDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.CombinedPlotterCondition
 
acceptDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.MissingValuesPlotterCondition
 
acceptDataTable(DataTable) - Method in interface edu.udo.cs.yale.gui.plotter.conditions.PlotterCondition
 
acceptDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
acceptsURL(String) - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
Accuracy - Class in edu.udo.cs.yale.operator.learner.igss.utility
The instance-averaging utility function Accuracy.
Accuracy(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.Accuracy
Constructs a new Accuracy with the given default probability.
ACCURACY - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Indicates accuracy.
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessAllTypesAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessTypeAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveColumnAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveRowAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.UseRowAsNamesAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.ClearAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadDataAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadSeriesDataAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.OpenAttributeFileAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveAttributeFileAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveDataAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveDownAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveUpAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.SearchAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.AnovaCalculatorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.AttributeEditorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.CheckForJDBCDriversAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.CheckForUpdatesAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ExitAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ExportAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ManageBuildingBlocksAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ManageTemplatesAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.NewAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.OpenAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.PrintAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.RedoAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ResumeAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.RunAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.SaveAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.SaveAsAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.SaveAsTemplateAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.SettingsAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.StopAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.TotDAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.TutorialAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.UndoAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.ValidateExperiment
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MainFrame.WizardAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer.ClearMessageAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer.SaveLogFileAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer.SearchAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.AddAllBreakpointsAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CollapseAllAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CopyAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CutAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.DeleteOperatorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ExpandAllAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.InfoOperatorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewBuildingBlockAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewOperatorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.PasteAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.RemoveAllBreakpointsAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.RenameOperatorAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.SaveBuildingBlockAction
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleActivationItem
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleBreakpointItem
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleShowDisabledItem
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
actionPerformed(ActionEvent) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
actions - Variable in class edu.udo.cs.yale.operator.ResultObjectAdapter
 
actualEvalCounter - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This field counts the number of actually calculated evaluations (unchanged individuals do not have to be re-evaluated).
AdaBoost - Class in edu.udo.cs.yale.operator.learner.meta
This AdaBoost implementation can be used with all learners available in YALE, not only the ones which originally are part of the Weka package.
AdaBoost(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Constructor.
AdaBoostModel - Class in edu.udo.cs.yale.operator.learner.meta
A model for the Yale AdaBoost implementation.
AdaBoostModel() - Constructor for class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
AdaBoostModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Needed for creation of IOModel (when loading from file).
AdaBoostModel(Attribute, List<Model>, List<Double>) - Constructor for class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
AdaBoostPerformanceMeasures - Class in edu.udo.cs.yale.operator.learner.meta
Helper class for the internal AdaBoost implementation.
AdaBoostPerformanceMeasures(ExampleSet) - Constructor for class edu.udo.cs.yale.operator.learner.meta.AdaBoostPerformanceMeasures
 
adapt(double[], double[], double, int, int) - Method in interface edu.udo.cs.yale.tools.math.som.AdaptionFunction
This method returns the new value of a node, after it had adopted to a stimulus.
adapt(double[], double[], double, int, int) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
adapter - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
adapter - Variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
adapter - Variable in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
ADAPTION_TYPES - Static variable in class edu.udo.cs.yale.generator.SinusFactory
 
AdaptionFunction - Interface in edu.udo.cs.yale.tools.math.som
This interface provides the methods for adapting nodes to an input.
adaptionFunction - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
adaptionRadiusCurrent - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
adaptionRadiusEnd - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
adaptionRadiusStart - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
adaptionType - Variable in class edu.udo.cs.yale.generator.SinusFactory
Indicates the type of frequency adaption.
add(double, int) - Method in class edu.udo.cs.mySVM.Util.Heap
 
add(double, int) - Method in class edu.udo.cs.mySVM.Util.MaxHeap
 
add(double, int) - Method in class edu.udo.cs.mySVM.Util.MinHeap
 
add(DataTableRow) - Method in interface edu.udo.cs.yale.datatable.DataTable
Adds the given DataTableRow to the table.
add(DataTableRow) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
add(DataTableRow) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
add(DataTableRow) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
add(int, TableCellEditor) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellEditors
Adds a new cell editor in the given row.
add(int, TableCellRenderer) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
Adds a new cell renderer in the given row.
add() - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
add(Individual) - Method in class edu.udo.cs.yale.operator.features.Population
Adds a single individual.
add(Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Adds a single individual.
ADD_ALL_BREAKPOINTS - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
addAction(Action) - Method in class edu.udo.cs.yale.operator.ResultObjectAdapter
Adds an action to the list of Java Swing Actions which will shown in the visualization component.
addAddListener(AddListener) - Method in class edu.udo.cs.yale.operator.OperatorChain
Adds the given listener.
addAlias(String, Class) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
addAll(Population, AttributeWeightedExampleSet, int) - Method in class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
Recursive method to add all attribute combinations to the population.
addAll(Collection<Individual>) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Adds all individuals from the given collection.
addAllAttributes(Collection<Attribute>) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Adds all given attributes to this example set.
addAllAttributes(Collection<Attribute>) - Method in interface edu.udo.cs.yale.example.ExampleSet
Adds all new attributes in the collection, i.e. all attributes from the given collection which were not already part of this example set.
addAllAttributesWithoutCheck(Collection<Attribute>) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Adds all given attributes to this example set.
addAllBreakpoints() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
addAllBreakpoints(Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
addAllIndividuals(Collection<Individual>) - Method in class edu.udo.cs.yale.operator.features.Population
Adds all individuals from the given collection.
addAllOperatorDescriptions(Set<OperatorDescription>) - Method in class edu.udo.cs.yale.tools.GroupTree
 
addArray(int[], int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
addArrays(int[], int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Adds the attribute to the list of attributes assigning it a free column index.
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AttributeParser
Adds a new attribute to the map.
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
addAttribute(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Adds a new attribute.
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
addAttribute(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleTable
Adds the attribute to the list of attributes assigning it a free column index.
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Adds a new attribute to this example table by invoking the super method.
addAttribute(Attribute) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
addAttribute(Attribute) - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Adds an attribute at the end of the list.
addAttributes(Collection<Attribute>) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Adds all Attributes in newAttributes to the end of the list of attributes, creating new data columns if necessary.
addAttributes(Collection<Attribute>) - Method in interface edu.udo.cs.yale.example.ExampleTable
Adds all Attributes in newAttributes to the end of the list of attributes, creating new data columns if necessary.
addAttributeToSwapList(AttributeWeightedExampleSet, int, List<UnbalancedCrossover.AttributeWeightContainer>) - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover
 
addAttributeTypeDefinitionStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addAveragable(Averagable) - Method in class edu.udo.cs.yale.tools.math.AverageVector
Adds an Averagable to the list of criteria.
addBreakpointListener(BreakpointListener) - Method in class edu.udo.cs.yale.Experiment
 
addButton(JButton, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
addButton(JButton, int) - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
addColumn(File, int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
addColumn(Attribute, String) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Adds a column for the given attribute to the table with name tableName.
addColumnSeparatorStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addCondition(InnerOperatorCondition) - Method in class edu.udo.cs.yale.operator.condition.CombinedInnerOperatorCondition
 
addCopies(List<IOObject>, IOObject, int) - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
addCriterion(PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
addData(double[]) - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
addDataLoadingStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addDataRow(DataRow) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Convenience method allowing the adding of data rows without a data row reader.
addDataTable(DataTable) - Method in class edu.udo.cs.yale.Experiment
Returns the data table associated with the given name.
addDataTableListener(DataTableListener) - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
addDataTableListener(DataTableListener) - Method in interface edu.udo.cs.yale.datatable.DataTable
Adds a table listener listening for data changes.
addDataTables() - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
addDBSystemSelectionStep() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addDependencies(String) - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Register plugin dependencies.
addDependingURL(URL) - Method in class edu.udo.cs.yale.tools.plugin.PluginClassLoader
 
addDistribution(int, int, Distribution) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
addDriverInformation(Element) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
addError(String) - Method in class edu.udo.cs.yale.operator.Operator
Adds an error message.
addExperimentListener(ExperimentListener) - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
addGeneratedAttribute(AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
addGeneratedAttribute(AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
Adds a new attribute.
addGeneratedAttribute(AttributeWeightedExampleSet, double) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
Adds a new attribute.
addGroup(int, double, double) - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
addGroups(GroupTree, String, Collection<String>) - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
addHit(int) - Method in class edu.udo.cs.yale.example.NominalAttributeStatistics
 
addInfo(Attribute) - Method in class edu.udo.cs.yale.operator.visualization.DataStatistics
 
additive - Variable in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
AddListener - Interface in edu.udo.cs.yale.operator
These listeners will be notified after a new operator was added to a chain.
addListeners - Variable in class edu.udo.cs.yale.operator.OperatorChain
 
addMacro(String, String) - Method in class edu.udo.cs.yale.MacroHandler
 
addMandatoryParameters(Operator, List<String[]>) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
addMeanVariance(String, double, double) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Adds the mean and variance information for an attribute with the given name.
addMenu(GroupTree, JMenu, boolean) - Method in class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
addMenuItems(Collection<BuildingBlock>) - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockMenu
 
addModel(Model) - Method in class edu.udo.cs.yale.operator.ContainerModel
Adds the given model to the container.
addModel(Model, double, double) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
addMouseListener(MouseListener) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Adds a mouse listener to the plotter component.
addMouseListenerToHeaderInTable(JTable) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
addMouseMotionListener(MouseMotionListener) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Adds a mouse motion listener to the plotter component.
addNameDefinitionStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addNewMergedAttribute(AttributeWeightedExampleSet, List<String>, FeatureGenerator) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
The given list must contain the original attribute names which should be merged by the global FeatureGenerator.
addObjectVisualizer(ObjectVisualizer) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
addObjectVisualizer(ObjectVisualizer) - Static method in class edu.udo.cs.yale.tools.ObjectVisualizerService
 
addOperator(Operator) - Method in class edu.udo.cs.yale.operator.OperatorChain
Adds a new inner operator at the last position.
addOperator(Operator, int) - Method in class edu.udo.cs.yale.operator.OperatorChain
Adds the given operator at the given position.
addOperatorDescription(OperatorDescription) - Method in class edu.udo.cs.yale.tools.GroupTree
Adds an operator to this group.
addOperatorMenuItems(JMenu) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Adds the operator tree actions to the given menu.
addOriginalAttribute(AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
addOriginalAttribute(AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
addOriginalAttribute(AttributeWeightedExampleSet, double) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
addParameters() - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
addParameters(Operator, List<SaveAsTemplateDialog.OperatorParameterPair>) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
addParameterTypes(OptionHandler, List<ParameterType>, List<ParameterType>, boolean, String) - Static method in class edu.udo.cs.yale.tools.WekaTools
Add the parameter type for the options of a Weka option handler.
addPerformanceValue(String, String) - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Adds the performance criteria as plottable values, e.g. for the ExperimentLog operator.
addPlotter(String, Class) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
addPlotterCondition(PlotterCondition) - Method in class edu.udo.cs.yale.gui.plotter.conditions.CombinedPlotterCondition
 
addPoint() - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
addPoint(double) - Method in class edu.udo.cs.yale.gui.plotter.Bins
 
addProgressListener(ProgressListener) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
addRegularAttributesFromExampleTable(AbstractExampleTable) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Adds all attributes from the given example table as regular attributes if they are not already known as special attributes.
addResourceSource(ResourceSource) - Static method in class edu.udo.cs.yale.tools.Tools
Adds a new resource source.
addResult(Result) - Method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Adds a result.
addResultFileDefinitionStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addRow() - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
addRulesToOpenNodes(Collection, double) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Annotates the collection of ConjunctiveRuleModels with an optimistic score they may achieve in the best case and adds them to the collection of open nodes.
addSpecialAttributesStep() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addStep(Component) - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
addStep(Component) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addStep(Component) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addSubGroup(GroupTree) - Method in class edu.udo.cs.yale.tools.GroupTree
Adds a subgroup to this group.
addTableSelectionStep() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addTextToBuffer(String) - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
addTextToViewer() - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
addTitle() - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
addTitleStep() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addTitleStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addToUndoList() - Method in class edu.udo.cs.yale.gui.MainFrame
 
addTreeModelListener(TreeModelListener) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Adds a tree model listener.
addUnknown() - Method in class edu.udo.cs.yale.example.AttributeStatistics
 
addUserDataStep() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
addValue(double) - Method in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
addValue(Value) - Method in class edu.udo.cs.yale.operator.Operator
Adds an implementation of Value.
addValueTypeDefinitionStep() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
addVector(AverageVector, Map<Class, RunVector>) - Method in class edu.udo.cs.yale.operator.meta.AverageBuilder
 
addVector(AverageVector) - Method in class edu.udo.cs.yale.tools.math.RunVector
Adds a new average vector.
addViewChangeListener(DataControlListener) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
addWarning(String) - Method in class edu.udo.cs.yale.operator.Operator
Adds a warning message to the error list.
adjustBaseModelWeights(ExampleSet, Vector<BayBoostBaseModelInfo>) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
This helper method takes as input the traing set and the set of models trained so far.
adjustIntermediateProducts(double[], double[]) - Static method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Helper method to adjust the intermediate products during model application.
AGA - Class in edu.udo.cs.yale.operator.features.construction
Basically the same operator as the GeneratingGeneticAlgorithm operator.
AGA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.AGA
 
AGGREGATION_ALGEBRAIC - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Indicates the algebraic OR aggregation function.
AGGREGATION_FUNCTIONS - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
The names for the aggregation functions.
AGGREGATION_MAX - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Indicates the maximum aggregation function.
AggregationCrossover - Class in edu.udo.cs.yale.operator.features.aggregation
Performs a usual GA crossover on integer arrays.
AggregationCrossover(int, double, Random) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Creates a new aggregation crossover operator.
AggregationIndividual - Class in edu.udo.cs.yale.operator.features.aggregation
Individuals contain the feature information and the fitness.
AggregationIndividual(int[]) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
AggregationMutation - Class in edu.udo.cs.yale.operator.features.aggregation
Performs an aggregation mutation on integer arrays.
AggregationMutation(RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationMutation
 
AggregationNonDominatedSortingSelection - Class in edu.udo.cs.yale.operator.features.aggregation
Performs the non-dominated sorting selection from NSGA-II.
AggregationNonDominatedSortingSelection(int) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
Creates a new NSGA-II selection.
AggregationNonDominatedSortingSelection.CriteriaComparator - Class in edu.udo.cs.yale.operator.features.aggregation
The comparator for aggregation individuals using the fitness values of the m-th criterion.
AggregationNonDominatedSortingSelection.CriteriaComparator(int) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection.CriteriaComparator
 
AggregationNonDominatedSortingSelection.CrowdingComparator - Class in edu.udo.cs.yale.operator.features.aggregation
The comparator for aggregation individuals using the crowding distance.
AggregationNonDominatedSortingSelection.CrowdingComparator() - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection.CrowdingComparator
 
AggregationPopulationPlotter - Class in edu.udo.cs.yale.operator.features.aggregation
Plots the current generation's Pareto set.
AggregationPopulationPlotter(ExampleSet, FeatureGenerator) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
Creates plotter panel which is repainted every generation.
AggregationSelection - Interface in edu.udo.cs.yale.operator.features.aggregation
Should perform a selection on the given population list.
AggregationTournamentSelection - Class in edu.udo.cs.yale.operator.features.aggregation
Performs a tournament selection on the given population list.
AggregationTournamentSelection(int, double, Random) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
 
AlgebraicOrGenerator - Class in edu.udo.cs.yale.generator
This class has two numerical input attributes and one output attribute.
AlgebraicOrGenerator() - Constructor for class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
ALGTYP - Static variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
algtyp - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
ALL_ACTIONS - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
ALL_CAPABILITIES - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
ALL_RESOURCES - Static variable in class edu.udo.cs.yale.tools.Tools
 
allAttributes - Variable in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
allAttributes - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
allAttributes - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
allAttributes - Variable in class edu.udo.cs.yale.example.AttributeParser
Maps construction descriptions of all generated attributes (including intermediate attributes) to the attributes.
ALLBUTBOTTOMK - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
ALLBUTTOPK - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
allCriteriaDescriptions - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
allCriteriaNames - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
AllInnerOperatorCondition - Class in edu.udo.cs.yale.operator.condition
Checks if all inner operators are able to handle the given input and will deliver the desired output.
AllInnerOperatorCondition(Class[], Class[]) - Constructor for class edu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
 
allLiterals - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
All literals possible with the given attributeset.
ALLOW_MARGINAL_SKEWS - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Boolean parameter that switches between KBS (if set to false) and a boosting-like reweighting.
allPlots - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
allPlugins - Static variable in class edu.udo.cs.yale.tools.plugin.Plugin
The collection of all plugins.
allQuartiles - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
AllTests - Class in edu.udo.cs.yale.test
The main test class.
AllTests() - Constructor for class edu.udo.cs.yale.test.AllTests
 
allTips - Variable in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
allVectors - Variable in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
alpha - Variable in class edu.udo.cs.myGP.Model
 
alpha - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
ALPHA - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
ALPHA - Static variable in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
alpha - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
alpha - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
alpha - Variable in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
alpha - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
alpha_max - Variable in class edu.udo.cs.myRVM.Parameter
 
ALPHABET - Static variable in class edu.udo.cs.yale.tools.RandomGenerator
Use this alphabet for random String creation.
alphas - Variable in class edu.udo.cs.myKLR.KLR
 
alphas - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The SVM alpha values.
alphas - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
anchorVectorX - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The vector directions of the axes of the rad viz.
anchorVectorY - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The vector directions of the axes of the rad viz.
AndrewsCurves - Class in edu.udo.cs.yale.gui.plotter
This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
AndrewsCurves() - Constructor for class edu.udo.cs.yale.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
AndrewsCurves(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
AndrewsCurves.LinePlot - Class in edu.udo.cs.yale.gui.plotter
Helper class containing the support points for each line and its color.
AndrewsCurves.LinePlot(double[], double) - Constructor for class edu.udo.cs.yale.gui.plotter.AndrewsCurves.LinePlot
 
ANGLE_FACTOR - Static variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The angle factor.
ANGLE_OFFSET - Static variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The offset for the spiral angle.
angles - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
angles - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The angles between the axes.
ANOVA_CALCULATOR_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
AnovaCalculator - Class in edu.udo.cs.yale.tools.math
Determines if the null hypothesis (all actual mean values are the same) holds for the given values.
AnovaCalculator() - Constructor for class edu.udo.cs.yale.tools.math.AnovaCalculator
 
AnovaCalculator.AnovaSignificanceTestResult - Class in edu.udo.cs.yale.tools.math
 
AnovaCalculator.AnovaSignificanceTestResult(double, double, int, int) - Constructor for class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
AnovaCalculator.Group - Class in edu.udo.cs.yale.tools.math
Helper class containing all information about a group, i.e. the number of elements, the mean and variance value.
AnovaCalculator.Group(int, double, double) - Constructor for class edu.udo.cs.yale.tools.math.AnovaCalculator.Group
 
AnovaCalculatorDialog - Class in edu.udo.cs.yale.gui.dialog
The ANOVA calculator dialog is a small tool which can be used to perform an ANalysis Of VAriances in order to determine if a given set of mean values is probably actually different.
AnovaCalculatorDialog(Frame) - Constructor for class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
AnovaCalculatorDialog.AnovaTableModel - Class in edu.udo.cs.yale.gui.dialog
 
AnovaCalculatorDialog.AnovaTableModel() - Constructor for class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog.AnovaTableModel
 
AnovaSignificanceTestOperator - Class in edu.udo.cs.yale.operator.validation.significance
Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors.
AnovaSignificanceTestOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.significance.AnovaSignificanceTestOperator
 
APPEND - Static variable in class edu.udo.cs.yale.operator.io.IOContainerReader
 
append(IOObject) - Method in class edu.udo.cs.yale.operator.IOContainer
Creates a new IOContainer by adding all IOObjects of this container to the given IOObject.
append(IOObject[]) - Method in class edu.udo.cs.yale.operator.IOContainer
Creates a new IOContainer by adding all IOObjects of this container to the given IOObjects.
append(Collection<IOObject>) - Method in class edu.udo.cs.yale.operator.IOContainer
Appends this container's IOObjects to output.
appendAllStackTraces(Throwable) - Method in class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
appendAttributeName(StringBuffer, Object, boolean, boolean) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
appendStackTrace(Throwable) - Method in class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
applicable(Example) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Returns true if the model is applicable to the current example.
applicable(Example) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Tests if the hypothesis is applicable to the example without updating the internal statistics of the hypothesis.
applicable(Example) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Test if the rule is applicable to the given examples without updating the corresponding value.
applicableGenerators() - Method in class edu.udo.cs.yale.example.AttributeParser
Returns a collection of feature generators that can generate the attributes that are not yet generated.
ApplicationTest - Class in edu.udo.cs.yale.test
Extends the JUnit test case by a method for checking the creation and runnning of an experiment from an external application.
ApplicationTest() - Constructor for class edu.udo.cs.yale.test.ApplicationTest
 
apply(double[][]) - Method in class edu.udo.cs.myGP.Model
Apply the model to all input vectors
apply(double[][]) - Method in class edu.udo.cs.myRVM.Model
 
apply() - Method in class edu.udo.cs.yale.operator.CommandLineOperator
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.ContainerModel
Applies all models.
apply() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
apply() - Method in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
apply() - Method in class edu.udo.cs.yale.operator.features.construction.AGA
 
apply() - Method in class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
apply() - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
apply() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual
apply() - Method in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
apply() - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
apply() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
apply() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.PCA
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.PrincipalComponentsTransformation
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
apply() - Method in class edu.udo.cs.yale.operator.features.transformation.SplitSVMModel
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.AttributeWeightsCreator
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.InteractiveAttributeWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
apply() - Method in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
apply() - Method in class edu.udo.cs.yale.operator.generator.MassiveDataGenerator
 
apply() - Method in class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
apply() - Method in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
apply() - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
apply() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.AttributeSetLoader
Loads the attribute set from a file and constructs desired features.
apply() - Method in class edu.udo.cs.yale.operator.io.AttributeSetWriter
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.C45ExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.CSVExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
apply() - Method in class edu.udo.cs.yale.operator.io.ExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.ExcelExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.GNUPlotOperator
 
apply() - Method in class edu.udo.cs.yale.operator.io.IOContainerReader
 
apply() - Method in class edu.udo.cs.yale.operator.io.IOContainerWriter
 
apply() - Method in class edu.udo.cs.yale.operator.io.IOObjectReader
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.IOObjectWriter
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.ModelLoader
Reads the model from disk and returns it.
apply() - Method in class edu.udo.cs.yale.operator.io.ModelWriter
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
apply() - Method in class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
apply() - Method in class edu.udo.cs.yale.operator.io.PerformanceLoader
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.PerformanceWriter
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.ResultWriter
Use the ResultService to write the results of all input ResultObjects into the result file.
apply() - Method in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
apply() - Method in class edu.udo.cs.yale.operator.io.ThresholdLoader
Loads the threshold from a file.
apply() - Method in class edu.udo.cs.yale.operator.io.ThresholdWriter
Writes the threshold to a file.
apply() - Method in class edu.udo.cs.yale.operator.IOConsumeOperator
 
apply() - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
apply() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Trains a model useing an ExampleSet from the input.
apply(Example) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Hypothesis is applied to the example and internal statistics of the hypothesis are updated.
apply(Example) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Applies the rule to the given examples.
apply() - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
apply() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Trains a model using an ExampleSet from the input.
apply() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Overwrite to also return the performance (run-) vector
apply() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
apply() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
apply() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Applies the model by creating a predicted label attribue and setting the predicted label values.
apply() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
apply() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
apply() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
apply() - Method in class edu.udo.cs.yale.operator.MacroDefinitionOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.AverageBuilder
 
apply() - Method in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.ExperimentEmbeddingOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
apply() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
apply() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
apply() - Method in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
apply() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
apply(Experiment, Map) - Method in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
apply() - Method in class edu.udo.cs.yale.operator.meta.ParameterSetter
 
apply() - Method in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
apply() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
apply() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
apply() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
 
apply(ExampleSet) - Method in interface edu.udo.cs.yale.operator.Model
Applies the model on the given example set.
apply() - Method in class edu.udo.cs.yale.operator.ModelApplier
Applies the operator and labels the ExampleSet.
apply() - Method in class edu.udo.cs.yale.operator.Operator
Implement this method in subclasses.
apply(IOContainer) - Method in class edu.udo.cs.yale.operator.Operator
Applies the operator.
apply() - Method in class edu.udo.cs.yale.operator.OperatorChain
Applies all inner operators.
apply() - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
 
apply() - Method in class edu.udo.cs.yale.operator.performance.MinMaxWrapper
 
apply() - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
apply() - Method in class edu.udo.cs.yale.operator.performance.WeightedPerformanceCreator
 
apply() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
 
apply() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
apply() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdApplier
 
apply() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdCreator
 
apply() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizer
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.AttributeValueMapper
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeName
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
Applies filtering of features by looping through all features and checking switchOffFeature().
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureRangeRemoval
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NumericToBinary
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.PermutationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.SingleAttributes2ValueSeries
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Iterates over all examples and all attributes makes callbacks to ValueReplenishment.getReplenishmentValue(int, Attribute, double) if ValueReplenishment.replenishValue(double) returns true.
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Performs the transformation.
apply(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Performs the transformation.
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.AbsoluteSampling
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.ModelBasedSampling
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
apply() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.StratifiedSampling
 
apply() - Method in class edu.udo.cs.yale.operator.validation.CFSFeatureSetEvaluator
 
apply() - Method in class edu.udo.cs.yale.operator.validation.ConsistencyFeatureSetEvaluator
 
apply() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
apply() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
apply() - Method in class edu.udo.cs.yale.operator.validation.RandomSplitWrapperValidationChain
 
apply() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
Writes the attribute set to a file.
apply() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
 
apply() - Method in class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
apply() - Method in class edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
Creates and delivers the simple statistics object.
apply() - Method in class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
apply() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
apply() - Method in class edu.udo.cs.yale.operator.visualization.LiftChartGenerator
 
apply() - Method in class edu.udo.cs.yale.operator.visualization.ROCChartGenerator
 
apply(double[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
applyAll(Experiment, Map) - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
Applies all parameters in the set to their operators.
applyCount - Variable in class edu.udo.cs.yale.operator.Operator
Number of times the operator was applied.
applyInGeneration - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
applyInnerLearner(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
This is a convenience method to apply the inner operators and return the model which must be output of the last operator.
applyInnerLoop() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
Applies the inner operator .
applyModelForInstance(Instance, Example, Attribute) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
Classifies ervery weka instance and sets the result as predicted label of the current example.
applyOpList(List, Population) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Applies all PopulationOperators in opList to the population.
applyPriorModel(ExampleSet, List<BayBoostBaseModelInfo>) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Helper method applying the start model and adding it to the modelInfo collection
applyProperties() - Method in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
Applies the properties without saving them.
applyProperties() - Method in class edu.udo.cs.yale.gui.properties.SettingsTabs
 
applyToVector(double[]) - Method in class edu.udo.cs.myGP.Model
Apply the model to a (new) input vector x_t+1 in order to get a prediction, which - as a GP-marignal at x_t+1 - is a one-dimensional gaussian distribution with mean m and covariance sigma^2 (2.22, the parameterisation lemma).
applyToVector(double[]) - Method in class edu.udo.cs.myRVM.Model
Model application.
applyWeight(double, double) - Method in class edu.udo.cs.yale.example.DummyWeightApplier
Simply returns the given value.
applyWeight(double, double) - Method in class edu.udo.cs.yale.example.ScalingWeightApplier
Returns the product of value and weight.
applyWeight(double, double) - Method in interface edu.udo.cs.yale.example.WeightApplier
Applies the weight to the value and returns the actual value.
approveButton - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
ARC_TANGENS - Static variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
archive - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The jar archive of the plugin which must be placed in the lib/plugins subdirectory of Yale.
AreaUnderCurve - Class in edu.udo.cs.yale.operator.performance
This criterion calculates the area under the ROC curve.
AreaUnderCurve() - Constructor for class edu.udo.cs.yale.operator.performance.AreaUnderCurve
Clone constructor.
ArffExampleSetWriter - Class in edu.udo.cs.yale.operator.io
Writes values of all examples into an ARFF file which can for example be used by Weka.
ArffExampleSetWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
ArffExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can read arff files.
ArffExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ArffExampleSource
 
arguments - Variable in class edu.udo.cs.yale.example.ExampleFormatter.SimpleCommand
 
arguments - Variable in class edu.udo.cs.yale.generator.FeatureGenerator
The argument attributes on which to operate with respect to the example tables attribute array.
argumentsAlreadyGenerated(Attribute) - Method in class edu.udo.cs.yale.example.AttributeParser
Returns true if the example set already contains a.
argumentsOk(ExampleTable) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Checks if the arguments are compatible with the attributes specified by getInputAttributes().
argumentsSet() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
returns true, if the arguments have already been set, and false otherwise.
assertAllValuesEqual(String, PerformanceCriterion, PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.performance.test.CriterionTestCase
 
assertDataRow(String, DataRow, double[]) - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
assertEqualsNaN(String, double, double) - Method in class edu.udo.cs.yale.test.TestCase
 
ASSOCIATION_RULE_MINING - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
associator - Variable in class edu.udo.cs.yale.operator.learner.weka.WekaAssociator
 
at_bound - Variable in class edu.udo.cs.myKLR.KLR
 
at_bound - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
att - Variable in class edu.udo.cs.mySVM.Examples.Example
 
att_index - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
att_index - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
attachments - Variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
attindex - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
attname - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
attname - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
attnames - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
Attribute - Interface in edu.udo.cs.yale.example
This class holds all information on a single attribute.
attribute - Variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
attribute - Variable in class edu.udo.cs.yale.example.ExampleFormatter.ValueCommand
 
attribute - Variable in class edu.udo.cs.yale.generator.AttributePeak
 
attribute - Variable in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
attribute - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
attribute - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
The attribute tested in this literal.
attribute - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
attribute - Variable in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
attribute - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
Attribute2RealValueMapping - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator maps all non numeric attributes to real valued attributes.
Attribute2RealValueMapping(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
ATTRIBUTE_BLOCK - Static variable in class edu.udo.cs.yale.tools.Ontology
 
ATTRIBUTE_BLOCK_TYPE - Static variable in class edu.udo.cs.yale.tools.Ontology
An ontology for block types (single, time series...)
ATTRIBUTE_EDITOR_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
attribute_index - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
ATTRIBUTE_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of regular attributes.
ATTRIBUTE_STRINGS - Static variable in class edu.udo.cs.yale.example.test.SparseReaderTest
 
ATTRIBUTE_TYPE_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
ATTRIBUTE_VALUE - Static variable in class edu.udo.cs.yale.tools.Ontology
 
ATTRIBUTE_VALUE_TYPE - Static variable in class edu.udo.cs.yale.tools.Ontology
An ontology for value types (nominal, numerical...)
AttributeCounter - Class in edu.udo.cs.yale.operator.performance
Returns a performance vector just counting the number of attributes currently used for the given example set.
AttributeCounter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.performance.AttributeCounter
 
AttributeDataSource - Class in edu.udo.cs.yale.tools.att
Reference to source of an attribute, i.e. file, column number (token number).
AttributeDataSource(Attribute, File, int, String) - Constructor for class edu.udo.cs.yale.tools.att.AttributeDataSource
 
AttributeDataSourceCreator - Class in edu.udo.cs.yale.tools.att
This class can be used as a simple attribute data source creation factory for many types of table like data.
AttributeDataSourceCreator() - Constructor for class edu.udo.cs.yale.tools.att.AttributeDataSourceCreator
 
AttributeDataSources - Class in edu.udo.cs.yale.tools.att
A container class for all attribute data sources and a default source file.
AttributeDataSources(List<AttributeDataSource>, File) - Constructor for class edu.udo.cs.yale.tools.att.AttributeDataSources
 
attributeDataSources - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSources
A list of attribute data sources.
attributeDogCatMouse() - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
AttributeEditor - Class in edu.udo.cs.yale.gui.attributeeditor
A table for creating an attribute description file.
AttributeEditor(Operator, DataControl) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
attributeEditor - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
AttributeEditor.AttributeTableModel - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.AttributeTableModel() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
AttributeEditor.DataCellRenderer - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.DataCellRenderer() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.DataCellRenderer
 
AttributeEditor.GuessAllTypesAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.GuessAllTypesAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessAllTypesAction
 
AttributeEditor.GuessTypeAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.GuessTypeAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessTypeAction
 
AttributeEditor.RemoveColumnAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.RemoveColumnAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveColumnAction
 
AttributeEditor.RemoveRowAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.RemoveRowAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveRowAction
 
AttributeEditor.UseRowAsNamesAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditor.UseRowAsNamesAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.UseRowAsNamesAction
 
AttributeEditorDialog - Class in edu.udo.cs.yale.gui.attributeeditor
The dialog for the attribute editor.
AttributeEditorDialog(JFrame, Operator, File) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
AttributeEditorDialog(JFrame, Operator) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
AttributeEditorDialog.ClearAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.ClearAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.ClearAction
 
AttributeEditorDialog.LoadDataAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.LoadDataAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadDataAction
 
AttributeEditorDialog.LoadSeriesDataAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.LoadSeriesDataAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadSeriesDataAction
 
AttributeEditorDialog.OpenAttributeFileAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.OpenAttributeFileAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.OpenAttributeFileAction
 
AttributeEditorDialog.SaveAttributeFileAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.SaveAttributeFileAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveAttributeFileAction
 
AttributeEditorDialog.SaveDataAction - Class in edu.udo.cs.yale.gui.attributeeditor
 
AttributeEditorDialog.SaveDataAction() - Constructor for class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveDataAction
 
attributeExample - Variable in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
AttributeFactory - Class in edu.udo.cs.yale.example
This class is used to create and clone attributes.
AttributeFactory() - Constructor for class edu.udo.cs.yale.example.AttributeFactory
 
AttributeFileCellEditor - Class in edu.udo.cs.yale.gui.properties
This is an extension of the FileValueCellEditor which also supports the opening of an AttributeEditor.
AttributeFileCellEditor(ParameterTypeAttributeFile, Operator) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeFileCellEditor
 
AttributeGenerator - Class in edu.udo.cs.yale.operator.features.construction
This PopulationOperator generates new attributes in an individual's example table.
AttributeGenerator(double, int, int, List<FeatureGenerator>, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
Creates a new AttributeGenerator with given parameters.
attributeInt() - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
attributeList - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The list with all attribute names.
attributeNameMap - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
All attribute names for the available tables.
attributeNames - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
attributeNames - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
attributeNames - Variable in class edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
 
attributeNames - Variable in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
A descending sorted array of all attribute names.
AttributeParser - Class in edu.udo.cs.yale.example
Parses a file containing construction descriptions and adds the new attributes to the example set.
AttributeParser(ExampleTable) - Constructor for class edu.udo.cs.yale.example.AttributeParser
 
AttributePeak - Class in edu.udo.cs.yale.generator
Helper class for attributes, their frequencies, and their evidences.
AttributePeak(Attribute, double, double) - Constructor for class edu.udo.cs.yale.generator.AttributePeak
 
attributeReal() - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
attributeReal(int) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
attributes - Variable in class edu.udo.cs.yale.example.AbstractExampleTable
List of instances of Attribute.
attributes - Variable in class edu.udo.cs.yale.example.Example
The attributes used by this example.
attributes - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The attribute descriptions.
attributes - Variable in class edu.udo.cs.yale.example.RandomDataRowReader
 
attributes - Variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
attributes - Variable in class edu.udo.cs.yale.example.SimpleArrayDataRowReader
 
attributes - Variable in class edu.udo.cs.yale.example.SimpleExampleSet
The list of attributes contained in this example set.
attributes - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
attributes - Variable in class edu.udo.cs.yale.example.test.DataRowTest
 
attributes - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
attributeSet - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
The attribute set with regular and special attributes.
attributeSet - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
attributeSet - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
AttributeSet - Class in edu.udo.cs.yale.tools.att
Set of regular and special attributes that need not necessarily be associated with an ExampleSet.
AttributeSet() - Constructor for class edu.udo.cs.yale.tools.att.AttributeSet
Creates an empty attribute set.
AttributeSet(int) - Constructor for class edu.udo.cs.yale.tools.att.AttributeSet
Creates an empty attribute set.
AttributeSet(AttributeDataSources) - Constructor for class edu.udo.cs.yale.tools.att.AttributeSet
Creates an attribute set from the given collection of AttributeDataSources.
AttributeSet(File, boolean) - Constructor for class edu.udo.cs.yale.tools.att.AttributeSet
Reads an xml attribute description file and creates an attribute set.
AttributeSet(List<Attribute>, Map<String, Attribute>) - Constructor for class edu.udo.cs.yale.tools.att.AttributeSet
 
AttributeSetLoader - Class in edu.udo.cs.yale.operator.io
Loads an attribute set from a file and constructs the desired features.
AttributeSetLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
AttributeSetWriter - Class in edu.udo.cs.yale.operator.io
Writes all attributes of an example set to a file.
AttributeSetWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
attributesPerPeak - Variable in class edu.udo.cs.yale.generator.SinusFactory
Generates this number of peaks in a range of epsilon * frequency.
AttributeStatistics - Class in edu.udo.cs.yale.example
The superclass for all attribute statistics objects.
AttributeStatistics() - Constructor for class edu.udo.cs.yale.example.AttributeStatistics
 
attributeTableModel - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
attributeType - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
attributeTypeMap - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This map contains all information for the attribute types.
attributeTypeMap - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
attributeTypeView - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The view of the attribute types (regular or special).
attributeValue - Variable in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
AttributeValueFilter - Class in edu.udo.cs.yale.example
The condition is fulfilled if an attribute as a value equal to, not equal to, less than, ... a given value.
AttributeValueFilter(Attribute, int, String) - Constructor for class edu.udo.cs.yale.example.AttributeValueFilter
Creates a new AttributeValueFilter.
AttributeValueFilter(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.AttributeValueFilter
Constructs an AttributeValueFilter for a given ExampleSet from a parameter string
AttributeValueMapper - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator takes an ExampleSet as input and maps the values of certain attributes to other values.
AttributeValueMapper(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.AttributeValueMapper
 
attributeVectorX - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
attributeVectorY - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
AttributeWeight - Class in edu.udo.cs.yale.example
Helper class containing the name of an attribute and the corresponding weight.
AttributeWeight(AttributeWeights, String, double) - Constructor for class edu.udo.cs.yale.example.AttributeWeight
Creates a new attribute weight object.
AttributeWeight(AttributeWeight) - Constructor for class edu.udo.cs.yale.example.AttributeWeight
Clone constructor.
AttributeWeightCellEditor - Class in edu.udo.cs.yale.gui.properties
Editor for attribute weights.
AttributeWeightCellEditor(double) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
AttributeWeightedExampleSet - Class in edu.udo.cs.yale.example
An implementation of ExampleSet that allows the weighting of the attributes.
AttributeWeightedExampleSet(AttributeWeightedExampleSet) - Constructor for class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Clone constructor.
AttributeWeightedExampleSet(ExampleSet) - Constructor for class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
AttributeWeightedExampleSet(ExampleSet, AttributeWeights) - Constructor for class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
AttributeWeightedExampleSet(ExampleSet, AttributeWeights, double) - Constructor for class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
attributeWeights - Variable in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Currently used attribute weights.
AttributeWeights - Class in edu.udo.cs.yale.example
AttributeWeights holds the information about the weights of attributes of an example set.
AttributeWeights() - Constructor for class edu.udo.cs.yale.example.AttributeWeights
Creates a new empty attribute weights object.
AttributeWeights(ExampleSet) - Constructor for class edu.udo.cs.yale.example.AttributeWeights
Creates a new attribute weights object containing a weight of 1 for each of the given input attributes.
AttributeWeights(AttributeWeights) - Constructor for class edu.udo.cs.yale.example.AttributeWeights
Clone constructor.
attributeWeights - Variable in class edu.udo.cs.yale.example.Example
The weights of the attributes.
attributeWeights - Variable in class edu.udo.cs.yale.operator.features.Individual
Some search schemes use attribute weights to guide the search point operations.
AttributeWeights.WeightComparator - Class in edu.udo.cs.yale.example
This comparator sorts the names of attributes according to their weights.
AttributeWeights.WeightComparator(AttributeWeights, int, int) - Constructor for class edu.udo.cs.yale.example.AttributeWeights.WeightComparator
Creates a new weight comparator.
AttributeWeightsApplier - Class in edu.udo.cs.yale.operator.features
This operator deselects attributes with a weight value of 0.0.
AttributeWeightsApplier(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
AttributeWeightsCreator - Class in edu.udo.cs.yale.operator.features.weighting
This operator creates a new attribute weights IOObject from a given example set.
AttributeWeightsCreator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.AttributeWeightsCreator
 
AttributeWeightsDialog - Class in edu.udo.cs.yale.gui.properties
This weights dialog is used to show attribute weights created by the experiment, by the user, or were loaded from a file.
AttributeWeightsDialog(AttributeWeights) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
Creates a new dialog for the given feature weights.
AttributeWeightSelection - Class in edu.udo.cs.yale.operator.features.selection
This operator selects all attributes which have a weight fulfilling a given condition.
AttributeWeightSelection(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
AttributeWeightsLoader - Class in edu.udo.cs.yale.operator.io
Reads the weights for all attributes of an example set from a file and creates a new AttributeWeights IOObject.
AttributeWeightsLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
AttributeWeightsTableModel - Class in edu.udo.cs.yale.gui.properties
This table model is used by an AttributeWeightsDialog.
AttributeWeightsTableModel(AttributeWeights) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
AttributeWeightsTableModel.NameComparator - Class in edu.udo.cs.yale.gui.properties
 
AttributeWeightsTableModel.NameComparator(int) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.NameComparator
 
AttributeWeightsTableModel.State - Class in edu.udo.cs.yale.gui.properties
 
AttributeWeightsTableModel.State(int, double) - Constructor for class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
AttributeWeightsWriter - Class in edu.udo.cs.yale.operator.io
Writes the weights of all attributes of an example set to a file.
AttributeWeightsWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
attributeYesNo() - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
atts - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The known attribute values for each example.
auc - Variable in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
The value of the AUC.
autoSetValueType(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
availablePlotters - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
Indicates if the plotter will be available.
Averagable - Class in edu.udo.cs.yale.tools.math
Superclass for all objects which can be averaged.
Averagable() - Constructor for class edu.udo.cs.yale.tools.math.Averagable
 
average - Variable in class edu.udo.cs.yale.example.NumericalAttribute
Average of all attribute values.
average - Variable in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
AVERAGE - Static variable in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
AVERAGE - Static variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
AVERAGE - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
average - Variable in class edu.udo.cs.yale.tools.math.BinaryPeakFinder
The average of the current series.
average() - Method in class edu.udo.cs.yale.tools.math.RunVector
Calculates the mean value of the averagables of the average vectors and returns a average vector of which contain for each averagable the mean value.
AverageBuilder - Class in edu.udo.cs.yale.operator.meta
Collects all average vectors (e.g.
AverageBuilder(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.AverageBuilder
 
averageCount - Variable in class edu.udo.cs.yale.tools.math.Averagable
Counts the number of times, build average was executed.
AverageGenerator - Class in edu.udo.cs.yale.generator
This class has two numerical input attributes and one output attribute.
AverageGenerator() - Constructor for class edu.udo.cs.yale.generator.AverageGenerator
 
AverageLearner - Class in edu.udo.cs.yale.operator.learner.lazy
AverageLearner is very lazy.
AverageLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.lazy.AverageLearner
 
AverageModel - Class in edu.udo.cs.yale.operator.learner.lazy
Average model simply calculates the average of the attributes as prediction.
AverageModel() - Constructor for class edu.udo.cs.yale.operator.learner.lazy.AverageModel
 
AverageModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.lazy.AverageModel
 
averagesList - Variable in class edu.udo.cs.yale.tools.math.AverageVector
 
AverageVector - Class in edu.udo.cs.yale.tools.math
Handles several averagables.
AverageVector() - Constructor for class edu.udo.cs.yale.tools.math.AverageVector
 
avgPerformance - Variable in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
axes - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
axis - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
axis - Variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
The used axes columns.
axis - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 

B

b - Variable in class edu.udo.cs.myKLR.KLR
 
b - Variable in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
The parameter b of the sigmoid kernel.
b - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The hyperplane offset.
b - Variable in class edu.udo.cs.mySVM.Kernel.KernelNeural
 
b - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
b - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
The parameter b of the sigmoid kernel.
b - Variable in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
b_low - Variable in class edu.udo.cs.myKLR.KLR
 
b_up - Variable in class edu.udo.cs.myKLR.KLR
 
BACKGROUND - Variable in class edu.udo.cs.yale.gui.experimenteditor.SimpleChainRenderer
The background color.
BACKGROUND - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
BACKWARD_ELIMINATION - Static variable in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
BackwardElimination - Class in edu.udo.cs.yale.operator.features.selection
This PopulationOperator realises backward elimination, i.e. creates a list of clones of each individual and switches of one attribute in each of the clones.
BackwardElimination() - Constructor for class edu.udo.cs.yale.operator.features.selection.BackwardElimination
 
BackwardWeighting - Class in edu.udo.cs.yale.operator.features.weighting
Uses the backward selection idea for the weighting of features.
BackwardWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.BackwardWeighting
 
Bagging - Class in edu.udo.cs.yale.operator.learner.meta
This Bagging implementation can be used with all learners available in YALE, not only the ones which originally are part of the Weka package.
Bagging(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.Bagging
Constructor.
BaggingModel - Class in edu.udo.cs.yale.operator.learner.meta
The model for the internal Bagging implementation.
BaggingModel() - Constructor for class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
BaggingModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Needed for creation of IOModel (when loading from file).
BaggingModel(Attribute, List<Model>) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
BarPlot2D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 2D bar plots.
BarPlot2D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
BarPlot2D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
BarPlot3D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 3D bar plots.
BarPlot3D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
BarPlot3D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
BARTLETT - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Bartlett.
BasicArithmeticOperationGenerator - Class in edu.udo.cs.yale.generator
This class is a very simple implementation of a FeatureGenerator.
BasicArithmeticOperationGenerator(int) - Constructor for class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
BasicArithmeticOperationGenerator() - Constructor for class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
BasicPlotterCondition - Class in edu.udo.cs.yale.gui.plotter.conditions
This plotter condition accepts all data tables.
BasicPlotterCondition() - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.BasicPlotterCondition
 
basisSet - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
basisVectors - Variable in class edu.udo.cs.myGP.Model
 
BATCH_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute batch.
BATCH_SIZE - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Name of the variable specifying the maximal number of iterations of the learner.
batchNumber - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
BayBoostBaseModelInfo - Class in edu.udo.cs.yale.operator.learner.meta
Stores a base model together with its contingency matrix, which offerers a more convenient access in the context of ensemble classification.
BayBoostBaseModelInfo(Model, ContingencyMatrix) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
BayBoostBoostingIndividual - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Individuals contain the model information and the fitness.
BayBoostBoostingIndividual(BayBoostModel, EvolutionaryBoosting, int) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
BayBoostModel - Class in edu.udo.cs.yale.operator.learner.meta
A model for the Bayesian Boosting algorithm by Martin Scholz.
BayBoostModel() - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
BayBoostModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Needed for creation of IOModel (when loading from file).
BayBoostModel(Attribute, List<BayBoostBaseModelInfo>, double[]) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
BayBoostStream - Class in edu.udo.cs.yale.operator.learner.meta
Assumptions: target label is always boolean goal is to fit a crisp ensemble classifier (use_distribution always off) base classifier weights are always adapted by a single row from first to last no internal bootstrapping
BayBoostStream(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Constructor.
BayBoostStream.BatchFilterCondition - Class in edu.udo.cs.yale.operator.learner.meta
Class that filters an ExampleSet by the value of a special attribute.
BayBoostStream.BatchFilterCondition(Attribute, int) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
BayesianBoosting - Class in edu.udo.cs.yale.operator.learner.meta
This operator trains an ensemble of classifiers for boolean target attributes.
BayesianBoosting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Constructor.
beep(String) - Static method in class edu.udo.cs.yale.gui.ExperimentThread
 
beginGroup(String, PrintWriter) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
beginGroup(String, PrintWriter) - Method in interface edu.udo.cs.yale.doc.OperatorDocGenerator
Generates the header for the group with the given name.
beginnerModeIcon - Variable in class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
best - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
best - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
best - Variable in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
best - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
BEST - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
bestEver - Variable in class edu.udo.cs.yale.operator.features.Population
All generations' best individual.
bestEver - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
All generations' best individual.
bestIndividual - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
bestIsometricsTpValue - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
bestList - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Stores the k-best hypothesis.
bestModel - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
bestN - Variable in class edu.udo.cs.yale.operator.features.KeepBest
 
bestPerformanceEver - Variable in class edu.udo.cs.yale.operator.features.Population
All generations' best performance.
bestPerformanceEver - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
bestRule - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
BestRuleInduction - Class in edu.udo.cs.yale.operator.learner
This operator returns the best rule regarding WRAcc using exhaustive search.
BestRuleInduction(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
BestRuleInduction.RuleWithScoreUpperBound - Class in edu.udo.cs.yale.operator.learner
 
BestRuleInduction.RuleWithScoreUpperBound(ConjunctiveRuleModel, double) - Constructor for class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
bestScore - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
bestScore - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
BestSelection - Class in edu.udo.cs.yale.operator.features.selection
Selects the best individual and build a new population.
BestSelection() - Constructor for class edu.udo.cs.yale.operator.features.selection.BestSelection
 
bestThreshold - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
bestValuesEver - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
bestweight - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
bestweights - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
beta - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
betaInv(double, double, double) - Method in class edu.udo.cs.yale.tools.math.FDistribution
 
bias - Variable in class edu.udo.cs.myRVM.Kernel.KernelPoly
Bias
bias - Variable in class edu.udo.cs.myRVM.Model
 
bias - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
bias - Variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
bias - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
The bias.
BibtexExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can read BibTeX files.
BibtexExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.BibtexExampleSource
 
Bin - Class in edu.udo.cs.yale.gui.plotter
Used to collect values for, e.g., a histogram.
Bin(double, double) - Constructor for class edu.udo.cs.yale.gui.plotter.Bin
 
BinaryAttribute - Class in edu.udo.cs.yale.example
This class holds all information on a single binary attribute.
BinaryAttribute(String) - Constructor for class edu.udo.cs.yale.example.BinaryAttribute
Creates a simple binary attribute which is not part of a series and does not provide a unit string.
BinaryClassificationPerformance - Class in edu.udo.cs.yale.operator.performance
This class encapsulates the well known binary classification criteria precision and recall.
BinaryClassificationPerformance() - Constructor for class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(int) - Constructor for class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(int, int) - Constructor for class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(int, int[][]) - Constructor for class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
For test cases only.
BinaryNumericalGenerator - Class in edu.udo.cs.yale.generator
Objects of this generator class have two numerical input attributes and one output attribute.
BinaryNumericalGenerator() - Constructor for class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
BinaryPeakFinder - Class in edu.udo.cs.yale.tools.math
Generates the amplitude and index point of the highest peaks in the series.
BinaryPeakFinder() - Constructor for class edu.udo.cs.yale.tools.math.BinaryPeakFinder
 
BinaryPeakFinder.Area - Class in edu.udo.cs.yale.tools.math
An area of the series which still should be investigated.
BinaryPeakFinder.Area(int, int) - Constructor for class edu.udo.cs.yale.tools.math.BinaryPeakFinder.Area
 
binList - Variable in class edu.udo.cs.yale.gui.plotter.Bins
 
binNumber - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
BINOMIAL - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
Binomial - Class in edu.udo.cs.yale.operator.learner.igss.utility
The utility function Binomial.
Binomial(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Constructs a new Binomial with the given default probability.
BINOMINAL_ATTRIBUTES - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
BINOMINAL_CLASS - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
Bins - Class in edu.udo.cs.yale.gui.plotter
Bins are a collection of Bins providing some additional information and methods for histogram plotting.
Bins(int, double, double, int) - Constructor for class edu.udo.cs.yale.gui.plotter.Bins
 
Bins(RectangleStyle, double, double, int) - Constructor for class edu.udo.cs.yale.gui.plotter.Bins
 
bitrev(int, double) - Method in class edu.udo.cs.yale.tools.math.FastFourierTransform
Calculates ...
BLACKMAN - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Blackman.
BLACKMAN_HARRIS - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Blackman-Harris.
BLOCK_NO - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
BLOCK_NUMBER_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
BLOCK_TYPE - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
BLOCK_TYPE - Static variable in class edu.udo.cs.yale.tools.Ontology
 
BLOCK_TYPE_NAMES - Static variable in class edu.udo.cs.yale.tools.Ontology
 
BLOCK_TYPE_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
blockNumber - Variable in class edu.udo.cs.yale.example.AbstractAttribute
All attributes belonging to the same block should have a common block number.
blockType - Variable in class edu.udo.cs.yale.example.AbstractAttribute
An int indicating the block type in terms of the Ontology.ATTRIBUTE_BLOCK_TYPE.
BOLTZMANN_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
BOLTZMANN_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a Boltzmann selection scheme.
BoltzmannSelection - Class in edu.udo.cs.yale.operator.features.selection
Like RouletteWheel this population operator selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
BoltzmannSelection(int, double, int, boolean, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.BoltzmannSelection
 
BoltzmannSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Like RouletteWheel this population operator selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
BoltzmannSelection(int, double, int, boolean, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.BoltzmannSelection
 
BOOLEAN - Static variable in class edu.udo.cs.yale.tools.Ontology
 
BooleanArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed up by a boolean array.
BooleanArrayDataRow(boolean[]) - Constructor for class edu.udo.cs.yale.example.BooleanArrayDataRow
Creates a new data row backed by an primitive array.
booleanValue(String, boolean) - Static method in class edu.udo.cs.yale.tools.ParameterService
Returns true if value is "true", "yes", "y" or "on".
booleanValue(String, boolean) - Static method in class edu.udo.cs.yale.tools.Tools
 
boosting - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
BoostingCrossover - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Performs a GA crossover similar for individuals with variable lengths.
BoostingCrossover(int, double) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingCrossover
Creates a new aggregation crossover operator.
BoostingIndividual - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Individuals contain the model information and the fitness.
BoostingIndividual() - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
BoostingMutation - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Performs an aggregation mutation on the boosting individuals.
BoostingMutation() - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingMutation
 
BoostingNonDominatedSortingSelection - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Performs the non-dominated sorting selection from NSGA-II.
BoostingNonDominatedSortingSelection(int) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
Creates a new NSGA-II selection.
BoostingNonDominatedSortingSelection.CriteriaComparator - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Compares the fitness of two Boosting inviduals according to the m-th criterion.
BoostingNonDominatedSortingSelection.CriteriaComparator(int) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection.CriteriaComparator
 
BoostingNonDominatedSortingSelection.CrowdingComparator - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Compare two BoostingIndividuals according to their crowding distance.
BoostingNonDominatedSortingSelection.CrowdingComparator() - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection.CrowdingComparator
 
BoostingPopulationPlotter - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Plots the current generation's Pareto set.
BoostingPopulationPlotter(int) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
BoostingSelection - Interface in edu.udo.cs.yale.operator.learner.meta.eaboost
Should perform a selection on the given population list.
BoostingTournamentSelection - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Performs a tournament selection on the given population list.
BoostingTournamentSelection(int, double) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingTournamentSelection
 
BORDER - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ChainRenderer
 
BORDER - Static variable in class edu.udo.cs.yale.gui.experimenteditor.LeafRenderer
 
BORDER_SELECTED_COLOR - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
BOTTOMK - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
BOTTOMPPERCENT - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
bound - Variable in class edu.udo.cs.yale.operator.generator.GaussianFunction
 
bound - Variable in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
bound - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The maximal radius of the spiral.
BoundDiagram - Class in edu.udo.cs.yale.gui.plotter
A bound diagram used for displaying attribute weights.
BoundDiagram() - Constructor for class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
BoundDiagram(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
bounded - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
BoxPlot2D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 2D box plots.
BoxPlot2D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
BoxPlot2D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
BoxPlot3D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 3D box plots.
BoxPlot3D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
BoxPlot3D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
boxSize - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
breakpoint - Variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
breakpoint - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
breakPoint - Variable in class edu.udo.cs.yale.operator.Operator
Indicates if before / within / after this operator a breakpoint is set.
BREAKPOINT_AFTER - Static variable in interface edu.udo.cs.yale.BreakpointListener
Indicates a breakpoint after the operator.
BREAKPOINT_BEFORE - Static variable in interface edu.udo.cs.yale.BreakpointListener
Indicates a breakpoint before the operator.
BREAKPOINT_POS_NAME - Static variable in interface edu.udo.cs.yale.BreakpointListener
 
BREAKPOINT_WITHIN - Static variable in interface edu.udo.cs.yale.BreakpointListener
Indicates a breakpoint after the operator.
BreakpointListener - Interface in edu.udo.cs.yale
The method BreakpointListener.breakpointReached(Operator, IOContainer, int) is invoked every time a breakpoint is reached during the experiment.
breakpointListeners - Variable in class edu.udo.cs.yale.Experiment
 
breakpointReached(Operator, IOContainer, int) - Method in interface edu.udo.cs.yale.BreakpointListener
This method is invoked every time a breakpoint is reached during the experiment.
breakpointReached(Operator, IOContainer, int) - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
breakpointReached(Operator, IOContainer, int) - Method in class edu.udo.cs.yale.gui.MainFrame
 
breakpointReached(Operator, IOContainer, int) - Method in class edu.udo.cs.yale.Main
 
breakpointThread - Variable in class edu.udo.cs.yale.operator.Operator
The thread which runs this operator.
Browser - Class in edu.udo.cs.yale.gui.dialog
A simple HTML browser which can be used for displaying simple contents, e.g.
Browser() - Constructor for class edu.udo.cs.yale.gui.dialog.Browser
 
BruteForceSelection - Class in edu.udo.cs.yale.operator.features.selection
This feature selection operator selects the best attribute set by trying all possible combinations of attribute selections.
BruteForceSelection(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
 
BUFFER_SIZE - Static variable in class edu.udo.cs.yale.tools.BugReport
 
BugAssistant - Class in edu.udo.cs.yale.gui.dialog
This dialog is shown in cases where a non-user error occured and the user decided to send a bugreport.
BugAssistant(Throwable) - Constructor for class edu.udo.cs.yale.gui.dialog.BugAssistant
 
BugReport - Class in edu.udo.cs.yale.tools
A bug report can be send by the user.
BugReport() - Constructor for class edu.udo.cs.yale.tools.BugReport
 
buildAverage(Averagable) - Method in class edu.udo.cs.yale.tools.math.Averagable
This method builds the makro average of two averagables of the same type.
buildAverages(AverageVector) - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
BuildingBlock - Class in edu.udo.cs.yale.gui.templates
A building block consisting of a name, a short description, and the XML description for the building block.
BuildingBlock(File) - Constructor for class edu.udo.cs.yale.gui.templates.BuildingBlock
 
BuildingBlock(String, String, String, String) - Constructor for class edu.udo.cs.yale.gui.templates.BuildingBlock
 
buildingBlockFile - Variable in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
buildingBlockList - Variable in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
buildingBlockList - Variable in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
buildingBlockMap - Variable in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
BuildingBlockService - Class in edu.udo.cs.yale.tools
This service class can be used to deliver all building blocks, i.e. both predefined and user defined building blocks.
BuildingBlockService() - Constructor for class edu.udo.cs.yale.tools.BuildingBlockService
 
buildPTR() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Build the Pivot-Transform-Reverse matrix PTR.
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.example.AttributeWeight
Builds the sum of weights.
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.Margin
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
buildSingleAverage(Averagable) - Method in class edu.udo.cs.yale.tools.math.Averagable
This method should build the average of this and another averagables of the same type.
button - Variable in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
button - Variable in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
button - Variable in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
buttonGroup - Variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
buttonPressed() - Method in class edu.udo.cs.yale.gui.properties.AttributeFileCellEditor
 
buttonPressed() - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
buttonPressed() - Method in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
buttonPressed() - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
ByteArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by a byte array.
ByteArrayDataRow(byte[]) - Constructor for class edu.udo.cs.yale.example.ByteArrayDataRow
Creates a new data row backed by an primitive array.

C

C - Variable in class edu.udo.cs.myGP.Model
 
C - Variable in class edu.udo.cs.myKLR.KLR
 
c - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
C - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
c - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
The parameter C indicating the weight of errors for regression.
c - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
This parameter indicates the weight of errors.
C45ExampleSource - Class in edu.udo.cs.yale.operator.io
Loads data given in C4.5 format (names and data file).
C45ExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.C45ExampleSource
 
Cache - Class in edu.udo.cs.mySVM.Util
Implements a last recently used cache
Cache() - Constructor for class edu.udo.cs.mySVM.Util.Cache
constructor
Cache(int, int) - Constructor for class edu.udo.cs.mySVM.Util.Cache
constructor + init(size)
cache_MB - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
Size of cache in MB
cache_size - Variable in class edu.udo.cs.mySVM.Util.Cache
number of rows in cache
cached(int) - Method in class edu.udo.cs.mySVM.Util.Cache
is element at this position cached?
cachedImage - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
calc_lambda_eq() - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
calc_lambda_eq() - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
calculate(double[]) - Method in class edu.udo.cs.myRVM.Model
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.CheckerboardClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.ComplicatedFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.ComplicatedFunction2
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.InteractionClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.MultiClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.NonLinearFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.OneThirdClassification
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.OneVariableNonLinearFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.PolynomialClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.PolynomialFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.QuadraticClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.RandomClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.RandomFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SimpleNonLinearClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SimplePolynomialClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SimpleSinusFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SimpleSuperpositionFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SincFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SinusClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SinusFrequencyFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SinusFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SquarePulseFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SumClassificationFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.SumFunction
 
calculate(double[]) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Calculates the target function on arguments.
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
 
calculate(double[]) - Method in class edu.udo.cs.yale.operator.generator.TriangularFunction
 
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Calculates kernel value of vectors x and y
calculate_K(int, int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Calculate K(i,j)
calculate_K(Example, Example) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
 
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelDot
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelNeural
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
Calculates kernel value of vectors x and y.
calculate_K_row(double[], int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
 
calculate_working_set() - Method in class edu.udo.cs.mySVM.SVM.SVM
Calculates the working set
calculateAngles() - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
Calculates the angles.
calculateAngles() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
calculateANOVA() - Method in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
calculateAttributeVectors() - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
Calculate the attribute vectors.
calculateAttributeVectors(int, int, int) - Method in class edu.udo.cs.yale.gui.plotter.GridVizPlotter
 
calculateAttributeVectors() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Calculate the attribute vectors.
calculateAUC(List<double[]>) - Method in class edu.udo.cs.yale.tools.math.ROCDataGenerator
Calculates the area under the curve for a given list of ROC data points.
calculateColumnMapping() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Creates the column mapping.
calculateCumulativeVariance() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
Calculates the cumulative variance.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.DotKernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
Subclasses must implement this method.
calculateDiversity(ExampleSet, LinkedList) - Static method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Calculates the diversity in the predictions of the results for the given example set.
calculateHyperplaneSamples() - Method in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
calculateM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the M-value needed for the GSS algorithm.
calculateM(double, double) - Method in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
Calculates the M-value needed for the GSS algorithm.
calculateQuartile(DataTable, int) - Static method in class edu.udo.cs.yale.gui.plotter.Quartile
 
calculateQuartile(List<Double>) - Static method in class edu.udo.cs.yale.gui.plotter.Quartile
 
calculateQuartile(double, double, List<Double>) - Static method in class edu.udo.cs.yale.gui.plotter.Quartile
 
calculateSamplePoints() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Calculates the sample points in the RadViz.
calculateValue(double) - Method in class edu.udo.cs.yale.generator.AbsoluteValueGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.NormalizationGenerator
 
calculateValue(double, double) - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
Subclasses have to implement this method to calculate the function result.
calculateValue(double) - Method in class edu.udo.cs.yale.generator.SquareRootGenerator
 
calculateValue(double) - Method in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
calculateXiAlpha - Variable in class edu.udo.cs.mySVM.SVM.SVMpattern
 
calculator - Variable in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
canBeRefined() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns true only if this hypothesis can still be refined.
canBeRefined() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns true only if this hypothesis can still be refined.
cancel() - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
cancel() - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
cancel() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
cancel() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
canHandleJitter() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns true if the plotter can handle jitter settings, i.e. a small random pertubation of data point positions.
canHandleJitter() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
canHandleJitter() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
canHandleJitter() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Returns true.
canHandleJitter() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
Returns true.
canHandleZooming() - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
canHandleZooming() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Can handle zooming.
canHandleZooming() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
canHandleZooming() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
cardLayout - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
cardLayout - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
cardLayout - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
caseSensitive - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
caseSize - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
categories - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
categories - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
cd - Variable in class edu.udo.cs.myRVM.Test.SECDTest
 
CEIL - Static variable in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
cellEditors - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
CellEditors - Class in edu.udo.cs.yale.gui.attributeeditor
A generic collection class for cell editors.
CellEditors(int) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.CellEditors
Creates a new cell editor collection.
cellEditors - Variable in class edu.udo.cs.yale.gui.attributeeditor.CellEditors
 
cellRenderers - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
CellRenderers - Class in edu.udo.cs.yale.gui.attributeeditor
A generic collection class for cell renderers.
CellRenderers(int) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
Creates a new cell renderer collection.
cellRenderers - Variable in class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
 
CFSFeatureSetEvaluator - Class in edu.udo.cs.yale.operator.validation
CFS attribute subset evaluator.
CFSFeatureSetEvaluator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.CFSFeatureSetEvaluator
 
ChainRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
Renderer class for operator chains.
ChainRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.ChainRenderer
 
chainRenderer - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
ChangeAttributeName - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator can be used to rename an attribute of the input example set.
ChangeAttributeName(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeName
 
ChangeAttributeType - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator can be used to change the attribute type of an attribute of the input example set.
ChangeAttributeType(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
changeColor(double[][], int, int, double, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
changed - Variable in class edu.udo.cs.yale.gui.MainFrame
 
changeValueType(Attribute, int) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Changes the value type of the given attribute and returns a new attribute with the same properties but the new value type.
check() - Method in class edu.udo.cs.mySVM.SVM.SVM
check internal variables, for debugging only
CHECK_FOR_JDBC_DRIVERS_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
CHECK_FOR_UPDATES_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
checkBuildingBlock(BuildingBlock) - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockMenu
Returns true if the building block does not contain errors and can be properly loaded.
checkCompatibility(Attribute, Attribute, int, String[]) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
 
checkCriterionName(String) - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Returns true if the criterion with the given name should be added to the performance vector.
checkData(Object, int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
checkDependencies(List) - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Checks the Yale version and plugin dependencies.
checkDeprecations() - Method in class edu.udo.cs.yale.operator.Operator
Will count an the number of deprecated operators, i.e. the operators which Operator.getDeprecationInfo() method does not return null.
checkDeprecations() - Method in class edu.udo.cs.yale.operator.OperatorChain
Will count an the number of deprecated operators, i.e. the operators which Operator.getDeprecationInfo() method does not return null.
CheckerboardClassificationFunction - Class in edu.udo.cs.yale.operator.generator
Returns a checkerboard classification function.
CheckerboardClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.CheckerboardClassificationFunction
 
checkExperiment(IOContainer) - Method in class edu.udo.cs.yale.Experiment
Checks for correct number of inner operators, properties, and io.
checkForMaximalFitness - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
checkForUpdates(boolean) - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
CheckForUpdatesThread - Class in edu.udo.cs.yale.gui
This class tries to connect a Yale server and checks if new versions of Yale are available.
CheckForUpdatesThread(MainFrame, boolean) - Constructor for class edu.udo.cs.yale.gui.CheckForUpdatesThread
 
checkIfNameOk() - Method in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
checkIfNameOk() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
checkIO(IOContainer) - Method in class edu.udo.cs.yale.Experiment
 
checkIO(OperatorChain, Class[]) - Method in class edu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class edu.udo.cs.yale.operator.condition.CombinedInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in interface edu.udo.cs.yale.operator.condition.InnerOperatorCondition
Checks if the condition is fulfilled in the given operator chain.
checkIO(OperatorChain, Class[]) - Method in class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class edu.udo.cs.yale.operator.condition.SimpleChainInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
 
checkIO(Class[]) - Method in class edu.udo.cs.yale.operator.Operator
Subclasses will throw an exception if something isn't ok.
checkIO(Class[]) - Method in class edu.udo.cs.yale.operator.OperatorChain
This method checks if inner operators can handle their input and deliver the necessary output.
checkIOObjects(Class[]) - Static method in class edu.udo.cs.yale.tools.OperatorService
This method is only necessary since the operators deliver Class arrays (which cannot be instantiated with Generics) and can be removed after this was changed to collections.
checkIOObjects(Collection<Class<IOObject>>) - Static method in class edu.udo.cs.yale.tools.OperatorService
Checks if the given classes are already registered and adds them if not.
checkLearnerCapabilities(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Checks if this learner can be used for the given example set, i.e. if it has sufficient capabilities.
checkLearnerCapabilities(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Checks if this learner can be used for the given example set, i.e. if it has sufficient capabilities.
checkNumberOfInnerOperators() - Method in class edu.udo.cs.yale.Experiment
 
checkNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Checks if the number of inner operators lies between MinInnerOps and MaxInnerOps.
checkOutput(IOContainer) - Method in class edu.udo.cs.yale.test.ExampleSetSampleTest
 
checkOutput(IOContainer) - Method in class edu.udo.cs.yale.test.IOObjectSampleTest
 
checkOutput(IOContainer) - Method in class edu.udo.cs.yale.test.PerformanceSampleTest
 
checkOutput(IOContainer) - Method in class edu.udo.cs.yale.test.SampleTest
 
checkOutput(IOContainer) - Method in class edu.udo.cs.yale.test.SimpleSampleTest
 
checkProperties() - Method in class edu.udo.cs.yale.Experiment
 
checkProperties() - Method in class edu.udo.cs.yale.operator.Operator
Will count an error if a non optional property has no default value and is not defined by user.
checkProperties() - Method in class edu.udo.cs.yale.operator.OperatorChain
Will throw an exception if a non optional property has no default value and is not defined by user.
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
For single parameters the value is a String and must be converted to an Integer, Double, Boolean or String.
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
checkValue(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
 
CHI_SQUARE - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
children - Variable in class edu.udo.cs.yale.tools.GroupTree
The subgroups of this group.
chooseFile(Component, File, boolean, String, String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Opens a file chooser with a reasonable start directory.
chooseFile(Component, File, boolean, boolean, String, String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Opens a file chooser with a reasonable start directory.
chooseFile(Component, File, boolean, boolean, String[], String[]) - Static method in class edu.udo.cs.yale.gui.SwingTools
Returns the user selected file.
chooseFile(Component, File, boolean, boolean, FileFilter[]) - Static method in class edu.udo.cs.yale.gui.SwingTools
Opens a file chooser with a reasonable start directory. onlyDirs indidcates if only files or only can be selected.
CiteTaglet - Class in edu.udo.cs.yale.doc
A taglet with name "@yale.cite" can be used in the Javadoc comments of an operator to produce a reference to literature.
CiteTaglet() - Constructor for class edu.udo.cs.yale.doc.CiteTaglet
 
classDistributions - Variable in class edu.udo.cs.yale.operator.learner.DistributionModel
 
classForName(String) - Static method in class edu.udo.cs.yale.tools.Tools
 
CLASSIFICATION - Static variable in class edu.udo.cs.yale.tools.Ontology
 
ClassificationByRegression - Class in edu.udo.cs.yale.operator.learner.meta
For a classified dataset (with possibly more than two classes) builds a classifier using a regression method which is specified by the inner operator.
ClassificationByRegression(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.ClassificationByRegression
 
ClassificationCriterionTest - Class in edu.udo.cs.yale.operator.performance.test
Tests classification criteria.
ClassificationCriterionTest() - Constructor for class edu.udo.cs.yale.operator.performance.test.ClassificationCriterionTest
 
ClassificationFunction - Class in edu.udo.cs.yale.operator.generator
A target function for classification labels, i.e. non-continous nominal labels.
ClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
ClassificationOptimizationFunction - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
This function must be maximized for the search for an optimal hyperplane for classification.
ClassificationOptimizationFunction() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.ClassificationOptimizationFunction
 
ClassificationProblem - Class in edu.udo.cs.myRVM
Models a Classification-Problem.
ClassificationProblem(double[][], int[], KernelBasisFunction[]) - Constructor for class edu.udo.cs.myRVM.ClassificationProblem
 
classifier - Variable in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
The used weka classifier.
classIndex - Variable in class edu.udo.cs.yale.example.StratifiedPartitionBuilder.ExampleIndex
 
classLabel - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
classLoader - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The class loader based on the plugin file.
classnameMap - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Maps criteria names to classes.
classNames - Variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
The class names of the label.
classNameWOPackage(Class) - Static method in class edu.udo.cs.yale.tools.Tools
Returns the class name of the given class without the package information.
classProbabilities - Variable in class edu.udo.cs.yale.operator.learner.DistributionModel
 
clazz - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
clean_cache() - Method in class edu.udo.cs.mySVM.Util.Cache
cleans the cache
cleanUpSpecialAttributes(ExampleSet, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Removes the provided special labels from the exampleSet and exampleTable.
clear() - Method in class edu.udo.cs.mySVM.Util.Heap
 
clear() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
clear() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
clear() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
clear() - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
clear() - Method in class edu.udo.cs.yale.gui.MessageViewer
 
clear() - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
clear() - Method in class edu.udo.cs.yale.MacroHandler
 
clear() - Method in class edu.udo.cs.yale.operator.features.Population
Removes all individuals.
clear() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Removes all individuals.
CLEAR_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
CLEAR_MESSAGE_VIEWER_ACTION - Variable in class edu.udo.cs.yale.gui.MessageViewer
 
clearAlphas() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
clearConstructionDescription() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Clears the construction description.
clearConstructionDescription() - Method in interface edu.udo.cs.yale.example.Attribute
Clears the construction description.
clearData() - Method in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
clearDataTables() - Method in class edu.udo.cs.yale.Experiment
Removes all data tables before running a new experiment.
clearErrorList() - Method in class edu.udo.cs.yale.operator.Operator
Clears the list of errors.
clearErrorList() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
clearGroups() - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
clearMacros() - Method in class edu.udo.cs.yale.Experiment
 
clearMaps() - Method in interface edu.udo.cs.yale.example.Attribute
Clears all mappings for nominal values.
clearMaps() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Clears all mappings for nominal values.
clearMaps() - Method in class edu.udo.cs.yale.example.NominalAttribute
Clears all mappings for nominal values.
clearMaps() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
clearPlotColumns() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Disables all plotting but does not invoke repaint.
clearPredictedLabel() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
clearPredictedLabel() - Method in interface edu.udo.cs.yale.example.ExampleSet
Removes the predicted label.
clearSelection() - Method in class edu.udo.cs.yale.example.Partition
Clears the selection, i.e. deselects all subsets.
clearSelection() - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Clears the current selection
clearSpecialText() - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
clearStepCounter() - Method in class edu.udo.cs.yale.operator.OperatorChain
Necessary to call at the begin of an overloaded apply(IOContainer).
clearUserData() - Method in interface edu.udo.cs.yale.example.ExampleSet
Clears all user data.
clearUserData() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
clearUserData() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
clearWeight() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
clearWeight() - Method in interface edu.udo.cs.yale.example.ExampleSet
Removes the weight attribute.
CLIP - Static variable in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
clipBoard - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The current clip board, i.e. the selected operator before cut or copy was applied.
CLIPBOARD_FILLED - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
CLIPBOARD_MODE_COPY - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Indicates the the current clip board is used for copying.
CLIPBOARD_MODE_CUT - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Indicates the the current clip board is used for cutting.
CLIPBOARD_MODE_EMPTY - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Indicates the the current clip board is empty.
clipBoardMode - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The current clip board mode.
clock - Variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
clone() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Explicite method definition is necessary to make clone method public.
clone() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Clones the example set by invoking a single argument clone constructor.
clone() - Method in interface edu.udo.cs.yale.example.Attribute
Clones this attribute.
clone() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns a deep clone of the attribute weights which provides the same sequence of attribute names.
clone() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Clones this attribute.
clone() - Method in interface edu.udo.cs.yale.example.ExampleSet
Clones the example set.
clone() - Method in class edu.udo.cs.yale.example.NominalAttribute
Clones this attribute.
clone() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Clones this attribute.
clone() - Method in class edu.udo.cs.yale.example.Partition
 
clone() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Clone method.
clone() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Clones the rule with covered and positive weight.
clone() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
clone() - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Performs a deep clone on this parameters object.
clone() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
clone() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns a (deep) clone of this averagable.
clone() - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
clone() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.example.AttributeWeight
Sets the field of this object to the values of the given object.
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.Margin
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
cloneAveragable(Averagable) - Method in class edu.udo.cs.yale.tools.math.Averagable
Must be implemented by subclasses such that it copies all values of other to this.
cloneOperator(String) - Method in class edu.udo.cs.yale.operator.Operator
Performs a deep clone on the most parts of this operator.
cloneOperator(String) - Method in class edu.udo.cs.yale.operator.OperatorChain
Performs a deep clone of this operator chain.
cloneTest(String, PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.performance.test.CriterionTestCase
 
close() - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
close() - Method in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
close() - Method in class edu.udo.cs.yale.gui.dialog.Tutorial
 
close() - Method in class edu.udo.cs.yale.gui.MainFrame
 
close() - Method in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
close() - Method in class edu.udo.cs.yale.tools.log.StreamMultiplier
Closes all writers.
close() - Static method in class edu.udo.cs.yale.tools.LogService
Closes the stream.
close() - Method in class edu.udo.cs.yale.tools.OutputStreamMultiplier
 
close() - Static method in class edu.udo.cs.yale.tools.ResultService
Closes the stream.
close() - Method in class edu.udo.cs.yale.tools.WriterMultiplier
Closes all writers.
closeDialog() - Method in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
Cluster - Class in edu.udo.cs.yale.operator.generator
Helper class for clusters information.
Cluster(double[], double[], double, int) - Constructor for class edu.udo.cs.yale.operator.generator.Cluster
 
CLUSTER - Static variable in class edu.udo.cs.yale.tools.Ontology
 
CLUSTER_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute cluster.
CLUSTER_PER_DIMENSION - Static variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The number of gaussians per dimension.
CLUSTERING - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
clusters - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The list of clusters.
Cneg - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
code - Variable in exception edu.udo.cs.yale.NoOpUserError
 
code - Variable in exception edu.udo.cs.yale.operator.UserError
 
COLLAPSE_ALL_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
collapseAll() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Collapses the complete tree.
color - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
color - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves.LinePlot
 
color - Variable in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
color - Variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
 
color - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
color - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
color - Variable in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
color - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter.SurveyRow
 
color2String(Color) - Static method in class edu.udo.cs.yale.operator.parameter.ParameterTypeColor
 
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The column which should be used to colorize the data points.
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
colorColumn - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
ColorHistogramMatrixPlotter - Class in edu.udo.cs.yale.gui.plotter
A color histogram matrix plotter which uses the ColorHistogramPlotter for each of the plots.
ColorHistogramMatrixPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
ColorHistogramMatrixPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
ColorHistogramPlotter - Class in edu.udo.cs.yale.gui.plotter
This plotter can be used to create 2D histogram plots for a single column colorized by another column.
ColorHistogramPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
ColorHistogramPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
colorIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
colorIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
colorIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
colorIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
colorizer - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
colorMatrix - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
ColorPlotterPoint - Class in edu.udo.cs.yale.gui.plotter
A color plotter point which can be used to identify a point in a two-dimensional space with an id and a specific color.
ColorPlotterPoint(ScatterPlotter, String, double, double, double) - Constructor for class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
ColorQuartileMatrixPlotter - Class in edu.udo.cs.yale.gui.plotter
A quartil matrix plotter which uses the ColorQuartilePlotter for each of the plots.
ColorQuartileMatrixPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
ColorQuartileMatrixPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
ColorQuartilePlotter - Class in edu.udo.cs.yale.gui.plotter
This plotter can be used to create colorized quartile plots for one of the columns.
ColorQuartilePlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
ColorQuartilePlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
colors - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMFireColorizer
 
colors - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMLandscapeColorizer
 
colorSelection - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
ColorValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Cell editor consisting of a colored button which opens a color chooser as action.
ColorValueCellEditor(ParameterTypeColor) - Constructor for class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
colSums - Variable in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
column - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
COLUMN_MAPPING_TYPES - Static variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Indicates which type of column mapping should be used.
COLUMN_MAPPING_TYPES - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Indicates which type of column mapping should be used.
COLUMN_NAMES - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
COLUMN_NR - Static variable in class edu.udo.cs.yale.example.FileDataRowReader
 
COLUMN_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
COLUMN_TOOL_TIPS - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
COLUMN_WIDTH - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
columnAdded(TableColumnModelEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
columnCounter - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The label for the maximum column counter.
columnIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
columnIndex - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
columnMapping - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Maps the axes to the data table columns.
columnMappingSelection - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Selection of column mapping.
columnMappingSelection - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Selection of column mapping.
columnMappingType - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
The currently selected type of column mapping.
columnMappingType - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The currently selected type of column mapping.
columnName - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The name for the columns.
columnNames - Variable in class edu.udo.cs.yale.example.CorrelationMatrix
 
columnNames - Variable in class edu.udo.cs.yale.gui.properties.PropertyTable
 
columns - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
columns - Variable in class edu.udo.cs.yale.example.MemoryExampleTable
Number of columns.
columns - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
columns - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
Indicates which columns will be plotted.
columns - Variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
Indicates which columns will be plotted.
columns - Variable in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
columns - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
columnSeparatorTextField - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The text field with the column separator.
ColumnsPlotterCondition - Class in edu.udo.cs.yale.gui.plotter.conditions
This condition accepts data tables with a number of columns in the specified range (including the boundaries).
ColumnsPlotterCondition(int) - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
ColumnsPlotterCondition(int, int) - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
combinationMethod - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
CombinedInnerOperatorCondition - Class in edu.udo.cs.yale.operator.condition
This condition is a container for other (simple) inner operator conditions.
CombinedInnerOperatorCondition() - Constructor for class edu.udo.cs.yale.operator.condition.CombinedInnerOperatorCondition
 
CombinedPlotterCondition - Class in edu.udo.cs.yale.gui.plotter.conditions
This condition accepts data tables which fulfills all child conditions.
CombinedPlotterCondition() - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.CombinedPlotterCondition
 
commaButton - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates that the columns are separated by a comma.
command - Variable in class edu.udo.cs.yale.example.ExampleFormatter.SimpleCommand
 
commandCodeCounter - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
CommandLineOperator - Class in edu.udo.cs.yale.operator
This operator executes a system command.
CommandLineOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.CommandLineOperator
 
commentCharField - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The text field defining the comment characters.
commentChars - Variable in class edu.udo.cs.yale.example.YaleLineReader
The possible character for comment lines.
CommentStripper - Class in edu.udo.cs.yale.doc
Delivers the class comments of the Javadoc comments of an operator class.
CommentStripper(File) - Constructor for class edu.udo.cs.yale.doc.CommentStripper
 
commit() - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Makes all changes to the database permanent.
communicateToHighscore(ConjunctiveRuleModel, double[]) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Adds a rule to the set of best rules if its score is high enough.
comparator - Variable in class edu.udo.cs.yale.operator.performance.PerformanceVector
Used to compare two average vectors.
comparatorWeightType - Variable in class edu.udo.cs.yale.example.AttributeWeights.WeightComparator
Indicates if absolute weights should be used for sorting.
compare(String, String) - Method in class edu.udo.cs.yale.example.AttributeWeights.WeightComparator
Creates two attribute weights.
compare(String, String) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.NameComparator
 
compare(AggregationIndividual, AggregationIndividual) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection.CriteriaComparator
 
compare(AggregationIndividual, AggregationIndividual) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection.CrowdingComparator
 
compare(Individual, Individual) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection.CriteriaComparator
 
compare(Individual, Individual) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection.CrowdingComparator
 
compare(BoostingIndividual, BoostingIndividual) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection.CriteriaComparator
 
compare(BoostingIndividual, BoostingIndividual) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection.CrowdingComparator
 
compare(PerformanceVector, PerformanceVector) - Method in interface edu.udo.cs.yale.operator.performance.PerformanceComparator
Returns a negative value iff pv2 is better than pv1.
compare(PerformanceVector, PerformanceVector) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector.DefaultComparator
 
compare(Individual, Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection.CriteriaComparator
 
compare(Individual, Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection.CrowdingComparator
 
compareTo(Object) - Method in class edu.udo.cs.myGP.Regression.Score
 
compareTo(Averagable) - Method in class edu.udo.cs.yale.example.AttributeWeight
Compares the weight of this object with the weight of another AttributeWeight object.
compareTo(Object) - Method in class edu.udo.cs.yale.example.AttributeWeights
Since this average vector cannot be compared this method always returns 0.
compareTo(StratifiedPartitionBuilder.ExampleIndex) - Method in class edu.udo.cs.yale.example.StratifiedPartitionBuilder.ExampleIndex
 
compareTo(AttributePeak) - Method in class edu.udo.cs.yale.generator.AttributePeak
 
compareTo(Object) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
compareTo(SurveyPlotter.SurveyRow) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter.SurveyRow
 
compareTo(BuildingBlock) - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
compareTo(SaveAsTemplateDialog.OperatorParameterPair) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.OperatorParameterPair
 
compareTo(Object) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
compareTo(Object) - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
compareTo(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
ParameterTypes are compared by key.
compareTo(Averagable) - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
The semantics of this method follow the specification in the interface java.lang.Comparable in the following way: Two objects of this class are equal if their getFitness() values are equal.
compareTo(Object) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Returns a negative value iff o is better than this performance vector
compareTo(FrequencyDiscretizerExample) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
compareTo(Object) - Method in class edu.udo.cs.yale.tools.math.Complex
 
compareTo(Peak) - Method in class edu.udo.cs.yale.tools.math.Peak
 
compareTo(Object) - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
compareWeight - Variable in class edu.udo.cs.yale.operator.features.weighting.SimpleWeighting
If a weight is equal to this compare weight, all weights are used for building a new individual.
COMPARISON_TYPES - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
COMPARISONS - Static variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
comparisonType - Variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
compatible(Attribute) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if value and block types of this attribute are subtypes of value and block type of a.
compatible(Attribute) - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if value and block types of this attribute are subtypes of value and block type of a.
compatibleUnit(Attribute) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if the units are equal.
compatibleUnit(Attribute) - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if the units are equal.
compile(String, ExampleSet) - Static method in class edu.udo.cs.yale.example.ExampleFormatter
Factory method that compiles a format string and creates an instance of ExampleFormatter.
compile(String, ExampleSet, List<ExampleFormatter.FormatCommand>) - Static method in class edu.udo.cs.yale.example.ExampleFormatter
Adds all commands to the commandList.
CompleteFeatureGenerationOperator - Class in edu.udo.cs.yale.operator.features.construction
This operator applies a set of functions on all features of the input example set.
CompleteFeatureGenerationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
completeRefresh() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
This method fires a tree structure changed event for the root operator and causes the complete expension of the tree.
Complex - Class in edu.udo.cs.yale.tools.math
A class for complex numbers which consists of a real and an imaginary part.
Complex(double, double) - Constructor for class edu.udo.cs.yale.tools.math.Complex
 
ComplicatedFunction - Class in edu.udo.cs.yale.operator.generator
The label is att1*att1*att2 - att1*att2 + max(att1,att2) - exp(att3).
ComplicatedFunction() - Constructor for class edu.udo.cs.yale.operator.generator.ComplicatedFunction
 
ComplicatedFunction2 - Class in edu.udo.cs.yale.operator.generator
The label is att1*att1*att1 + att2*att2 + att1*att2 + att1/att2 - 1.0d/(att3*att3).
ComplicatedFunction2() - Constructor for class edu.udo.cs.yale.operator.generator.ComplicatedFunction2
 
component - Variable in class edu.udo.cs.yale.gui.ComponentPrinter
 
ComponentPrinter - Class in edu.udo.cs.yale.gui
A Printable that can print an arbitrary component.
ComponentPrinter(Component) - Constructor for class edu.udo.cs.yale.gui.ComponentPrinter
The given component should be printed.
ComponentWeights - Class in edu.udo.cs.yale.operator.features.weighting
For models creating components like PCA, GHA and FastICA you can create the AttributeWeights for a component.
ComponentWeights(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
ComponentWeightsCreatable - Interface in edu.udo.cs.yale.operator.features.transformation
This is an interface for models holding several components for feature transformation.
compressed - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
computeParameters(ExampleSet, Attribute) - Static method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
Implementation of Platt' scaling algorithm as found in [Platt, 1999].
computePriors(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
Condition - Interface in edu.udo.cs.yale.example
Objects implementing this interface are used by ConditionExampleReaders, a special sub class of ExampleReader that skips all examples that do not fulfill this condition.
condition - Variable in class edu.udo.cs.yale.example.ConditionedExampleSet
 
condition - Variable in class edu.udo.cs.yale.example.ConditionExampleReader
The used condition.
ConditionalAction - Class in edu.udo.cs.yale.gui
An action that must be enabled/disabled depending on certain conditions.
ConditionalAction(String) - Constructor for class edu.udo.cs.yale.gui.ConditionalAction
 
ConditionalAction(String, Icon) - Constructor for class edu.udo.cs.yale.gui.ConditionalAction
 
ConditionCreationException - Exception in edu.udo.cs.yale.example
Exception class whose instances are thrown during the creation of conditions.
ConditionCreationException(String) - Constructor for exception edu.udo.cs.yale.example.ConditionCreationException
 
ConditionedExampleSet - Class in edu.udo.cs.yale.example
Hides Examples that do not fulfill a given Condition.
ConditionedExampleSet(ExampleSet, Condition) - Constructor for class edu.udo.cs.yale.example.ConditionedExampleSet
Creates a new example which used only examples fulfilling the given condition.
ConditionedExampleSet(ConditionedExampleSet) - Constructor for class edu.udo.cs.yale.example.ConditionedExampleSet
Clone constructor.
ConditionExampleReader - Class in edu.udo.cs.yale.example
This ExampleReader skips all examples that do not fulfil a specified Condition.
ConditionExampleReader(Iterator<Example>, Condition) - Constructor for class edu.udo.cs.yale.example.ConditionExampleReader
Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.AcceptAllCondition
Returns true.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.AttributeValueFilter
Returns true if the condition is fulfilled for the given example.
conditionOk(Example) - Method in interface edu.udo.cs.yale.example.Condition
Should return true if the given example does fulfill this condition.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.CorrectPredictionCondition
Returns true if the example is correctly predicted.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.MissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.MissingLabelsCondition
Returns true if the label was not defined.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.NoMissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.NoMissingLabelsCondition
Returns true if the label was defined.
conditionOk(Example) - Method in class edu.udo.cs.yale.example.WrongPredictionCondition
Returns true if the example wrongly classified.
conditionOk(Example) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
conditions - Variable in class edu.udo.cs.yale.gui.ConditionalAction
 
conditions - Variable in class edu.udo.cs.yale.gui.plotter.conditions.CombinedPlotterCondition
 
conditions - Variable in class edu.udo.cs.yale.operator.condition.CombinedInnerOperatorCondition
 
conf(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall.
conf(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall for a specific hypothesis.
conf(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule
conf(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions.
conf(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall for a specific rule for instance averaging functions.
conf(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Calculate confidence intervall for a specific rule.
confidence - Variable in class edu.udo.cs.yale.operator.learner.igss.Result
The size of the confidence intervall of this result's hypothesis
confidence - Variable in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
CONFIDENCE_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the confidence special attributes.
confidenceIntervall(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double) - Method in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
Calculates the the confidence intervall for a specific hypothesis.
confidences - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
The confidence values for all predictions.
confidences - Variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
The confidence values for all predictions.
configFile - Variable in class edu.udo.cs.yale.gui.templates.Template
 
ConfigurationListener - Interface in edu.udo.cs.yale.gui.wizards
Classes implementing this interface should be able to listen to parameter changes indicated by a given XML string.
ConfigurationWizardCreator - Interface in edu.udo.cs.yale.gui.wizards
This interface must be implemented by all classes which are able to create a Wizard dialog for a given ConfigurationListener.
ConfigurationWizardValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Cell editor consisting of a simple button which opens a configuration wizard for the corresponding operator.
ConfigurationWizardValueCellEditor(ParameterTypeConfiguration) - Constructor for class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
confSmallM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the confidence intervall for small numbers of examples.
confSmallM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions and small m.
confSmallM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule for small m.
ConjunctiveRuleModel - Class in edu.udo.cs.yale.operator.learner
Each object of this class represents a conjunctive rule with boolean target and nominal attributes.
ConjunctiveRuleModel(Attribute, int) - Constructor for class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(Attribute, int, int, int) - Constructor for class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(ConjunctiveRuleModel, int) - Constructor for class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Constructor to clone a rule, but to change the head (prediction)
ConjunctiveRuleModel(ConjunctiveRuleModel, Attribute, double) - Constructor for class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel.Literal - Class in edu.udo.cs.yale.operator.learner
Helper class for maintaining attribute-value tests.
ConjunctiveRuleModel.Literal(Attribute, double) - Constructor for class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 
connect() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
connect(String, String, boolean) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Establishes a connection to the database.
connect(String, Properties) - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
ConsistencyFeatureSetEvaluator - Class in edu.udo.cs.yale.operator.validation
Consistency attribute subset evaluator.
ConsistencyFeatureSetEvaluator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.ConsistencyFeatureSetEvaluator
 
ConsoleInputHandler - Class in edu.udo.cs.yale
Reads input from console, e.g. a password in case of database reading.
ConsoleInputHandler() - Constructor for class edu.udo.cs.yale.ConsoleInputHandler
 
constant - Variable in class edu.udo.cs.yale.generator.ConstantGenerator
 
CONSTANT - Static variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
ConstantGeneration - Class in edu.udo.cs.yale.operator.features.construction
This PopulationOperator generates new random constant attributes in an individual's example table.
ConstantGeneration(double, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.ConstantGeneration
Creates a new constant generator.
ConstantGenerator - Class in edu.udo.cs.yale.generator
Generates a constant attribute.
ConstantGenerator() - Constructor for class edu.udo.cs.yale.generator.ConstantGenerator
 
ConstantGenerator(double) - Constructor for class edu.udo.cs.yale.generator.ConstantGenerator
 
constantString - Variable in class edu.udo.cs.yale.generator.ConstantGenerator
 
CONSTRUCTION_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
ConstructiveRegression - Class in edu.udo.cs.myRVM
Constructive RVM for regression problems (see bla).
ConstructiveRegression(RegressionProblem, Parameter) - Constructor for class edu.udo.cs.myRVM.ConstructiveRegression
Constructor
ContainerModel - Class in edu.udo.cs.yale.operator
This model is a container for all models which should be applied in a sequence.
ContainerModel() - Constructor for class edu.udo.cs.yale.operator.ContainerModel
 
ContainerModelViewer - Class in edu.udo.cs.yale.gui
Can be used to display the models of a ContainerModel.
ContainerModelViewer(ContainerModel, IOContainer) - Constructor for class edu.udo.cs.yale.gui.ContainerModelViewer
 
contains(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
contains(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns true if this example set contains the given attribute.
contains(double) - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
contains(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
contains(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
contains(double, double) - Method in class edu.udo.cs.yale.operator.generator.Dot
 
contains(Class<? extends IOObject>) - Method in class edu.udo.cs.yale.operator.IOContainer
Returns true if this IOContainer containts an IOObject of the desired class.
containsAttribute(List<Attribute>, Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
Returns true if the list already contains an attribute with the given name.
containsClass(Class<?>[], Class<?>) - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
containsClass(Class<?>, Class<?>[]) - Static method in class edu.udo.cs.yale.operator.IODescription
Returns true if oc contains a class which is a superclass of c.
containsClass(Class<?>[], Class<?>) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns true if the given class array contains the given class itself or a subclass.
containsMissingValues() - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
containsMissingValues() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns true if this data table contains missing values.
containsNAN(Example) - Method in class edu.udo.cs.yale.example.SkipNANExampleReader
 
containsValueType(int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
containsValueType(int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns true if this example set contains an attribute with the given value type (see Ontology).
ContingencyMatrix - Class in edu.udo.cs.yale.operator.learner.meta
This class computes the contingency matrix of classifiers, supports weighted example sets and contains some convenience methods to query for some evaluation metrics that can directly be computed from this matrix.
ContingencyMatrix(double[][]) - Constructor for class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
The contigency matrix in the format [true label][predicted label]
CONTINUOUS - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
CONV_TO_CRISP - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
convergence() - Method in class edu.udo.cs.mySVM.SVM.SVM
Checks if the optimization converged
convergence_epsilon - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
convertClass2ParameterName(Class) - Static method in class edu.udo.cs.yale.operator.InputDescription
Converts the class name into a parameter name following Yale conventions (lower case, underscores for empty spaces).
convertFrequency(double, int, int) - Static method in class edu.udo.cs.yale.tools.math.FastFourierTransform
Normalizes the frequency to the correct value.
convertListToDoubleArray(List) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Take a list holding "Double"-objects and return an "double[]"
convertSet2Strings(Collection) - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
convertToList(IOContainer) - Static method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
coordinates - Variable in class edu.udo.cs.yale.operator.generator.Cluster
 
coordinatesLabel - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The label which shows the coordinates in data space.
copy() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
copy() - Method in class edu.udo.cs.yale.operator.AbstractIOObject
Returns not a copy but the very same object.
copy() - Method in class edu.udo.cs.yale.operator.IOContainer
 
copy() - Method in interface edu.udo.cs.yale.operator.IOObject
Should return a copy of this IOObject.
copy(Parameters) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Copies the values and types of the given Parameters object into this one.
COPY_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
copyProperties(Attribute) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Copies all properties from the given attribute.
copyProperties(Attribute) - Method in interface edu.udo.cs.yale.example.Attribute
Copies all properties from the given attribute.
copyProperties(Attribute) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Copies all properties from the given attribute.
copyProperties(Attribute) - Method in class edu.udo.cs.yale.example.NominalAttribute
Copies all properties from the given attribute.
copyProperties(Attribute) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Copies all properties from the given attribute.
copySpecialAttributesTo(Example) - Method in class edu.udo.cs.yale.example.Example
Copies the values of the special attributes of this example into the given example.
CorpusBasedFeatureWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator uses a corpus of examples to characterize a single class by setting feature weights.
CorpusBasedFeatureWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
CorrectPredictionCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to accept all examples which are correctly predicted.
CorrectPredictionCondition() - Constructor for class edu.udo.cs.yale.example.CorrectPredictionCondition
Creates a new condition.
CorrectPredictionCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.CorrectPredictionCondition
Throws an exception since this condition does not support parameter string.
CorrelationCriterion - Class in edu.udo.cs.yale.operator.performance
Computes the empirical corelation coefficient 'r' between label and prediction.
CorrelationCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
CorrelationMatrix - Class in edu.udo.cs.yale.example
A simple correlation matrix for a set of value columns.
CorrelationMatrix(String[]) - Constructor for class edu.udo.cs.yale.example.CorrelationMatrix
 
CorrelationMatrix(ExampleSet) - Constructor for class edu.udo.cs.yale.example.CorrelationMatrix
 
CorrelationMatrixOperator - Class in edu.udo.cs.yale.operator.features.weighting
This operator calculates the correlation matrix between all attributes of the input example set.
CorrelationMatrixOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
 
COSINUS - Static variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
COSTS_NEG - Static variable in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
COSTS_POS - Static variable in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
count(ExampleSet, PerformanceVector) - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
Creates a new performance vector if the given one is null.
count - Variable in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
count_examples() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Counts the training examples.
count_pos_examples() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Counts the positive training examples
countColumns() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
countData() - Method in interface edu.udo.cs.yale.tools.math.som.KohonenTrainingsData
 
countData() - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
counter - Variable in class edu.udo.cs.mySVM.Util.Cache
time index for last access
counter - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
COUNTER - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
counter - Variable in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Number of inserted elements.
counter - Variable in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Number of inserted elements.
counter - Variable in class edu.udo.cs.yale.example.RandomDataRowReader
 
counter - Variable in class edu.udo.cs.yale.gui.plotter.Bin
 
counter - Variable in class edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
 
counter - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
counter - Variable in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
A counter for average building.
counter - Variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
true label, predicted label.
counter - Variable in class edu.udo.cs.yale.operator.performance.Margin
A counter for average building.
counter - Variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
A counter for average building.
counter - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
counter - Variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
The counter for true labels and the prediction.
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.AbsoluteError
 
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
Does nothing.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
Updates all sums needed to compute the correlation coefficient.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.Margin
Does nothing.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.MeasuredPerformance
Counts a single example, e.g. by summing up errors.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
Counts a single example by invoking the delegates method.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Increases the prediction value in the matrix.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
Calculates the error for the current example.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.RelativeError
 
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.RootMeanSquaredError
Calculates the error for the current example.
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
Calculates the error for the current example.
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.SimpleAccuracy
 
countExample(Example) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
Invokes countExample(double, double) and counts the deviation.
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
Subclasses must count the example and return the value to sum up.
countExample(double) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
countExample(double, double) - Method in class edu.udo.cs.yale.operator.performance.SquaredError
Calculates the error for the current example.
countRecords(ResultSet) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Counts the number of records in the given result set.
countStep() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
countStep() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
covarianz - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
Coverage - Class in edu.udo.cs.yale.operator.learner.igss.utility
The instance-averaging utility function Coverage.
Coverage(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.Coverage
Constructs a new Coverage with the given default probability.
coveredWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Stores the total weight of all examples covered by this hypothesis.
covMatrix - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
Cpos - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
create(int) - Method in class edu.udo.cs.yale.example.DataRowFactory
Creates a new DataRow with the given initial capacity.
create(String[], Attribute[]) - Method in class edu.udo.cs.yale.example.DataRowFactory
Creates a data row from an array of Strings.
create(Object[], Attribute[]) - Method in class edu.udo.cs.yale.example.DataRowFactory
Creates a data row from an Object array.
create(String, Throwable) - Static method in class edu.udo.cs.yale.gui.dialog.ErrorDialog
Creates a dialog showing information about the given error.
createAboutBox(Frame) - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Creates the about box for this plugin.
createAllHypothesis - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Create h->Y+/Y- or h->Y+ only.
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
createArguments(Random) - Method in class edu.udo.cs.yale.operator.generator.Cluster
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
 
createArguments(int, RandomGenerator) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Creates and returns a number of arguments.
createArguments(int, RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
 
createAttribute(String, int) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(int) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(String, Attribute[]) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a single numerical constructed attribute.
createAttribute(int, int, int, String, Attribute[], String) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(String, int, int, int, String) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(int, int, int, String) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(Attribute) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Simple clone factory method for attributes.
createAttribute(Attribute, String) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Simple clone factory method for attributes.
createAttributeArray(ExampleSet) - Static method in class edu.udo.cs.yale.example.Tools
 
createAttributeDataSources(File, boolean) - Static method in class edu.udo.cs.yale.tools.att.AttributeDataSource
Returns a list of AttributeDataSources read from the file.
createAttributeName(String, boolean) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
createAttributes(ResultSet) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Creates a list of attributes reflecting the result set's column meta data.
createBayBoostBaseModelInfo(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
createBayBoostBaseModelInfo(ExampleSet, Model) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
createBorder() - Static method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
createBugReport(File, Throwable, String, Experiment, String, File[]) - Static method in class edu.udo.cs.yale.tools.BugReport
 
createChooseTemplate() - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
createClassCollection(Class[]) - Static method in class edu.udo.cs.yale.test.SampleTest
 
createCleanExampleSet() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Creates a new example set without the deselected attributes.
createClusterAttribute() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
createClusterAttribute() - Method in interface edu.udo.cs.yale.example.ExampleSet
Creates a new cluster attribute of appropriate type.
createCompleteExampleSet(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new example set with all attributes switched on.
createCompleteExampleSet(Attribute, Attribute, Attribute, Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new example set with all attributes switched on.
createCompleteExampleSet(Map<String, Attribute>) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new example set with all attributes switched on.
createCompleteExampleSet(Attribute, Attribute, Attribute, Attribute) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns a new example set with all attributes switched on.
createCompleteExampleSet(Map<String, Attribute>) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns a new example set with all attributes switched on.
createCondition(String, ExampleSet, String) - Static method in class edu.udo.cs.yale.example.ConditionExampleReader
Checks if the given name is the short name of a known condition and creates it.
createConfigurationWizard(ConfigurationListener) - Method in interface edu.udo.cs.yale.gui.wizards.ConfigurationWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
createConfigurationWizard(ConfigurationListener) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardCreator
 
createDatabaseExampleTable(DatabaseHandler, String) - Static method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
createDataRow(Example, ExampleSet, Map, int, List, List) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
Only used in dichotomization case.
createDataRowReader(DataRowFactory, Attribute[], String[][]) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
Returns a DataRowReader returning the given values.
createDataRowReader(double[][]) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
Returns a DataRowReader returning the given values.
createDataRowReader(int, Attribute[]) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
Returns a DataRowReader returning random values (generated with fixed random seed).
createDataTable(IOContainer) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
This method is used to create a DataTable from this example set.
createDataTable(IOContainer) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
createDataTable(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
createDataTable(Population) - Static method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
createDataTable(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
createDataTable(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
 
createDefaultTableHeader() - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDescriptionFromXML(Element) - Static method in class edu.udo.cs.yale.operator.Operator
 
createDialog(IOContainer, Component, List) - Static method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
createEqualPartition(double[], int, Attribute) - Method in class edu.udo.cs.yale.example.StratifiedPartitionBuilder
Returns a stratified partition for the given example set.
createExample(DataRow) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Creates an example for the given data row.
createExampleSet(AttributeSet) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new example set with all attributes of the given attribute set.
createExampleSet(AttributeSet) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns a new example set with all attributes of the given attribute set.
createExampleSet(ExampleSet, FeatureGenerator) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
createExampleSet(ExampleTable) - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
createExampleSet(double[][], double[]) - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
createExampleSetFromSelection() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Creates a new simple ExampleSet without attributes with weight 0.
createExampleSetFromWeights() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Creates a new ExampleSet without attributes with weight 0.
createExperiment() - Static method in class edu.udo.cs.yale.test.ExperimentCreator
 
createExperimentTree(int) - Method in class edu.udo.cs.yale.operator.Operator
Returns this operator's name and class.
createExperimentTree(int, String, String, Operator, String) - Method in class edu.udo.cs.yale.operator.Operator
Returns this operator's name and class.
createExperimentTree(int, String, String, Operator, String) - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns this OperatorChain's name and class and the ExperimentTrees of the inner operators.
createFile(String) - Method in class edu.udo.cs.yale.Experiment
 
createFileChooser(File, boolean, FileFilter[]) - Static method in class edu.udo.cs.yale.gui.SwingTools
Creates file chooser with a reasonable start directory.
createFileChooserButton() - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
createFourAttributes() - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
Creates four attributes: "animal" (dog/cat/mouse), "decision" (yes/no), "int", and "real".
createFromXML(Element, Experiment) - Static method in class edu.udo.cs.yale.operator.Operator
 
createGeneratorForFunction(String) - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
Creates a new FeatureGenerator for a given function name.
createGNUPlot(int, int, int[], String, String) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
createGNUPlot(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
createInitialPopulation(int, int, Random) - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
May es have n features.
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA
Creates a initial population.
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Create an initial population.
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
 
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
May es have n features.
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.GeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
Returns an example set containing only the feature with the biggest weight.
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.BackwardWeighting
 
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
createInitialPopulation(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.ForwardWeighting
 
createInitialPopulation(ExampleSet, int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
createInitialPopulation(int, int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Creates the initial population.
createItem(String, URL) - Method in class edu.udo.cs.yale.gui.dialog.Browser
 
createKernel(int) - Static method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Creates a new kernel of the given type.
createKernel(int) - Static method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
 
createKernel(int, EvoSVM) - Static method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
 
createKernel() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPLearner
Create the appropriate kernel function depending on the yale-ui settings.
createKernels(double[][], int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
Create the appropriate kernel functions depending on the yale-ui settings.
createLabel(String, boolean) - Static method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
createLiftChartPlot(List<double[]>) - Method in class edu.udo.cs.yale.tools.math.LiftDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createLiftDataList(ExampleSet) - Method in class edu.udo.cs.yale.tools.math.LiftDataGenerator
Creates a list of ROC data poings from the given example set.
createLiftRatioMatrix() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
createMarkedExperimentTree(int, String, Operator) - Method in class edu.udo.cs.yale.operator.Operator
Returns this operator's name and class.
createMatrices() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
createMaxStartPopulation() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Randomly creates the initial population.
createMeanVariances(ExampleSet) - Static method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
createMemoryExampleTable(int) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
createMessage(int, String) - Static method in exception edu.udo.cs.yale.operator.OperatorCreationException
 
createMessageImage(String) - Static method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
createMinStartPopulation() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Randomly creates the initial population.
createModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
createModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
createName() - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a new unsused attribute name.
createName(String) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Creates a new unsused attribute name with a given prefix.
createNewColumn() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
createNewWeightAttribute(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
createNonEqualPartition(double[], int, Attribute) - Method in class edu.udo.cs.yale.example.StratifiedPartitionBuilder
Returns a stratified partition for the given example set.
createOperator(String) - Static method in class edu.udo.cs.yale.tools.OperatorService
Use this method to create an operator from the given class name (from operator description file operators.xml, not from the Java class name).
createOperator(OperatorDescription) - Static method in class edu.udo.cs.yale.tools.OperatorService
Use this method to create an operator of a given description object.
createOperator(Class) - Static method in class edu.udo.cs.yale.tools.OperatorService
ATTENTION: Use this method to create an operator from an operator class.
createOperatorCombo() - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
createOperatorCombo() - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
createOperatorInstance() - Method in class edu.udo.cs.yale.operator.OperatorDescription
Creates a new operator based on the description.
createOperatorPopupMenu() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Creates a new popup menu for the selected operator.
createOperatorTreePopupMenu() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
createOrReplacePredictedLabelFor(ExampleSet, Model) - Static method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Helper method replacing Model.createPredictedLabel(ExampleSet) in order to lower memory consumption.
createParameterFromXML(Element) - Static method in class edu.udo.cs.yale.operator.Operator
 
createParameterListFromXML(Element) - Static method in class edu.udo.cs.yale.operator.Operator
 
createPartition(double[], int) - Method in interface edu.udo.cs.yale.example.PartitionBuilder
Creates a partition from the given ratios.
createPartition(double[], int) - Method in class edu.udo.cs.yale.example.ShuffledPartitionBuilder
Returns a shuffled partition for an example set.
createPartition(double[], int) - Method in class edu.udo.cs.yale.example.SimplePartitionBuilder
Returns a simple non-shuffled partition for an example set.
createPartition(double[], int) - Method in class edu.udo.cs.yale.example.StratifiedPartitionBuilder
Returns a stratified partition for the given example set.
createPartitionBuilder(ExampleSet, int, int) - Static method in class edu.udo.cs.yale.example.SplittedExampleSet
Creates the partition builder for the given sampling type.
createPlotPanel() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
Must be implemented by subclasses in order to support 2D or 3D plots.
createPlotPanel() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter2D
 
createPlotPanel() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter3D
 
createPopupMenu(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
createPopupMenu() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
createPopupMenu() - Method in class edu.udo.cs.yale.gui.MessageViewer
 
createPredefinedDatabaseURL() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
createPredictedLabel(ExampleSet) - Static method in class edu.udo.cs.yale.example.test.ExampleTestTools
 
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Creates a predicted label with the given name.
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Creates a predicted label with the given name.
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Creates a predicted label with the given name.
createPredictedLabel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Creates a predicted label for the given example set based on the label attribute defined for this prediction model.
createPreprocessingModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.Normalization
Depending on the parameter value of "standardize" this method creates either a ZTransformationModel or a MinMaxNormalizationModel.
createPreprocessingModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
createPropertyKeyCellEditor(ParameterType, Operator) - Static method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
createPropertyValueCellEditor(ParameterType, Operator) - Static method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
createRandomStartPopulation() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Randomly creates the initial population.
createROCDataList(ExampleSet) - Method in class edu.udo.cs.yale.tools.math.ROCDataGenerator
Creates a list of ROC data poings from the given example set.
createROCPlot(List<double[]>, boolean, boolean) - Method in class edu.udo.cs.yale.tools.math.ROCDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createSortedDataTable() - Method in class edu.udo.cs.yale.example.AttributeWeights
 
createSpecialAttribute(String, int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
createSpecialAttribute(String, int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Creates a new (single) special attribute with given name and value type.
createSpecialAttributes(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Creates a special attribute for each label to store intermediate results.
createSVM(Attribute, Kernel, ExampleSet, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Creates a new SVM according to the given label.
createSVM() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Creates a new SVM for prediction.
createSVM(Attribute, Kernel, ExampleSet, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
createSVM() - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
createSVM(Attribute, Kernel, ExampleSet, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRLearner
 
createSVM() - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
createSVMModel(Attribute, ExampleSet, Kernel, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Creates a new SVM model from the given data.
createSVMModel(Attribute, ExampleSet, Kernel, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
createSVMModel(Attribute, ExampleSet, Kernel, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRLearner
 
createTempFile() - Static method in class edu.udo.cs.yale.tools.TempFileService
Creates a new temp file with a name build of prefix and the current file index.
createTempFile(String) - Static method in class edu.udo.cs.yale.tools.TempFileService
Like createTempFile, additionally the given name is part of the file name.
createTempFile(String, String) - Static method in class edu.udo.cs.yale.tools.TempFileService
Like createTempFile, additionally the given name is part of the file name.
createTempFile(File) - Static method in class edu.udo.cs.yale.tools.TempFileService
Gets a file and renames it to prefix + current file index.
createTempFile(String, File) - Static method in class edu.udo.cs.yale.tools.TempFileService
Like createTempFile(File), additionally the given name is part of the file name.
createTempFiles(String, String[], File[]) - Static method in class edu.udo.cs.yale.tools.TempFileService
Fills the given file array with files of a created filestem (which will be returned), and each of the extensions.
createTextPanel(String, String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Creates a panel with title and text.
createValueButton(String, String) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
createWeightAttribute() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
createWeightAttribute() - Method in interface edu.udo.cs.yale.example.ExampleSet
Creates a new weight attribute.
createWeightedExampleSet(double[]) - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
crisp - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
crisp only crisp ...
CRITERIA_CLASSES - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
The proper criteria to the names.
CRITERIA_NAMES - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Names of the performance criteria which can be used in experiment configuration files.
criteriaDataTable - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
The data table containing the individuals criteria data.
criteriaDataTable - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
The data table containing the individuals criteria data.
criteriaDataTable - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
The data table containing the individuals criteria data.
criteriaNames - Variable in class edu.udo.cs.yale.test.PerformanceSampleTest
 
criteriaWeights - Variable in class edu.udo.cs.yale.operator.performance.PerformanceVector.DefaultComparator
 
CRITERION_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
criterionTest(PerformanceCriterion, PerformanceCriterion, double, double, double) - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
Tests calculation, average, and clone.
CriterionTestCase - Class in edu.udo.cs.yale.operator.performance.test
Tests the given performance criterion.
CriterionTestCase() - Constructor for class edu.udo.cs.yale.operator.performance.test.CriterionTestCase
 
crossover(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Randomly selects parents from the population and performs crossover.
crossover(int[], int[]) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Changes the individual.
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover
Applies the crossover.
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
crossover(BoostingIndividual, int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
crossover(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingCrossover
Randomly selects parents from the population and performs crossover.
crossover(BoostingIndividual, int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
Crossover - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Crossover operator for the values of an evolution strategies optimization.
Crossover(double, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.Crossover
 
crossover(Individual, Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Crossover
 
CROSSOVER_ONE_POINT - Static variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Indicates a one-point crossover type.
CROSSOVER_ONE_POINT - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
Indicates a one-point crossover type.
CROSSOVER_TYPES - Static variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
The names for the crossover types.
CROSSOVER_TYPES - Static variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
CROSSOVER_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
The names for the crossover types.
CROSSOVER_UNIFORM - Static variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Indicates a uniform crossover type.
CROSSOVER_UNIFORM - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
Indicates a uniform crossover type.
crossoverProb - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
The crossover probability.
crossoverProb - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingCrossover
The crossover probability.
crossoverType - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
The crossover type.
crossoverType - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingCrossover
The crossover type.
crowdingDistance - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
crowdingDistance - Variable in class edu.udo.cs.yale.operator.features.Individual
The crowding distance can used for multiobjective optimization schemes.
crowdingDistance - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
crowdingDistance - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
CSVExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can read csv files.
CSVExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.CSVExampleSource
 
cube(int, int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeEdgeLength - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeEdgeLengths - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeHasNext() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeNext() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeNodeCounter - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cubeOffset - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
cumvariance - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
cumvariance_plot - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
cumvariance_plot - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
current - Variable in class edu.udo.cs.yale.example.SplittedExampleSetReader
Index of the current example.
current - Variable in class edu.udo.cs.yale.gui.ContainerModelViewer
The currently used visualization component.
CURRENT - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
currentBest - Variable in class edu.udo.cs.yale.operator.features.Population
The currently best individual.
currentBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
The currently best individual.
currentBestPerformance - Variable in class edu.udo.cs.yale.operator.features.Population
The currently best performance.
currentBestPerformance - Variable in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
currentData - Variable in class edu.udo.cs.yale.example.FileDataRowReader
This array hold the current data.
currentDataRow - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
The DataRow that will be returned in the next call to SparseFormatDataRowReader.next()
currentDelta - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Remaining delta
currentExample - Variable in class edu.udo.cs.yale.example.ConditionExampleReader
The example that will be returned by the next invocation of next().
currentExample - Variable in class edu.udo.cs.yale.example.SkipNANExampleReader
 
currentExperimentEditor - Variable in class edu.udo.cs.yale.gui.MainFrame
 
currentIndex - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
currentIteration - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
 
currentIteration - Variable in class edu.udo.cs.yale.operator.learner.meta.Bagging
 
currentIteration - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
currentIteration - Variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
currentIteration - Variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
currentLabel - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The label for the last generated point.
currentLabel - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The currently used label.
currentLineLength - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
currentlyHighestBlockNr - Variable in class edu.udo.cs.yale.example.AbstractExampleTable
 
currentMapping - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
currentMeasurement - Variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
currentNumber - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The current number.
currentOperator - Variable in class edu.udo.cs.yale.Experiment
 
currentOperator - Variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
currentPerformanceVector - Variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
The currently used performance vector.
currentPertubatedX - Variable in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
currentPertubatedY - Variable in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
currentPhi - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The currently used angle phi.
currentPlotterXAxis - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
The column which is currently used as x-axis for the plotter.
currentPlotterYAxis - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
The column which is currently used as y-axis for the plotter.
currentRadiusOffset - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The current radius factor.
currentSelectedAttributes - Variable in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Currently selected attributes.
currentStep - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
currentStep - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
currentStep - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
currentToolTip - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
currentToolTip - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
currentToolTip - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
currentToolTip - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
currentToolTip - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
currentweight - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
currentweight - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
currentweights - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
currentXPlotterColumn - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
CUT_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
CUT_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
CUT_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a cut selection scheme.
CutSelection - Class in edu.udo.cs.yale.operator.features.selection
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class edu.udo.cs.yale.operator.features.selection.CutSelection
 
CutSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.CutSelection
 

D

d - Variable in class edu.udo.cs.myGP.Model
 
d2Phi(double, int, int, double, double, double, double, double) - Method in class edu.udo.cs.myKLR.KLR
 
DARK_BLUE - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
DARK_YELLOW - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
data - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
data - Variable in class edu.udo.cs.yale.example.BooleanArrayDataRow
Holds the data for all attributes.
data - Variable in class edu.udo.cs.yale.example.ByteArrayDataRow
Holds the data for all attributes.
data - Variable in class edu.udo.cs.yale.example.DoubleArrayDataRow
Holds the data for all attributes.
data - Variable in class edu.udo.cs.yale.example.Example
The data for this example.
data - Variable in class edu.udo.cs.yale.example.FloatArrayDataRow
Holds the data for all attributes.
data - Variable in class edu.udo.cs.yale.example.SparseMapDataRow
Maps the indices of attributes to the data.
data - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
data - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
data - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter.SurveyRow
 
data - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
data - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The current data sample.
data - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
data - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
data - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
data - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
data - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
data - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
data - Variable in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
DATA_LOADING_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
DATA_SET_PLOTTER_SELECTION - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
DatabaseDataRow - Class in edu.udo.cs.yale.example
Reads datarows from a data base.
DatabaseDataRow(ResultSet) - Constructor for class edu.udo.cs.yale.example.DatabaseDataRow
Creates a data row from the given result set.
DatabaseDataRowReader - Class in edu.udo.cs.yale.example
Unlike a FileDataRowReader that reads examples from a file, objects of this class read examples from a ResultSet, a data structure that is returned from a database query.
DatabaseDataRowReader(ResultSet) - Constructor for class edu.udo.cs.yale.example.DatabaseDataRowReader
Creates a datarow reader from a ResultSet.
DatabaseExampleSource - Class in edu.udo.cs.yale.operator.io
This operator reads an ExampleSet from an SQL database.
DatabaseExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
DatabaseExampleTable - Class in edu.udo.cs.yale.example
This class is another data supplier for example sets.
DatabaseExampleTable(ResultSet, List<Attribute>, DatabaseHandler, String) - Constructor for class edu.udo.cs.yale.example.DatabaseExampleTable
 
databaseHandler - Variable in class edu.udo.cs.yale.example.DatabaseExampleTable
 
DatabaseHandler - Class in edu.udo.cs.yale.tools.jdbc
This class hides the database.
DatabaseHandler(String) - Constructor for class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Constructor of the database handler.
databaseNameField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This field contains the database name.
DatabaseService - Class in edu.udo.cs.yale.tools.jdbc
This service class dynamically registers (additional) JDBC drivers.
DatabaseService() - Constructor for class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
databaseURL - Variable in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
 
dataChanged - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
dataColumnVector - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
dataControl - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
DataControl - Class in edu.udo.cs.yale.gui.attributeeditor
Can be used to control the data ranges displayed by other components.
DataControl(int, int, String, String) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.DataControl
Creates a new data control object including the fraction digits field.
DataControl(int, int, String, String, boolean) - Constructor for class edu.udo.cs.yale.gui.attributeeditor.DataControl
Creates a new data control object.
DataControlListener - Interface in edu.udo.cs.yale.gui.attributeeditor
Can be used to listen for changes of the view area induced by a data control object.
dataList - Variable in class edu.udo.cs.yale.example.MemoryExampleTable
List of DataRows.
dataRenderer - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
DataRow - Interface in edu.udo.cs.yale.example
This interface defines methods for all entries of ExampleTable implementations.
DataRowFactory - Class in edu.udo.cs.yale.example
Factory class for DataRow objects.
DataRowFactory(int) - Constructor for class edu.udo.cs.yale.example.DataRowFactory
 
dataRowFactory - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
DataRowReader - Interface in edu.udo.cs.yale.example
Reads a sequence of DataRows, e.g. from memory, a file or a database.
dataRowReader - Variable in class edu.udo.cs.yale.example.SimpleExampleReader
The parent example reader.
dataRows - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
DataRowTest - Class in edu.udo.cs.yale.example.test
Tests creation and parsing of sparse and dense data rows, including missing values.
DataRowTest() - Constructor for class edu.udo.cs.yale.example.test.DataRowTest
 
dataSourceIndex - Variable in class edu.udo.cs.yale.example.FileDataRowReader
Array of size [number of attributes][2].
DataStatistics - Class in edu.udo.cs.yale.operator.visualization
This class encapsulates some very simple statistics about the given attributes.
DataStatistics() - Constructor for class edu.udo.cs.yale.operator.visualization.DataStatistics
 
DataStatisticsOperator - Class in edu.udo.cs.yale.operator.visualization
This operators calculates some very simple statistics about the given example set.
DataStatisticsOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
Creates a new data statistics operator.
DataTable - Interface in edu.udo.cs.yale.datatable
A data table that contains Object arrays that record experiment results, data, etc.
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
The currently used data table object.
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The current data table object which backs up the plotting.
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The currently used data table.
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
dataTable - Variable in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
dataTable - Variable in class edu.udo.cs.yale.gui.viewer.DataViewer
 
dataTable - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
 
dataTable - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
The data table containing the individuals criteria data.
DataTableExampleSetAdapter - Class in edu.udo.cs.yale.datatable
This class can be used to use an example set as data table.
DataTableExampleSetAdapter(ExampleSet, AttributeWeights) - Constructor for class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
dataTableExists(String) - Method in class edu.udo.cs.yale.Experiment
Returns true if a data table object with the given name exists.
dataTableIndex - Variable in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
DataTableKernelModelAdapter - Class in edu.udo.cs.yale.datatable
This class can be used to use a kernel model as data table.
DataTableKernelModelAdapter(KernelModel) - Constructor for class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
DataTableKernelModelAdapter.KernelModelIterator - Class in edu.udo.cs.yale.datatable
Helper class to iterated over the examples or support vectors of a KernelModel.
DataTableKernelModelAdapter.KernelModelIterator(DataTableKernelModelAdapter) - Constructor for class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
DataTableListener - Interface in edu.udo.cs.yale.datatable
Listens to updates of a DataTable object.
dataTableMap - Variable in class edu.udo.cs.yale.Experiment
Maps names of ExperimentLogOperators to Objects, that these Operators use for collecting statistics (objects of type DataTable).
DataTableRow - Interface in edu.udo.cs.yale.datatable
A data list that contains Object arrays that record experiment results or other data.
dataTables - Variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
dataTableUpdated(DataTable) - Method in interface edu.udo.cs.yale.datatable.DataTableListener
 
dataTableUpdated(DataTable) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
dataTableUpdated(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Invokes Component.repaint().
DataTableViewer - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataTableViewer(DataTable) - Constructor for class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
dataTableViewerTable - Variable in class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
DataTableViewerTable - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) a DataTable by means of a JTable.
DataTableViewerTable() - Constructor for class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
 
DataTableViewerTableModel - Class in edu.udo.cs.yale.gui.viewer
The model for the DataTableViewerTable.
DataTableViewerTableModel(DataTable) - Constructor for class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
dataView - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The definition of all attribute types.
dataView - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The view on the data with the current settings.
DataViewer - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataViewer(ExampleSet) - Constructor for class edu.udo.cs.yale.gui.viewer.DataViewer
 
DataViewerTable - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) the meta data by means of a JTable.
DataViewerTable() - Constructor for class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
DataViewerTableModel - Class in edu.udo.cs.yale.gui.viewer
The model for the MetaDataViewerTable.
DataViewerTableModel(ExampleSet) - Constructor for class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
dataViewPane - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The scroll pane for the data view.
dbAccess - Variable in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
DBaseExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can read dbase files.
DBaseExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.DBaseExampleSource
 
DBExampleSourceConfigurationWizard - Class in edu.udo.cs.yale.gui.wizards
This class is the creator for wizard dialogs defining the configuration for DatabaseExampleSource operators.
DBExampleSourceConfigurationWizard(ConfigurationListener) - Constructor for class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
Creates a new wizard.
DBExampleSourceConfigurationWizardCreator - Class in edu.udo.cs.yale.gui.wizards
This creator can be used to create wizards for the DatabaseExampleSource operator.
DBExampleSourceConfigurationWizardCreator() - Constructor for class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardCreator
Necessary for construction by reflection.
DBExampleSourceConfigurationWizardDataTable - Class in edu.udo.cs.yale.gui.wizards
This class display a small data view corresponding on the current wizard settings.
DBExampleSourceConfigurationWizardDataTable() - Constructor for class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel - Class in edu.udo.cs.yale.gui.wizards
 
DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel(String[], List<String[]>, Map<String, String>) - Constructor for class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
dbNameSeperator - Variable in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
debugMessage(WeightedPerformanceMeasures) - Static method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
debugMessage(WeightedPerformanceMeasures) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
debugMessage(SDReweightMeasures) - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
decimalPointCharacter - Variable in class edu.udo.cs.yale.example.YaleLineReader
Decimal point character
decompose(Matrix) - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Do the hard work.
DECREASING - Static variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates that the weights should be sorted in descending order.
DECREASING - Static variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
DEFAULT_BIN_NUMBER - Static variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
DEFAULT_BIN_NUMBER - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
DEFAULT_BIN_NUMBER - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
DEFAULT_MAX_NUMBER_OF_DATA_POINTS - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
DefaultLearner - Class in edu.udo.cs.yale.operator.learner.lazy
This learner creates a model, that will simply predict a default value for all examples, i.e. the average or median of the true labels (or the mode in case of classification) or a fixed specified value.
DefaultLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
defaultList - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
DefaultModel - Class in edu.udo.cs.yale.operator.learner.lazy
The default model sets the prediction of all examples to the mode value in case of nominal labels and to the average value in case of numerical labels.
DefaultModel() - Constructor for class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Creates a new default model after loading it from disk.
DefaultModel(Attribute, double) - Constructor for class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Can be used to create a default model for regression tasks.
DefaultModel(Attribute, double, double[]) - Constructor for class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Can be used to create a default model for classification tasks (confidence values should not be null in this case).
defaultPort - Variable in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
DefaultPropertyKeyRenderer - Class in edu.udo.cs.yale.gui.properties
Renders the key in a PropertyTable either bold or plain depending on whether or not the parameter is optional.
DefaultPropertyKeyRenderer(ParameterType) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyKeyRenderer
 
DefaultPropertyValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Editor for parameter values string, int, double, category, and boolean.
DefaultPropertyValueCellEditor(ParameterTypeCategory) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeStringCategory) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeBoolean) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeInt) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeDouble) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypePassword) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterType) - Constructor for class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
defaultSource - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSources
The default source file.
defaultSource - Variable in class edu.udo.cs.yale.tools.att.AttributeSet
The default source file.
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
defaultValue - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
deflation(Matrix) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
degree - Variable in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
The parameter degree of the Epanechnikov kernel.
degree - Variable in class edu.udo.cs.myRVM.Kernel.KernelPoly
Polynomial order
degree - Variable in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
 
degree - Variable in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
 
degree - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
The parameter degree of the Epanechnikov kernel.
degree - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
The parameter degree of the polynomial kernel.
delay - Variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
delegate - Variable in class edu.udo.cs.yale.example.ExampleSetAdapter
The underlying example set the methods calls are delegated to.
delegate - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
delete - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
delete() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The currently selected operator will be deleted.
delete() - Method in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
delete() - Method in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
delete() - Method in class edu.udo.cs.yale.operator.Operator
Deletes this operator removing it from the name map.
delete() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
DELETE_ALL - Static variable in class edu.udo.cs.yale.operator.IOConsumeOperator
 
DELETE_ALL_BUT - Static variable in class edu.udo.cs.yale.operator.IOConsumeOperator
 
DELETE_ONE - Static variable in class edu.udo.cs.yale.operator.IOConsumeOperator
 
DELETE_OPERATOR_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
DELETE_TEMP_FILES - Static variable in class edu.udo.cs.yale.tools.TempFileService
 
DELETE_UNUSED_INPUT - Static variable in class edu.udo.cs.yale.operator.IODescription
 
deleteBasis(int) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Delete a basis function from the model.
deleteBV(Matrix, Matrix, Matrix, double[][], int, int) - Method in class edu.udo.cs.myGP.Regression
Delete the given BV from the BV set by adjusting the parametrisation of the GP using eqs. (3.19), (3.21) and (3.22): alpha_t+1 = alpha^{(r)} - alpha^star / (c^star + q^star) * (Q^star + C^star) C_t+1 = C^{(r)} + Q^star * Q^star^T / q^star - (Q^star + C^star) * (Q^star + C^star)^T / (q^star + c^star) Q_t+1 = Q^{(r)} - Q^star * Q^star^T / q^star
DeleteLogFormatFilter - Class in edu.udo.cs.yale.tools.log
This filter deletes all log format commands, i.e. all 2-character sequences starting with $ or ^.
DeleteLogFormatFilter() - Constructor for class edu.udo.cs.yale.tools.log.DeleteLogFormatFilter
 
deleteTempDir() - Static method in class edu.udo.cs.yale.tools.TempFileService
 
deleteTempFile(File) - Static method in class edu.udo.cs.yale.tools.TempFileService
Deletes the file if delete_temp_files is set to DIRECTLY.
deleteTempFiles - Static variable in class edu.udo.cs.yale.tools.TempFileService
Indicates wether or not deleteOnExit() should be invoked on all created temporary files.
DELETION_TYPES - Static variable in class edu.udo.cs.yale.operator.IOConsumeOperator
 
delta - Variable in class edu.udo.cs.yale.operator.features.selection.BoltzmannSelection
 
delta - Variable in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
delta - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.BoltzmannSelection
 
deltaPhi - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The angle delta which is added for each iteration.
DENSE_FORMAT - Static variable in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
densityColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
densityColorIndex - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
DensityPlotter - Class in edu.udo.cs.yale.gui.plotter
The density plotter does not only plot the single plot points but also tries to calculate a color for all pixels in between.
DensityPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
DensityPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
DensityPlotter.Point - Class in edu.udo.cs.yale.gui.plotter
Helper class containing the position of a point in matrix (plotter) space, its density color, and its point color.
DensityPlotter.Point(double, double, double, double, String) - Constructor for class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
deObfuscateAttribute(Attribute, Map<String, String>) - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
Deobfuscator - Class in edu.udo.cs.yale.operator.preprocessing
This operator takes an ExampleSet as input and maps all nominal values to randomly created strings.
Deobfuscator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
Dependency - Class in edu.udo.cs.yale.tools.plugin
A plugin dependency defines the name and version of a desired plugin.
Dependency(String, String) - Constructor for class edu.udo.cs.yale.tools.plugin.Dependency
Create a new plugin dependency.
DEPRECATED_CLASSIFIER_INFOS - Static variable in class edu.udo.cs.yale.tools.WekaOperatorFactory
 
DEPRECATION_INFO - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
deprecationInfo - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
DEPTH_BOUND - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
descend - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
description - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
description - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
description - Variable in class edu.udo.cs.yale.gui.SimpleFileFilter
 
description - Variable in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
description - Variable in class edu.udo.cs.yale.gui.templates.Template
 
description - Variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
description - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
description - Variable in class edu.udo.cs.yale.operator.parameter.ParameterType
The documentation.
DESCRIPTION - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
DESCRIPTION - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
The descriptions of the criteria.
description - Variable in class edu.udo.cs.yale.operator.Value
The human readable description of this value.
descriptionField - Variable in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
descriptionField - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
descriptionScrollPane - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
deselect(AttributeWeightedExampleSet, int) - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
deselect(AttributeWeightedExampleSet, int) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
deselect(AttributeWeightedExampleSet, int, double) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
deselectAll() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the weights of all attributes to 0.0.
deselectSubset(int) - Method in class edu.udo.cs.yale.example.Partition
Marks the given subset as deselected.
determineC(double, Kernel, ExampleSet) - Static method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
 
detL - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
deviationSum - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
deviationSum - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
df1 - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
df1 - Variable in class edu.udo.cs.yale.tools.math.FDistribution
 
df2 - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
df2 - Variable in class edu.udo.cs.yale.tools.math.FDistribution
 
dG(double) - Method in class edu.udo.cs.myKLR.KLR
 
dialog - Variable in class edu.udo.cs.yale.gui.ExampleVisualizer
 
DIFFERENCE - Static variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
dim - Variable in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Dimension of the basis vector (= dimension of input vectors)
dim - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The dimension of the example set.
dim - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
dimension of the examples
dimDistance - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
dimension - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
The dimension of the examples, i.e. the total number of regular and special attributes.
dimensions - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
dimensionX - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
dimensionY - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
DirectedGeneratingMutation - Class in edu.udo.cs.yale.operator.features.construction
The mutation operator for directed GGAs.
DirectedGeneratingMutation(Attribute[], double, List, int, int, int, String[], RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
DirectedGGA - Class in edu.udo.cs.yale.operator.features.construction
DirectedGGA is an acronym for a Generating Genetic Algorithm which uses probability directed search heuristics to select attributes for generation or removing.
DirectedGGA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.DirectedGGA
 
direction - Variable in class edu.udo.cs.yale.example.AttributeWeights.WeightComparator
Indicates the sorting direction.
direction - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.NameComparator
 
direction - Variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
Indicates if the fitness should be higher or smaller depending on the number of features.
DIRECTIONS - Static variable in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
DIRECTIONS - Static variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
DIRECTIONS - Static variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
The possible optimization directions.
DIRECTLY - Static variable in class edu.udo.cs.yale.tools.TempFileService
 
DISALLOWED - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
disconnect() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
disconnect() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
disconnect() - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Closes the connection to the database.
DiscreteDistribution - Class in edu.udo.cs.yale.operator.learner
DiscreteDistribution is an distribution for nominal values.
DiscreteDistribution(Set<Double>, int, Collection<Double>) - Constructor for class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
Discretization - Class in edu.udo.cs.yale.operator.preprocessing.discretization
The superclass of all discretization filters.
Discretization(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
 
dispose() - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
DistanceFunction - Interface in edu.udo.cs.yale.tools.math.som
This interface defines the methods of an distance measure class.
distanceFunction - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
distances - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
The complete distance matrix for this kernel and a given example set.
Distribution - Interface in edu.udo.cs.yale.operator.learner
Distribution is an interface for a distribution class.
DistributionModel - Class in edu.udo.cs.yale.operator.learner
DistributionModel is a model for learner, which generate estimated distributions for prediction.
DistributionModel(Attribute, int, double[], boolean[]) - Constructor for class edu.udo.cs.yale.operator.learner.DistributionModel
 
divideUnits(int[], int[]) - Static method in class edu.udo.cs.yale.example.AbstractAttribute
Divides the first given units by the second.
DOCUMENT_EXTENSIONS - Static variable in class edu.udo.cs.yale.doc.ReferenceTaglet
 
DocumentationGenerator - Class in edu.udo.cs.yale.doc
This is the main class of documentation generation for Yale operators.
DocumentationGenerator(OperatorDocGenerator) - Constructor for class edu.udo.cs.yale.doc.DocumentationGenerator
 
documented - Variable in class edu.udo.cs.yale.operator.Value
Indicates if this value should be documented.
DONT_CARE - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
DONT_KNOW_YET - Static variable in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
DONT_KNOW_YET - Static variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
Dot - Class in edu.udo.cs.yale.operator.generator
Helper class containing all information about a dot.
Dot(double, double, double) - Constructor for class edu.udo.cs.yale.operator.generator.Dot
 
DotKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the simple inner product of both examples.
DotKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.DotKernel
 
DoubleArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by a double array.
DoubleArrayDataRow(double[]) - Constructor for class edu.udo.cs.yale.example.DoubleArrayDataRow
Creates a new data row backed by an primitive array.
DoubleSparseArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by primitive arrays.
DoubleSparseArrayDataRow() - Constructor for class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Creates an empty sparse array data row with size 0.
DoubleSparseArrayDataRow(int) - Constructor for class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Creates a sparse array data row of the given size.
down - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
dPhi(double, int, int, double, double, double, double, double) - Method in class edu.udo.cs.myKLR.KLR
 
dragHeight - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
dragStart - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
dragWidth - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
dragX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
dragY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
draw(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
draw(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
draw(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
draw2DLines - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawAxes - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawBins(Graphics2D, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawBins(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawDominated - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
Indicates if dominated points should also be drawn.
drawDragRectangle(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawGrid(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
drawGrid(Graphics2D, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawGrid(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
drawGrid(Graphics2D, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawGridLines(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
drawHorizontalTic(Graphics2D, int, double, double, int, int, DecimalFormat) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
drawHorizontalTic(Graphics2D, int, DecimalFormat, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawHorizontalTic(Graphics2D, int, DecimalFormat, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawLabel - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawLegend - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
drawLegend - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawLegend(Graphics, DataTable, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawLegend(Graphics, DataTable, int, int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawLegend - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawLine(Graphics, AndrewsCurves.LinePlot, int, int) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
drawLines(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
drawLines(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
drawLogos(Graphics, Image[]) - Static method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
drawMain(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
drawMain(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
drawMaxX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawMaxY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawMinX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawMinY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawName(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
drawNominalLegend(Graphics, DataTable, int, int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
drawNorth(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
drawNorth(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
drawNumericalLegend(Graphics, DataTable, int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
drawNumericalLegend(Graphics, double, double, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawOperator(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.ChainRenderer
 
drawOperator(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.LeafRenderer
 
drawOperator(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
drawPoint(Graphics2D, double, double, Color) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
This helper method can be used to draw a point in the given graphics object.
drawPoint(Graphics2D, PlotterPoint, int, int, double) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Draw a data point.
drawPoints(Graphics2D, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawProductName(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
drawRainbow(Graphics2D) - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
drawToolTip(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
drawToolTip(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
drawToolTip(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
drawToolTip(Graphics2D, ToolTip) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
drawToolTip(Graphics2D, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawToolTip(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
drawVerticalTic(Graphics2D, int, DecimalFormat, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
drawVerticalTic(Graphics2D, int, DecimalFormat, double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
drawWeightRectangle(Graphics2D, DataTable, int, double, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
drawWeights(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
driver - Variable in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
DriverAdapter - Class in edu.udo.cs.yale.tools.jdbc
This adaptor is needed for dynamical loading of JDBC drivers.
DriverAdapter(Driver) - Constructor for class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
dropSpeed - Variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
DUMMY_IO_CONTAINER - Static variable in class edu.udo.cs.yale.operator.IOContainer
 
DUMMY_VISUALIZER - Static variable in class edu.udo.cs.yale.tools.ObjectVisualizerService
 
DummyLogFormatFilter - Class in edu.udo.cs.yale.tools.log
This filter just return the input string.
DummyLogFormatFilter() - Constructor for class edu.udo.cs.yale.tools.log.DummyLogFormatFilter
 
DummyObjectVisualizer - Class in edu.udo.cs.yale.gui
A dummy visualizer, capable of visualizing anything, but actually doing nothing.
DummyObjectVisualizer() - Constructor for class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
DummyWeightApplier - Class in edu.udo.cs.yale.example
The dummy weight applier does not calculate a new value but simply returns the given value.
DummyWeightApplier() - Constructor for class edu.udo.cs.yale.example.DummyWeightApplier
 
dumpToFile() - Method in class edu.udo.cs.myRVM.Model
 
duplicate() - Method in class edu.udo.cs.yale.example.AcceptAllCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.AttributeValueFilter
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in interface edu.udo.cs.yale.example.Condition
Returns a duplicate of this condition.
duplicate() - Method in class edu.udo.cs.yale.example.CorrectPredictionCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.MissingAttributesCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.MissingLabelsCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.NoMissingAttributesCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.NoMissingLabelsCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.example.WrongPredictionCondition
Since the condition cannot be altered after creation we can just return the condition object itself.
duplicate() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream.BatchFilterCondition
Since the condition cannot be altered after creation we can just return the condition object itself.

E

E - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
E_Diagonal - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
edit() - Method in class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
editButton - Variable in class edu.udo.cs.yale.gui.dialog.ErrorDialog
 
editor - Variable in class edu.udo.cs.yale.gui.EditorCellRenderer
 
editor - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
editor - Variable in class edu.udo.cs.yale.gui.MainFrame
 
EditorCellRenderer - Class in edu.udo.cs.yale.gui
A TableCellRenderer that renders the cell by using a TableCellEditor, i.e.
EditorCellRenderer(TableCellEditor) - Constructor for class edu.udo.cs.yale.gui.EditorCellRenderer
 
editors - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
editorTabs - Variable in class edu.udo.cs.yale.gui.MainFrame
 
edu.udo.cs.myGP - package edu.udo.cs.myGP
This package contains classes necessary for GP (Gaussian Processes) calculation.
edu.udo.cs.myKLR - package edu.udo.cs.myKLR
The main package for Kernel Logistic Regression (KLR).
edu.udo.cs.myRVM - package edu.udo.cs.myRVM
This package contains classes necessary for Relevance Vector Machine (RVM) calculation.
edu.udo.cs.myRVM.Kernel - package edu.udo.cs.myRVM.Kernel
This package contains kernel functions usable for the RVM.
edu.udo.cs.myRVM.Test - package edu.udo.cs.myRVM.Test
Contains tests for some of the RVM classes.
edu.udo.cs.myRVM.Util - package edu.udo.cs.myRVM.Util
Contains util classes for the Relevance Vector Machine package.
edu.udo.cs.mySVM.Examples - package edu.udo.cs.mySVM.Examples
The package for data handling of the Java version of the support vector machine mySVM.
edu.udo.cs.mySVM.Kernel - package edu.udo.cs.mySVM.Kernel
The package for the kernel function provided by the Java version of the support vector machine mySVM.
edu.udo.cs.mySVM.Optimizer - package edu.udo.cs.mySVM.Optimizer
The package for the optimizer which is used by the Java version of the support vector machine mySVM.
edu.udo.cs.mySVM.SVM - package edu.udo.cs.mySVM.SVM
The main package for the Java version of the the regression and classification support vector machine mySVM.
edu.udo.cs.mySVM.Util - package edu.udo.cs.mySVM.Util
The util package of the Java version of the support vector machine mySVM.
edu.udo.cs.yale - package edu.udo.cs.yale
The main packages of YALE.
edu.udo.cs.yale.datatable - package edu.udo.cs.yale.datatable
DataTables are the most important data container interface for YALE which are used for all statistics and plotting purposes.
edu.udo.cs.yale.doc - package edu.udo.cs.yale.doc
The documentation generator of YALE.
edu.udo.cs.yale.example - package edu.udo.cs.yale.example
The example handling classes of YALE.
edu.udo.cs.yale.example.test - package edu.udo.cs.yale.example.test
Test classes for classes in the example package.
edu.udo.cs.yale.generator - package edu.udo.cs.yale.generator
Provides feature generators.
edu.udo.cs.yale.gui - package edu.udo.cs.yale.gui
Provides the main GUI classes.
edu.udo.cs.yale.gui.attributeeditor - package edu.udo.cs.yale.gui.attributeeditor
Provides the classes necessary for the Attribute Editor, i.e. the tool for creating attribute description files from data files.
edu.udo.cs.yale.gui.dialog - package edu.udo.cs.yale.gui.dialog
This package contains all non-special dialogs of YALE.
edu.udo.cs.yale.gui.experimenteditor - package edu.udo.cs.yale.gui.experimenteditor
Contains all experiment editors but the operator tree (which has its own package).
edu.udo.cs.yale.gui.operatormenu - package edu.udo.cs.yale.gui.operatormenu
Classes for the operator context menu (new operator, replace operator...).
edu.udo.cs.yale.gui.operatortree - package edu.udo.cs.yale.gui.operatortree
The operator tree is the main experiment editor for YALE.
edu.udo.cs.yale.gui.plotter - package edu.udo.cs.yale.gui.plotter
This package contains all plotters which are able to create plots from a given DataTable.
edu.udo.cs.yale.gui.plotter.conditions - package edu.udo.cs.yale.gui.plotter.conditions
Contains plotter conditions which are used to prevent the usage of a plotter for DataTables which does not fulfill the corresponding condition.
edu.udo.cs.yale.gui.plotter.mathplot - package edu.udo.cs.yale.gui.plotter.mathplot
This package contains DataTable plotter making use of the JMathPlot library.
edu.udo.cs.yale.gui.plotter.som - package edu.udo.cs.yale.gui.plotter.som
Classes for a SOM (Self Organizing Map aka Kohonen Net) plotter.
edu.udo.cs.yale.gui.properties - package edu.udo.cs.yale.gui.properties
This package consists of all classes for property (parameter) editing, i.e.
edu.udo.cs.yale.gui.templates - package edu.udo.cs.yale.gui.templates
Provides classes for template and building block management and creation.
edu.udo.cs.yale.gui.viewer - package edu.udo.cs.yale.gui.viewer
This package contain viewer classes for some standard data types like ExampleSets, DataTables etc.
edu.udo.cs.yale.gui.wizards - package edu.udo.cs.yale.gui.wizards
This package contain wizard classes for configurating operators.
edu.udo.cs.yale.operator - package edu.udo.cs.yale.operator
Provides YALE operators for machine learning and data pre-processing.
edu.udo.cs.yale.operator.condition - package edu.udo.cs.yale.operator.condition
Operator conditions are used to ensure that inner operators of an OperatorChain are correctly embedded.
edu.udo.cs.yale.operator.features - package edu.udo.cs.yale.operator.features
Provides feature handling operators.
edu.udo.cs.yale.operator.features.aggregation - package edu.udo.cs.yale.operator.features.aggregation
Provides operators for automatic feature aggregation.
edu.udo.cs.yale.operator.features.construction - package edu.udo.cs.yale.operator.features.construction
Provides operators for automatic feature construction.
edu.udo.cs.yale.operator.features.selection - package edu.udo.cs.yale.operator.features.selection
Provides operators for automatic feature selection.
edu.udo.cs.yale.operator.features.transformation - package edu.udo.cs.yale.operator.features.transformation
Provides operators for feature space transformations like PCA or ICA.
edu.udo.cs.yale.operator.features.weighting - package edu.udo.cs.yale.operator.features.weighting
Operators to weight features or determine feature relevance.
edu.udo.cs.yale.operator.generator - package edu.udo.cs.yale.operator.generator
Provides YALE operators for data generation.
edu.udo.cs.yale.operator.io - package edu.udo.cs.yale.operator.io
Operators to read data from files or write them into files.
edu.udo.cs.yale.operator.learner - package edu.udo.cs.yale.operator.learner
Provides learning operators.
edu.udo.cs.yale.operator.learner.igss - package edu.udo.cs.yale.operator.learner.igss
Provides classes for learning operator Iterating Generic Sequential Sampling.
edu.udo.cs.yale.operator.learner.igss.hypothesis - package edu.udo.cs.yale.operator.learner.igss.hypothesis
Provides the hypothesis classes for learning operator Iterating Generic Sequential Sampling.
edu.udo.cs.yale.operator.learner.igss.utility - package edu.udo.cs.yale.operator.learner.igss.utility
Provides utility function classes for learning operator Iterating Generic Sequential Sampling.
edu.udo.cs.yale.operator.learner.kernel - package edu.udo.cs.yale.operator.learner.kernel
Learning schemes which make use of kernel functions to transform the feature space, e.g. support vector machines.
edu.udo.cs.yale.operator.learner.kernel.evosvm - package edu.udo.cs.yale.operator.learner.kernel.evosvm
Implementations of SVMs which makes use of general purpose optimization methods, e.g. evolutionary strategies or particle swarm optimization.
edu.udo.cs.yale.operator.learner.lazy - package edu.udo.cs.yale.operator.learner.lazy
Learning schemes which perform lazy learning.
edu.udo.cs.yale.operator.learner.meta - package edu.udo.cs.yale.operator.learner.meta
Meta learning schemes which uses other learning operators to increase the performance.
edu.udo.cs.yale.operator.learner.meta.eaboost - package edu.udo.cs.yale.operator.learner.meta.eaboost
Classes used for a multi-objective evolutionary boosting based on BayBoostModels.
edu.udo.cs.yale.operator.learner.weka - package edu.udo.cs.yale.operator.learner.weka
Operators which encapsulate the learning schemes provided by Weka.
edu.udo.cs.yale.operator.meta - package edu.udo.cs.yale.operator.meta
Provides YALE operators for experiment iteration, meta operators, and optimization.
edu.udo.cs.yale.operator.parameter - package edu.udo.cs.yale.operator.parameter
This package contains classes for handling of operator parameters and specifiying parameter types.
edu.udo.cs.yale.operator.performance - package edu.udo.cs.yale.operator.performance
Provides performance evaluating operators and performance criteria.
edu.udo.cs.yale.operator.performance.test - package edu.udo.cs.yale.operator.performance.test
Test classes for the performance measures.
edu.udo.cs.yale.operator.postprocessing - package edu.udo.cs.yale.operator.postprocessing
Operators for post processing, usually used for models.
edu.udo.cs.yale.operator.preprocessing - package edu.udo.cs.yale.operator.preprocessing
Operators for preprocessing purposes.
edu.udo.cs.yale.operator.preprocessing.discretization - package edu.udo.cs.yale.operator.preprocessing.discretization
Contains discretization operators which can be used to transform numerical into nominal attributes.
edu.udo.cs.yale.operator.preprocessing.filter - package edu.udo.cs.yale.operator.preprocessing.filter
Containing filter operators changing the input example set, e.g. by removing certain attributes or changing the data.
edu.udo.cs.yale.operator.preprocessing.normalization - package edu.udo.cs.yale.operator.preprocessing.normalization
Preprocessing operators used for normalization.
edu.udo.cs.yale.operator.preprocessing.sampling - package edu.udo.cs.yale.operator.preprocessing.sampling
Preprocessing operators used for sampling.
edu.udo.cs.yale.operator.validation - package edu.udo.cs.yale.operator.validation
Operators for estimation of the performance which can be achieved by learning schemes (and other predictive operators).
edu.udo.cs.yale.operator.validation.significance - package edu.udo.cs.yale.operator.validation.significance
Statistical significance like ANOVA or t-tests.
edu.udo.cs.yale.operator.visualization - package edu.udo.cs.yale.operator.visualization
The operators in this package might be useful for visualization purposes.
edu.udo.cs.yale.test - package edu.udo.cs.yale.test
Provides test classes.
edu.udo.cs.yale.tools - package edu.udo.cs.yale.tools
Provides tools for YALE like parsers for the YALE input files.
edu.udo.cs.yale.tools.att - package edu.udo.cs.yale.tools.att
Provides tools for parsing the attribute description file.
edu.udo.cs.yale.tools.jdbc - package edu.udo.cs.yale.tools.jdbc
Provides tools for database access via JDBC connections.
edu.udo.cs.yale.tools.log - package edu.udo.cs.yale.tools.log
Provides tool classes for logging, especially for formatting the log messages.
edu.udo.cs.yale.tools.math - package edu.udo.cs.yale.tools.math
Several tool classes for mathematical operations.
edu.udo.cs.yale.tools.math.optimization - package edu.udo.cs.yale.tools.math.optimization
Optimization schemes which can be used by operators.
edu.udo.cs.yale.tools.math.optimization.ec.es - package edu.udo.cs.yale.tools.math.optimization.ec.es
Evolutionary Strategies Optimization for real valued optimization problems.
edu.udo.cs.yale.tools.math.optimization.ec.pso - package edu.udo.cs.yale.tools.math.optimization.ec.pso
Particle Swarm Optimization for real valued optimization problems.
edu.udo.cs.yale.tools.math.som - package edu.udo.cs.yale.tools.math.som
Provides class for SOM (Self Organizing Map, Kohonen Net) calculation.
edu.udo.cs.yale.tools.plugin - package edu.udo.cs.yale.tools.plugin
Provides tools for YALE plugins.
eigenvalue_table - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
eigenvalue_table - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
eigenvalues - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
eigenvalues - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
eigenvalues - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
eigenvector_table - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
eigenvector_table - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
eigenvectorMatrix - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
eigenvectors - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
eigenvectors - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
elements - Variable in class edu.udo.cs.mySVM.Util.Cache
Cache rows
ElitistSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Performs a very elitist selection by just adding the best individual for k times.
ElitistSelection(int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.ElitistSelection
 
empty() - Method in class edu.udo.cs.mySVM.Util.Heap
 
empty() - Method in class edu.udo.cs.yale.operator.features.Population
Returns true is the population contains no individuals.
enableActions() - Method in class edu.udo.cs.yale.gui.MainFrame
Enables and disables all actions according to the current state (experiment running, operator selected...
enabled - Variable in class edu.udo.cs.yale.operator.Operator
Indicates if this operator is enabled.
enableUndoAction() - Method in class edu.udo.cs.yale.gui.MainFrame
 
end - Variable in class edu.udo.cs.yale.gui.SearchDialog.Result
 
end - Variable in class edu.udo.cs.yale.tools.math.BinaryPeakFinder.Area
 
END_TEXT - Static variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
endGroup(String, PrintWriter) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
endGroup(String, PrintWriter) - Method in interface edu.udo.cs.yale.doc.OperatorDocGenerator
Generates the footer for the group with the given name.
ENorm - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
ENSEMBLE_CLASSIFIERS - Static variable in class edu.udo.cs.yale.tools.WekaOperatorFactory
 
ensureAttributeTypeIsUnique(String) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
ensureAttributeTypeIsUnique(String) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
ensureAttributeTypeIsUnique(String) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
ensureClassification() - Method in class edu.udo.cs.yale.example.NominalAttribute
Throws a runtime exception if this attribute is not a classification attribute.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.BooleanArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.ByteArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.DatabaseDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in interface edu.udo.cs.yale.example.DataRow
Ensures that neither get(i) nor put(i,v) throw a runtime exception for all 0 <= i="i" <="numberOfColumns</i">.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.DoubleArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.FloatArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class edu.udo.cs.yale.example.SparseMapDataRow
Does nothing.
ensureRowCorrect() - Method in class edu.udo.cs.yale.example.DatabaseDataRow
Ensures that the current row is the current row of the result set.
ensureYaleHomeSet() - Static method in class edu.udo.cs.yale.tools.ParameterService
Tries to find the yale.home directory if the property is not set and sets it.
ENTROPY - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
entropyLog2(double) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
enumerateInstances() - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Returns an instance enumeration based on an ExampleReader.
eof - Variable in class edu.udo.cs.yale.example.FileDataRowReader
Remember if an end of file has occured.
eof - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Remember if an end of file has occured.
eof - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
EpanechnikovKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of the Epanechnikov kernel of both examples.
EpanechnikovKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
epsilon - Variable in class edu.udo.cs.myKLR.KLR
 
epsilon - Variable in class edu.udo.cs.yale.generator.SinusFactory
Generates this peaksPerPeak peaks in the range of epsilon * frequency.
epsilon - Variable in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
If the difference is smaller than epsilon, the attributes are considered as equivalent.
epsilon - Variable in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
epsilon - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Parameter epsilon of the GSS algorithm
epsilon - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
This parameter indicates the weight of errors for regression.
epsilon - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
This parameter indicates the weight of errors for regression.
epsilon_neg - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
epsilon_pos - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
epsilon_tol - Variable in class edu.udo.cs.myGP.Parameter
 
equalConstructionDescription(Attribute) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if the attribute was constructed the same way a was constructed.
equalConstructionDescription(Attribute) - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if the attribute was constructed the same way a was constructed.
EQUALLY_PROB_LABELS - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
EQUALLY_PROB_LABELS - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
equalMessageCount - Static variable in class edu.udo.cs.yale.tools.LogService
Counts how often a message was repeated.
equals(Object) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if the given attribute has the same name and table index.
equals(Object) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Returns true, if all attributes including labels and other special attributes are equal.
equals(Attribute, Attribute) - Static method in class edu.udo.cs.yale.example.AbstractExampleSet
Returns true iff both attributes are null or a1.equals(a2) returns true.
equals(Object) - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if the given object is an attribute with the same name and table index.
EQUALS - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
equals(Object) - Method in class edu.udo.cs.yale.example.AttributeWeight
Returns true if both objects have the same name and the same weight.
equals(Object) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
equals(Object) - Method in interface edu.udo.cs.yale.example.ExampleSet
True if all attributes are equal.
equals(Object) - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
equals(Object) - Method in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
equals(Object) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
A FeatureGenerator equals another FeatureGenerator if its class is equal and its arguments are equal and its function names are equal.
equals(Object) - Method in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
equals(Object) - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
equals(Object) - Method in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
equals(Object) - Method in class edu.udo.cs.yale.operator.AbstractModel
Returns true iff the given object has the same class.
EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Two rules are equal, if they are both permutations of the same set of literals and predict the same label.
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Returns true if the hypothesis contained in the model are equal.
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Returns true if both attributes and both values are equal.
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns true if the two rules have the same premise and make the same perdiction.
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns true if the same hypothesis is stored by both results.
equals(Object) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
equals(Object) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Returns true if the given parameters are not null and are the same like this parameters.
equivalent(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
 
EquivalentAttributeRemoval - Class in edu.udo.cs.yale.operator.features
If the example set contain two equivalent attributes, the longer representation is removed.
EquivalentAttributeRemoval(int, double, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
Creates a new equivalent attribute removal population operator.
ERB - Static variable in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
error - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
ERROR - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Indicates classification error.
ERROR - Static variable in class edu.udo.cs.yale.tools.LogService
Use this log verbosity for logging of errors.
ErrorDialog - Class in edu.udo.cs.yale.gui.dialog
The error message dialog.
ErrorDialog(String, String, Icon, Throwable, boolean) - Constructor for class edu.udo.cs.yale.gui.dialog.ErrorDialog
 
ErrorDialog.FormattedStackTraceElement - Class in edu.udo.cs.yale.gui.dialog
 
ErrorDialog.FormattedStackTraceElement(StackTraceElement) - Constructor for class edu.udo.cs.yale.gui.dialog.ErrorDialog.FormattedStackTraceElement
 
ErrorDialog.StackTraceList - Class in edu.udo.cs.yale.gui.dialog
 
ErrorDialog.StackTraceList(Throwable) - Constructor for class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
errorList - Variable in class edu.udo.cs.yale.operator.Operator
The list which stores the errors of this operator (parameter not set, wrong children number, wrong IO).
errorRate - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostPerformanceMeasures
 
escape(String) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
Replace any special characters by an escaped version.
escape(String) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
escape(String) - Static method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
escapeXML(String) - Static method in class edu.udo.cs.yale.tools.Tools
Replaces angle brackets by html entities.
eSetList - Variable in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
ESOptimization - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Evolutionary Strategy approach for SVM optimization.
ESOptimization(double, double, int, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Creates a new evolutionary SVM optimization.
ESParameterOptimization - Class in edu.udo.cs.yale.operator.meta
Evolutionary Strategy approach for an evolutionary parameter optimization.
ESParameterOptimization(EvolutionaryParameterOptimizationOperator, int, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.meta.ESParameterOptimization
Creates a new evolutionary SVM optimization.
EstimatedCriterionTest - Class in edu.udo.cs.yale.operator.performance.test
Tests EstimatedPerformance.
EstimatedCriterionTest() - Constructor for class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
EstimatedPerformance - Class in edu.udo.cs.yale.operator.performance
This class is used to store estimated performance values before or even without the performance test is actually done using a test set.
EstimatedPerformance() - Constructor for class edu.udo.cs.yale.operator.performance.EstimatedPerformance
Clone constructor.
EstimatedPerformance(String, double, int, boolean) - Constructor for class edu.udo.cs.yale.operator.performance.EstimatedPerformance
Constructs a new extimated performance criterion.
estimatePerformance(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.FixedSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.RandomSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
This is the main method of the validation chain and must be implemented to estimate a performance of inner operators on the given example set.
estimatePerformance(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.XValidation
 
EuclideanDistance - Class in edu.udo.cs.yale.tools.math.som
This class provides a distance measure, equivalent to the euclidian distance measure.
EuclideanDistance() - Constructor for class edu.udo.cs.yale.tools.math.som.EuclideanDistance
 
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.Kernel
Evaluate kernel
eval(double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Evaluate KernelBasisFunction
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelCauchy
evaluate kernel
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
 
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
 
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelLaplace
evaluate kernel
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
 
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelPoly
evaluate kernel
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelRadial
evaluate kernel
eval(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
 
evaluate(List, ExampleSet) - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates example sets from all individuals and invoke the inner operators in order to estimate the performance.
evaluate(Population) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Evaluates all individuals in the population by applying the inner operators.
evaluate(Individual) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Evaluates the given individual.
evaluate(List<BoostingIndividual>, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Creates example sets from all individuals and invoke the inner operators in order to estimate the performance.
evaluate(ExampleSet, PerformanceVector) - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Evaluates the given test set.
evaluate(PerformanceEvaluator, ExampleSet, PerformanceVector, List<PerformanceCriterion>, boolean) - Static method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Static version of PerformanceEvaluator.evaluate(ExampleSet,PerformanceVector).
evaluate() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
Applies the inner operator.
evaluate(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Applies the applier and evaluator (= second encapsulated inner operator).
evaluate(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Applies the applier and evaluator.
evaluate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Evaluates the individuals of the given population.
evaluate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Calculates the fitness for all individuals and gives the fitness values to the population.
evaluateCommand(String) - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
evaluateCondition(IOContainer) - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
Evaluates whether the stopping condition is met
evaluateDoubleClick(int, TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Removes existing breakpoints or add a new breakpoint after the currently selected operator.
evaluateIndividual(double[]) - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
evaluateIndividual(double[]) - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting.PSOWeightingOptimization
Uses the inner operators of the weighting operator to determine the best weights.
evaluateIndividual(Individual) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
 
evaluateIndividual(double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
Evaluates the individuals of the given population.
evaluateIndividual(Individual) - Method in class edu.udo.cs.yale.operator.meta.ESParameterOptimization
 
evaluateIndividual(Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
evaluateIndividual(double[]) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
evaluateNominalAttributes(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
evaluateNumericalAttributes(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
evaluatePopup(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
evaluatePopup(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
evaluatePopup(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
evaluatePopup(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Checks if the given mouse event is a popup trigger and creates a new popup menu if necessary.
evaluatePredictions(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
returns the accuracy of the predictions for the given example set
evaluateSingleClick(int, TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Invokes the selection and causes an update of the conditional action list.
evaluateSpecialAttributes(ExampleSet, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
evaluateSpecialAttributes(ExampleSet, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
evaluationCounter - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
evidence - Variable in class edu.udo.cs.yale.generator.AttributePeak
 
EvolutionaryBoosting - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Performs an evolutionary boosting.
EvolutionaryBoosting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Creates a new evolutionary feature aggregation algorithm.
EvolutionaryFeatureAggregation - Class in edu.udo.cs.yale.operator.features.aggregation
Performs an evolutionary feature aggregation.
EvolutionaryFeatureAggregation(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates a new evolutionary feature aggregation algorithm.
EvolutionaryParameterOptimizationOperator - Class in edu.udo.cs.yale.operator.meta
This operator finds the optimal values for a set of parameters using an evolutionary strategies approach which is often more appropriate than a grid search or a greedy search like the quadratic programming approach and leads to better results.
EvolutionaryParameterOptimizationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
EvolutionaryWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator performs the weighting of features with an evolutionary strategies approach.
EvolutionaryWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
EvoOptimization - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Evolutionary Strategy approach for SVM optimization.
EvoOptimization(ExampleSet, Kernel, double, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
Creates a new evolutionary SVM optimization.
EvoSVM - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
This is a SVM implementation using an evolutionary algorithm (ES) to solve the dual optimization problem of a SVM.
EvoSVM(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
Creates a new SVM which uses an Evolutionary Strategy approach for optimization.
EvoSVMModel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
The model for the evolutionary SVM.
EvoSVMModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Creates a new EvoSVMModel (after loading).
EvoSVMModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Creates a new EvoSVMModel (after loading).
EvoSVMModel(Attribute, List<SupportVector>, Kernel, double) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Creates a new EvoSVMModel after training.
Example - Class in edu.udo.cs.mySVM.Examples
An Example for the kernel based algorithms provided by Stefan Rueping.
Example() - Constructor for class edu.udo.cs.mySVM.Examples.Example
 
Example(double[]) - Constructor for class edu.udo.cs.mySVM.Examples.Example
 
Example(Example) - Constructor for class edu.udo.cs.mySVM.Examples.Example
 
Example(int[], double[]) - Constructor for class edu.udo.cs.mySVM.Examples.Example
 
example - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
Example - Class in edu.udo.cs.yale.example
An example consists of regular attributes used for learning purposes and a set of special attributes like labels, clusters, or ids.
Example(DataRow, Attribute[], Map<String, Attribute>) - Constructor for class edu.udo.cs.yale.example.Example
Creates a simple example without attribute weights and weight applier (null).
Example(DataRow, Attribute[], Map<String, Attribute>, AttributeWeights, WeightApplier) - Constructor for class edu.udo.cs.yale.example.Example
Creates a new Example that uses the data stored in a DataRow.
Example2DataTableRowIterator - Class in edu.udo.cs.yale.datatable
This iterator iterates over all examples of an example set and creates Example2DataTableRowWrapper objects.
Example2DataTableRowIterator(Iterator<Example>, List<Attribute>, Attribute) - Constructor for class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
Creates a new DataTable iterator backed up by examples.
Example2DataTableRowWrapper - Class in edu.udo.cs.yale.datatable
This class allows to use Examples as basis for DataTableRow.
Example2DataTableRowWrapper(Example, List<Attribute>, Attribute) - Constructor for class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
Creates a new wrapper.
exampleCoordinates - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
exampleCount - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
exampleCount - Variable in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
exampleCount - Variable in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
exampleCounter - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
exampleCounter - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
exampleFactor - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Factor needed by example_criterion.
ExampleFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator takes an ExampleSet as input and returns a new ExampleSet including only the Examples that fulfill a condition.
ExampleFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
ExampleFormatter - Class in edu.udo.cs.yale.example
Formats an example as specified by the format string.
ExampleFormatter(ExampleFormatter.FormatCommand[]) - Constructor for class edu.udo.cs.yale.example.ExampleFormatter
Constructs a new ExampleFormatter that executes the given array of formatting commands.
ExampleFormatter.FormatCommand - Interface in edu.udo.cs.yale.example
Represents one piece of formatting.
ExampleFormatter.SimpleCommand - Class in edu.udo.cs.yale.example
Implements some simple format commands like 'a' for all attributes or 'l' for the label.
ExampleFormatter.SimpleCommand(char, String[]) - Constructor for class edu.udo.cs.yale.example.ExampleFormatter.SimpleCommand
 
ExampleFormatter.TextCommand - Class in edu.udo.cs.yale.example
Returns simply the given text.
ExampleFormatter.TextCommand(String) - Constructor for class edu.udo.cs.yale.example.ExampleFormatter.TextCommand
 
ExampleFormatter.ValueCommand - Class in edu.udo.cs.yale.example
Returns the value of an argument which must be an attribute's name.
ExampleFormatter.ValueCommand(char, String[], ExampleSet) - Constructor for class edu.udo.cs.yale.example.ExampleFormatter.ValueCommand
 
ExampleGenerator - Class in edu.udo.cs.yale.test
A helper class for testing purposes which is able to create sample example tests for tests.
ExampleGenerator() - Constructor for class edu.udo.cs.yale.test.ExampleGenerator
 
exampleIndex - Variable in class edu.udo.cs.yale.example.StratifiedPartitionBuilder.ExampleIndex
 
ExamplePlotterPoint - Class in edu.udo.cs.yale.gui.plotter
Helper class for the plotter point positions and colors.
ExamplePlotterPoint(int, int, int) - Constructor for class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
ExampleReader - Interface in edu.udo.cs.yale.example
An ExampleReader iterates over a sequence of examples.
examples - Variable in class edu.udo.cs.myKLR.KLR
 
examples_total - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
number of examples after shrinking
examples_total - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
examplesApplied - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
ExampleSet - Class in edu.udo.cs.mySVM.Examples
Implementation of a sparse example set which can be used for learning.
ExampleSet(int, double) - Constructor for class edu.udo.cs.mySVM.Examples.ExampleSet
Creates an empty example set of the given size.
ExampleSet(ExampleSet, Attribute, boolean) - Constructor for class edu.udo.cs.mySVM.Examples.ExampleSet
 
ExampleSet(ExampleSet, Attribute, Map<Integer, ExampleSet.MeanVariance>) - Constructor for class edu.udo.cs.mySVM.Examples.ExampleSet
Creates a fresh example set of the given size from the Yale example reader.
ExampleSet(ObjectInputStream) - Constructor for class edu.udo.cs.mySVM.Examples.ExampleSet
Reads an example set from the given input stream.
exampleSet - Variable in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
ExampleSet - Interface in edu.udo.cs.yale.example
Interface definition for all example sets.
exampleSet - Variable in class edu.udo.cs.yale.example.StratifiedPartitionBuilder
 
exampleSet - Variable in class edu.udo.cs.yale.gui.ExampleVisualizer
 
exampleSet - Variable in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
exampleSet - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
exampleSet - Variable in class edu.udo.cs.yale.operator.features.Individual
The example set.
exampleSet - Variable in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
exampleSet - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
The training example set.
exampleSet - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
The training example set.
exampleSet - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
The example set which backs up the Instances object.
ExampleSet.MeanVariance - Class in edu.udo.cs.mySVM.Examples
This class holds information aboud the means and variances of an attribute.
ExampleSet.MeanVariance(double, double) - Constructor for class edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
 
exampleSet1 - Variable in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
exampleSet2 - Variable in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
ExampleSetAdapter - Class in edu.udo.cs.yale.example
This example set delegates all method calls to an underlying example set.
ExampleSetAdapter(ExampleSetAdapter) - Constructor for class edu.udo.cs.yale.example.ExampleSetAdapter
Clone constructor.
ExampleSetAdapter(ExampleSet) - Constructor for class edu.udo.cs.yale.example.ExampleSetAdapter
Constructs a new ExampleSet that delegates all method calls to the given ExampleSet.
ExampleSetGenerator - Class in edu.udo.cs.yale.operator.generator
Generates a random example set for testing purposes.
ExampleSetGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
ExampleSetIterator - Class in edu.udo.cs.yale.operator.meta
For each example set the ExampleSetIterator finds in its input, the inner operators are applied as if it was an OperatorChain.
ExampleSetIterator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
ExampleSetJoin - Class in edu.udo.cs.yale.operator.preprocessing
Build the join of two example sets using the id attributes of the sets, i.e. both example sets must have an id attribute where the same id indicate the same examples.
ExampleSetJoin(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
 
ExampleSetJoin.AttributeSource - Class in edu.udo.cs.yale.operator.preprocessing
Helper class to find the correct data for all union attributes.
ExampleSetJoin.AttributeSource(int, Attribute) - Constructor for class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
ExampleSetSampleTest - Class in edu.udo.cs.yale.test
Performs the sample experiment and checks the output example set.
ExampleSetSampleTest(String, int, int) - Constructor for class edu.udo.cs.yale.test.ExampleSetSampleTest
 
ExampleSetSampleTest(String, int, int, String[]) - Constructor for class edu.udo.cs.yale.test.ExampleSetSampleTest
 
ExampleSetWriter - Class in edu.udo.cs.yale.operator.io
Writes values of all examples in an ExampleSet to a file.
ExampleSetWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
exampleSource - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
exampleSource - Variable in class edu.udo.cs.yale.gui.properties.AttributeFileCellEditor
 
ExampleSource - Class in edu.udo.cs.yale.operator.io
This operator reads an example set from (a) file(s).
ExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ExampleSource
 
ExampleSourceConfigurationWizard - Class in edu.udo.cs.yale.gui.wizards
This class is the creator for wizard dialogs defining the configuration for ExampleSource operators.
ExampleSourceConfigurationWizard(ConfigurationListener) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Creates a new wizard.
ExampleSourceConfigurationWizardAttributeTypeTable - Class in edu.udo.cs.yale.gui.wizards
This table shows only the attribute names and the attribute types (regular or special).
ExampleSourceConfigurationWizardAttributeTypeTable(List<AttributeDataSource>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel - Class in edu.udo.cs.yale.gui.wizards
 
ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel(List<AttributeDataSource>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
ExampleSourceConfigurationWizardCreator - Class in edu.udo.cs.yale.gui.wizards
This creator can be used to create wizards for the ExampleSource operator.
ExampleSourceConfigurationWizardCreator() - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardCreator
Necessary for construction by reflection.
ExampleSourceConfigurationWizardDataTable - Class in edu.udo.cs.yale.gui.wizards
This class display a small data view corresponding on the current wizard settings.
ExampleSourceConfigurationWizardDataTable(List<AttributeDataSource>, List<String[]>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel - Class in edu.udo.cs.yale.gui.wizards
 
ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel(List<AttributeDataSource>, List<String[]>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
ExampleSourceConfigurationWizardValueTypeTable - Class in edu.udo.cs.yale.gui.wizards
This table shows only the attribute names and the attribute value types.
ExampleSourceConfigurationWizardValueTypeTable(List<AttributeDataSource>, List<String[]>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel - Class in edu.udo.cs.yale.gui.wizards
 
ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel(List<AttributeDataSource>, List<String[]>) - Constructor for class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
exampleTable - Variable in class edu.udo.cs.yale.example.AttributeParser
The example table to which the attributes should be added.
ExampleTable - Interface in edu.udo.cs.yale.example
This class is the core data supplier for example sets.
exampleTable - Variable in class edu.udo.cs.yale.example.SimpleExampleSet
The table used for reading the examples from.
exampleTable - Variable in class edu.udo.cs.yale.generator.FeatureGenerator
The example table to work on.
ExampleTest - Class in edu.udo.cs.yale.example.test
Should test an example.
ExampleTest() - Constructor for class edu.udo.cs.yale.example.test.ExampleTest
 
ExampleTestTools - Class in edu.udo.cs.yale.example.test
Provides factory methods for text fixtures.
ExampleTestTools() - Constructor for class edu.udo.cs.yale.example.test.ExampleTestTools
 
exampleTransform - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
This transformation might help to speed up the creation of sparse examples.
ExampleVisualizationOperator - Class in edu.udo.cs.yale.operator.visualization
Generates a mapping between ids and examples (which doubles memory usage!)
ExampleVisualizationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
ExampleVisualizer - Class in edu.udo.cs.yale.gui
A visualizer which shows the attribute values of an example.
ExampleVisualizer(ExampleSet) - Constructor for class edu.udo.cs.yale.gui.ExampleVisualizer
 
EXCEED_BEHAVIORS - Static variable in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
ExcelExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can be used to load data from Microsoft Excel spreadsheets.
ExcelExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ExcelExampleSource
 
EXCEPTION - Static variable in class edu.udo.cs.yale.tools.LogService
Use this log verbosity for logging of exceptions.
exceptionPattern - Variable in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
 
exit() - Method in class edu.udo.cs.yale.gui.MainFrame
 
EXIT_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
exit_optimizer() - Method in class edu.udo.cs.mySVM.SVM.SVM
exit the optimizer
EXP - Static variable in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
EXP - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
EXPAND_ALL_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
expandAll() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Expands the complete tree.
expandNode(ConjunctiveRuleModel, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Evaluates a single rule by computing its score, and the best possible score after refining this rule.
expandString(String) - Method in class edu.udo.cs.yale.operator.Operator
Replaces %n with the name of this operator %c with the class of this operator %a with the number of times the operator was applied %b with the number of times the operator was applied plus one (a shortcut for %p[1]) %p[number] with the number of times the operator was applied plus number %t with the system time %% with % Returns null if str is null.
expected - Variable in class edu.udo.cs.yale.example.test.DataRowTest
 
expectedNumberOfColumns - Variable in class edu.udo.cs.yale.example.FileDataRowReader
This array holds the information how many columns each data source should provide.
Experiment - Class in edu.udo.cs.yale
This class was introduced to avoid confusing handling of operator maps and other stuff when a new experiment is created.
Experiment() - Constructor for class edu.udo.cs.yale.Experiment
Constructs an experiment consisting only of a SimpleOperatorChain.
Experiment(URL) - Constructor for class edu.udo.cs.yale.Experiment
 
Experiment(File) - Constructor for class edu.udo.cs.yale.Experiment
 
Experiment(String) - Constructor for class edu.udo.cs.yale.Experiment
Reads an experiment configuration from an XML String.
Experiment(InputStream) - Constructor for class edu.udo.cs.yale.Experiment
Reads an experiment configuration from the given file.
experiment - Variable in class edu.udo.cs.yale.gui.ExperimentThread
 
experiment - Variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
experiment - Variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
experiment - Variable in class edu.udo.cs.yale.MacroHandler
 
experiment - Variable in class edu.udo.cs.yale.operator.Operator
The experiment the operator belongs to.
experiment - Static variable in class edu.udo.cs.yale.Yale
 
EXPERIMENT_FILE - Static variable in class edu.udo.cs.yale.MacroHandler
 
EXPERIMENT_NAME - Static variable in class edu.udo.cs.yale.MacroHandler
 
EXPERIMENT_PATH - Static variable in class edu.udo.cs.yale.MacroHandler
 
EXPERIMENT_RUNNING - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
experimentChanged(Operator) - Method in interface edu.udo.cs.yale.gui.experimenteditor.ExperimentEditor
Notifies the component that the experiment has changed.
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
experimentChanged(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
experimentChanged() - Method in class edu.udo.cs.yale.gui.MainFrame
Must be called when the experiment changed (such that is different from the experiment last saved to disk.
ExperimentCreator - Class in edu.udo.cs.yale.test
Test and example class for the creation of Yale experiments from other applications.
ExperimentCreator() - Constructor for class edu.udo.cs.yale.test.ExperimentCreator
 
ExperimentEditor - Interface in edu.udo.cs.yale.gui.experimenteditor
Interface for a GUI component that can display and/or edit an experiment.
ExperimentEmbeddingOperator - Class in edu.udo.cs.yale.operator.meta
This operator can be used to embed a complete experiment into the current experiment.
ExperimentEmbeddingOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ExperimentEmbeddingOperator
 
experimentEnded() - Method in interface edu.udo.cs.yale.ExperimentListener
 
experimentEnded() - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
experimentEnded() - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
experimentEnded() - Method in class edu.udo.cs.yale.gui.ExperimentThread
 
experimentEnded(IOContainer) - Method in class edu.udo.cs.yale.gui.MainFrame
 
experimentFile - Variable in class edu.udo.cs.yale.Experiment
 
experimentfile - Variable in class edu.udo.cs.yale.Main
 
experimentFinished() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Called at the end of the experiment.
experimentFinished() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
experimentFinished() - Method in class edu.udo.cs.yale.operator.Operator
Called at the end of the experiment.
experimentFinished() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
experimentFinished() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
ExperimentInfoScreen - Class in edu.udo.cs.yale.gui.dialog
This dialog is shown after loading an experiment if the root operator has a user comment (description tag).
ExperimentInfoScreen(Frame, String, String) - Constructor for class edu.udo.cs.yale.gui.dialog.ExperimentInfoScreen
 
ExperimentListener - Interface in edu.udo.cs.yale
Listens to events during the run of an experiment.
ExperimentLogOperator - Class in edu.udo.cs.yale.operator.visualization
This operator records almost arbitrary data.
ExperimentLogOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
ExperimentOperator - Class in edu.udo.cs.yale.operator
Each experiment must contain exactly one operator of this class and it must be the root operator of the experiment.
ExperimentOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.ExperimentOperator
 
ExperimentOperator(OperatorDescription, Experiment) - Constructor for class edu.udo.cs.yale.operator.ExperimentOperator
Creates an empty operator chain.
ExperimentPanel - Class in edu.udo.cs.yale.gui.experimenteditor
The panel containing the ExperimentRenderer.
ExperimentPanel() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
ExperimentPanel(ExperimentRenderer) - Constructor for class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
experimentPanel - Variable in class edu.udo.cs.yale.gui.MainFrame
 
experimentRenderer - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
experimentRenderer - Variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
ExperimentRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
A pure renderer that cannot (yet) edit the experiment.
ExperimentRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
EXPERIMENTS - Static variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
experiments - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
experimentStarts() - Method in interface edu.udo.cs.yale.ExperimentListener
 
experimentStarts() - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
Does nothing.
experimentStarts() - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
experimentStarts() - Method in class edu.udo.cs.yale.gui.ExperimentThread
 
experimentStarts() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Called at the beginning of the experiment.
experimentStarts() - Method in class edu.udo.cs.yale.operator.Operator
Called when the experiment starts.
experimentStarts() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
experimentStarts() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
experimentStep(ExperimentOperator) - Method in interface edu.udo.cs.yale.ExperimentListener
 
experimentStep(ExperimentOperator) - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
experimentStep(ExperimentOperator) - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
experimentStep(ExperimentOperator) - Method in class edu.udo.cs.yale.gui.ExperimentThread
 
ExperimentStoppedException - Exception in edu.udo.cs.yale.operator
Exception class whose instances are thrown by instances of the class 'Operator' or of one of its subclasses.
ExperimentStoppedException(Operator) - Constructor for exception edu.udo.cs.yale.operator.ExperimentStoppedException
 
ExperimentThread - Class in edu.udo.cs.yale.gui
A Thread for running an experiment in.
ExperimentThread(Experiment) - Constructor for class edu.udo.cs.yale.gui.ExperimentThread
 
experimentThread - Variable in class edu.udo.cs.yale.gui.MainFrame
 
expert - Variable in class edu.udo.cs.yale.operator.parameter.ParameterType
Indicates if this is an parameter only viewable in expert mode.
expertMode - Variable in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
expertModeIcon - Variable in class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
ExponentialFunctionGenerator - Class in edu.udo.cs.yale.generator
This class has one numerical input attribute and one output attribute.
ExponentialFunctionGenerator(int) - Constructor for class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
ExponentialFunctionGenerator() - Constructor for class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
EXPORT_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
extension - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
 
extensions - Variable in class edu.udo.cs.yale.gui.SimpleFileFilter
 
extractDouble(byte[], int) - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Extracts double from byte array.
extractInt(byte[], int) - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Extracts int from byte array.
extractLabel(Model, ExampleSet) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
 
extractString(byte[], int, int) - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Extracts string from byte array.

F

F_MEASURE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
FACTOR - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
Used factor for shrinking and enlarging.
factory - Variable in class edu.udo.cs.yale.example.AbstractDataRowReader
 
factory - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
factory - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
The sinus factory.
FAIL - Static variable in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
FALLOUT - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
FALSE_NEGATIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
FALSE_POSITIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
FALSE_STRINGS - Static variable in class edu.udo.cs.yale.tools.Tools
 
FastExample2SparseTransform - Class in edu.udo.cs.yale.example
This class can be used for the efficient generation of sparse example formats.
FastExample2SparseTransform(ExampleSet) - Constructor for class edu.udo.cs.yale.example.FastExample2SparseTransform
Returns for a table giving the equivalence between the positions of the Attributes in the ExampleTable and the number of the regular Attributes in the ExampleSet.
FastFourierTransform - Class in edu.udo.cs.yale.tools.math
Performs a FastFourierTransform on an array of complex values.
FastFourierTransform(int) - Constructor for class edu.udo.cs.yale.tools.math.FastFourierTransform
 
FastICA - Class in edu.udo.cs.yale.operator.features.transformation
This operator performs the independent componente analysis (ICA).
FastICA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.FastICA
 
FastICAModel - Class in edu.udo.cs.yale.operator.features.transformation
This is the transformation model of the FastICA.
FastICAModel() - Constructor for class edu.udo.cs.yale.operator.features.transformation.FastICAModel
Default Constructor.
FastICAModel(String[], int, double[], boolean, Matrix, Matrix, Matrix) - Constructor for class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
FATAL - Static variable in class edu.udo.cs.yale.tools.LogService
Use this log verbosity for logging of fatal errors which will stop experiment running somewhere in the future.
FDistribution - Class in edu.udo.cs.yale.tools.math
The FDistribution depends on two given degrees of freedom.
FDistribution(int, int) - Constructor for class edu.udo.cs.yale.tools.math.FDistribution
 
feasible(int) - Method in class edu.udo.cs.mySVM.SVM.SVM
 
feasible_epsilon - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
feature2remove - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
FeatureBlockTypeFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator switches off all features whose block type matches the one given in the parameter skip_features_of_type.
FeatureBlockTypeFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.FeatureBlockTypeFilter
 
FeatureFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This is an abstract superclass for feature filters.
FeatureFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
FeatureGenerationOperator - Class in edu.udo.cs.yale.operator.features.construction
This operator generates new user specified features.
FeatureGenerationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
FeatureGenerator - Class in edu.udo.cs.yale.generator
Abstract superclass of all attribute generators.
FeatureGenerator() - Constructor for class edu.udo.cs.yale.generator.FeatureGenerator
 
FeatureNameFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator switches off all features whose name matches the one given in the parameter skip_features_with_name.
FeatureNameFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
 
FeatureOperator - Class in edu.udo.cs.yale.operator.features
This class is the superclass of all feature selection and generation operators.
FeatureOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.FeatureOperator
 
FeatureRangeRemoval - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator removes the attributes of a given range.
FeatureRangeRemoval(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.FeatureRangeRemoval
 
FeatureSelectionOperator - Class in edu.udo.cs.yale.operator.features.selection
This operator realizes the two deterministic greedy feature selection algorithms forward selection and backward elimination.
FeatureSelectionOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
FeatureValueTypeFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator switches off all features whose value type matches the one given in the parameter skip_features_of_type.
FeatureValueTypeFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.FeatureValueTypeFilter
 
FeatureWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
FeatureWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
fetchAllValues() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
fetchValue(String, int) - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
fft - Variable in class edu.udo.cs.yale.generator.SinusFactory
The fast fourier transformation calculator.
file - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
file - Variable in class edu.udo.cs.yale.test.SampleTest
 
file - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
FILE_NR - Static variable in class edu.udo.cs.yale.example.FileDataRowReader
 
FILE_PATH - Static variable in class edu.udo.cs.yale.tools.Ontology
 
FileDataRowReader - Class in edu.udo.cs.yale.example
FileDataRowReader implements a DataRowReader that reads DataRows from a file.
FileDataRowReader(DataRowFactory, List<AttributeDataSource>, double, int, String, char[], boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.example.FileDataRowReader
Constructs a new FileDataRowReader.
FileDataRowReader(DataRowFactory, List<AttributeDataSource>, double, int, String, char[], boolean, char, RandomGenerator) - Constructor for class edu.udo.cs.yale.example.FileDataRowReader
Constructs a new FileDataRowReader.
fileHeader - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
fileReader - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The file readers.
fileReader - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
fileTextField - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The text field with the name of the data file.
FileValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Cell editor consiting of a text field and a small button for opening a file chooser.
FileValueCellEditor(ParameterTypeFile) - Constructor for class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
fillDataTable(SimpleDataTable, List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
fillDataTable(SimpleDataTable, Population, boolean) - Static method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
fillDataTable(SimpleDataTable, List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
fillDataTable(SimpleDataTable, Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
 
fillParameterCombo() - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MultivariateSeries2WindowExamples
 
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.UnivariateSeries2WindowExamples
 
fillTable(ExampleTable, Attribute, Peak[]) - Method in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
Fills the table with the length of the given complex numbers in the column of the attribute.
fillTableWithRandomValues(ExampleTable, RandomGenerator) - Static method in class edu.udo.cs.yale.example.Tools
After creation of a new MemoryExampleTable with given size all values are Double.NaN.
fillValueCombo() - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
filter - Variable in class edu.udo.cs.yale.generator.SinusFactory
The spectrum filter type which should be applied on the spectrum after the fourier transformation.
filter - Variable in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
filter(Complex[], int) - Method in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
FILTER_RELATIONS - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
filterCounter - Variable in class edu.udo.cs.yale.gui.viewer.DataViewer
Filter counter display.
filterFitness(double) - Method in class edu.udo.cs.yale.operator.features.selection.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterValue(double, int) - Method in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
finalize() - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
find(List, String) - Static method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
findAttribute(String) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the attribute with the given name.
findAttribute(String) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the attribute with the given name.
findEnsembleModel(Model) - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
findImplementationsInJar(JarFile, Class, List<String>) - Static method in class edu.udo.cs.yale.tools.Tools
 
findImplementationsInJar(ClassLoader, JarFile, Class<?>, List<String>) - Static method in class edu.udo.cs.yale.tools.Tools
 
findMaximum(Peak[], int, int) - Method in class edu.udo.cs.yale.tools.math.BinaryPeakFinder
Finds the index point of the maximum of the series between startIndex and endIndex.
findPlugins() - Static method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns a list of Plugins found in the plugins directory.
findSourceFile(StackTraceElement) - Static method in class edu.udo.cs.yale.tools.Tools
 
finish() - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
finish() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
finish() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
fireAddEvent(Operator) - Method in class edu.udo.cs.yale.operator.OperatorChain
Notifies all added add listeners that a new child was added.
fireBreakpointEvent(Operator, IOContainer, int) - Method in class edu.udo.cs.yale.Experiment
 
fireEvent() - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
fireOperatorChanged(Object, TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was changed in some way.
fireOperatorInserted(Object, TreePath, int, Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Must be used to indicate that a new operator was added.
fireOperatorRemoved(Object, TreePath, int, Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was removed.
fireOperatorRenamed(Object, TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was renamed.
fireResumeEvent() - Method in class edu.udo.cs.yale.Experiment
 
fireStructureChanged(Object, TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Must be used to indicate that the tree structure has changed.
fireVisualizationEvent(String) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
FIRST - Static variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
FIRST_SOURCE - Static variable in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
FIRST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
FIRST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
FIRST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
FIRST_TYPE_INDEX - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
FIRST_VALUE_INDEX - Static variable in class edu.udo.cs.yale.example.BinaryAttribute
The index of the first value.
firstCapability - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
firstColumn - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
firstColumn - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The first attribute which should be shown (counting starts at 1).
firstCounter - Variable in class edu.udo.cs.yale.example.BinaryAttribute
A counter for the first value.
firstRow - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
firstRow - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The first row which should be shown.
firstRowAsNames - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates if the first row should be used for column names.
firstValue - Variable in class edu.udo.cs.yale.example.BinaryAttribute
The first nominal value.
fitness - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
fitness - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
fitness - Variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
fitness - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
fitness - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
fitnessSum - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
FixedSplitValidationChain - Class in edu.udo.cs.yale.operator.validation
A FixedSplitValidationChain splits up the example set at a fixed point into a training and test set and evaluates the model (linear sampling).
FixedSplitValidationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.FixedSplitValidationChain
 
flag - Variable in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
flipAttributeUsed(int) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Flips the selection state of the attribute with the given index.
flipLabel(double) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Works only for boolean labels and needs to be improved in case of changing Yale core classes.
FloatArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by a float array.
FloatArrayDataRow(float[]) - Constructor for class edu.udo.cs.yale.example.FloatArrayDataRow
Creates a new data row backed by an primitive array.
FloatSparseArrayDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by primitive arrays.
FloatSparseArrayDataRow() - Constructor for class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Creates an empty sparse array data row with size 0.
FloatSparseArrayDataRow(int) - Constructor for class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Creates a sparse array data row of the given size.
FLOOR - Static variable in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
FloorCeilGenerator - Class in edu.udo.cs.yale.generator
This class has one numerical input attribute and one output attribute.
FloorCeilGenerator(int) - Constructor for class edu.udo.cs.yale.generator.FloorCeilGenerator
 
FloorCeilGenerator() - Constructor for class edu.udo.cs.yale.generator.FloorCeilGenerator
 
flush() - Method in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
flush() - Method in class edu.udo.cs.yale.tools.log.StreamMultiplier
Flushes all writers.
flush() - Method in class edu.udo.cs.yale.tools.OutputStreamMultiplier
 
flush() - Method in class edu.udo.cs.yale.tools.WriterMultiplier
Flushes all writers.
FN - Static variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
 
forceIterations - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Always make all iterations?
format(Example) - Method in class edu.udo.cs.yale.example.ExampleFormatter
Formats a single example.
format(Example) - Method in interface edu.udo.cs.yale.example.ExampleFormatter.FormatCommand
 
format(Example) - Method in class edu.udo.cs.yale.example.ExampleFormatter.SimpleCommand
 
format(Example) - Method in class edu.udo.cs.yale.example.ExampleFormatter.TextCommand
 
format(Example) - Method in class edu.udo.cs.yale.example.ExampleFormatter.ValueCommand
 
format - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
One out of FORMAT_XY, FORMAT_YX, FORMAT_PREFIX, FORMAT_SEPARATE_FILE, and FORMAT_NO_LABEL.
FORMAT_NAMES - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Names of the formats.
FORMAT_NO_LABEL - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Label is missing.
FORMAT_PREFIX - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Label has a prefix specified in the prefix map.
FORMAT_SEPARATE_FILE - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Label is in separate file.
FORMAT_XY - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Label succeeds attributes.
FORMAT_YX - Static variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Label preceeds attributes.
formatCommands - Variable in class edu.udo.cs.yale.example.ExampleFormatter
The commands used subsequently to format the example.
formatDeviation(double) - Method in class edu.udo.cs.yale.tools.math.Averagable
Formats the standard deviation for the Averagable.toString() method.
formatIntegerIfPossible(double) - Static method in class edu.udo.cs.yale.tools.Tools
Returns a number string with no fraction digits if possible.
formatNames - Static variable in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
formatNumber(double) - Static method in class edu.udo.cs.yale.tools.Tools
Returns a formatted string of the given number (number format with usually three fraction digits).
formatNumber(double, int) - Static method in class edu.udo.cs.yale.tools.Tools
Returns a formatted string of the given number (number format with three fraction digits).
formatPercent() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
formatPercent() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns true.
formatPercent() - Method in class edu.udo.cs.yale.tools.math.Averagable
Indicates wether or not percentage format should be used in the Averagable.toString() method.
formatPercent(double) - Static method in class edu.udo.cs.yale.tools.Tools
Returns a formatted string of the given number (percent format with two fraction digits).
FormattedFilterStream - Class in edu.udo.cs.yale.tools.log
Filters according to the given filter before the characters are given to the parent stream.
FormattedFilterStream(OutputStream, LogFormatFilter) - Constructor for class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
formatter - Variable in class edu.udo.cs.yale.example.CorrelationMatrix
 
formatter - Static variable in exception edu.udo.cs.yale.operator.UserError
 
formatValue(double) - Method in class edu.udo.cs.yale.tools.math.Averagable
Formats the value for the Averagable.toString() method.
FORWARD_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
ForwardSelection - Class in edu.udo.cs.yale.operator.features.selection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
ForwardSelection(ExampleSet) - Constructor for class edu.udo.cs.yale.operator.features.selection.ForwardSelection
 
ForwardWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
ForwardWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.ForwardWeighting
 
FourierGeneratingMutation - Class in edu.udo.cs.yale.operator.features.construction
The mutation operator for FourierGGA.
FourierGeneratingMutation(List<Attribute>, double, List<FeatureGenerator>, int, int, int, int, int, double, int, String[], RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
FourierGenerator - Class in edu.udo.cs.yale.operator.features.construction
This PopulationOperator generates new attributes in an individual's example table.
FourierGenerator(int, int, int, double, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.FourierGenerator
Creates a new fourier generator.
FourierGGA - Class in edu.udo.cs.yale.operator.features.construction
FourierGGA has all functions of YAGGA2.
FourierGGA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.FourierGGA
 
FourierTransform - Class in edu.udo.cs.yale.operator.features.transformation
Creates a new example set consisting of the result of a fourier transformation for each attribute of the input example set.
FourierTransform(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
FP - Static variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
 
fraction - Variable in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
fractionDigits - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
Number of fraction digits.
fractionDigitsField - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The textfield for the fraction digits.
freeTextArea - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
frequency - Variable in class edu.udo.cs.yale.generator.AttributePeak
 
FREQUENCY2TIME - Static variable in class edu.udo.cs.yale.tools.math.FastFourierTransform
Specifies the transformation from frequency into time domain.
FrequencyDiscretizer - Class in edu.udo.cs.yale.operator.preprocessing.discretization
An example filter that discretizes all numeric attributes in the dataset into nominal attributes.
FrequencyDiscretizer(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizer
 
FrequencyDiscretizerExample - Class in edu.udo.cs.yale.operator.preprocessing.discretization
A helperclass for the preprocessing operator FrequencyDiscretizer.
FrequencyDiscretizerExample(double, Example) - Constructor for class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
fromColumnField - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The textfield for the column start.
fromRowField - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The textfield for the row start.
fromXML(String) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
fromXML(InputStream) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
fromXML(Reader) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
fullfillRelation(double, double, int) - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
FUNCTION - Static variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
function - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
FUNCTION_NAME - Static variable in class edu.udo.cs.yale.generator.ConstantGenerator
 
FUNCTION_NAME - Static variable in class edu.udo.cs.yale.generator.NormalizationGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.MinMaxGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
FUNCTION_VALUE - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
functionName - Variable in exception edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException
 
FUNCTIONS - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The currently implemented window functions.
functionvalues - Variable in class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
FunctionValueSeries - Class in edu.udo.cs.yale.operator.features.transformation
Calculates for each sample a series of function values.
FunctionValueSeries(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
fValue - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
fvalue_series - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 

G

gamma - Variable in class edu.udo.cs.mySVM.Kernel.KernelRadial
 
gamma - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
The parameter gamma of the RBF kernel.
gamma - Variable in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
GAMMA - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
GAMMA_COEFFICIENTS - Static variable in class edu.udo.cs.yale.tools.math.FDistribution
 
GAUSSIAN - Static variable in class edu.udo.cs.yale.generator.SinusFactory
 
GAUSSIAN_MUTATION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a gaussian mutation.
GaussianCombinationKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of the Gaussian combination kernel of both examples.
GaussianCombinationKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
GaussianFunction - Class in edu.udo.cs.yale.operator.generator
Generates a gaussian distribution for all attributes.
GaussianFunction() - Constructor for class edu.udo.cs.yale.operator.generator.GaussianFunction
 
GaussianMixtureFunction - Class in edu.udo.cs.yale.operator.generator
Generates a gaussian distribution for all attributes.
GaussianMixtureFunction() - Constructor for class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
 
GaussianMutation - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Changes the values by adding a gaussian distribution multiplied with the current variance.
GaussianMutation(double[], double[], double[], int[], Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
generalInfo - Variable in class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
generalInfo - Variable in class edu.udo.cs.yale.gui.viewer.DataViewer
 
generalInfo - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewer
 
generate(DataRow) - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
generate(DataRow) - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
generate(DataRow) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Generates the new attribute values for the example e and returns the new attribute values as doubles.
generate(DataRow) - Method in class edu.udo.cs.yale.generator.NormalizationGenerator
 
generate(DataRow) - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
generate(LinkedList<Hypothesis>) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Generates all successors of the hypothesis in the given list.
generateAll(PrintWriter) - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
generateAll(PrintWriter, boolean) - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
generateAll(ExampleSet) - Method in class edu.udo.cs.yale.example.AttributeParser
Generates new attributes as long as it is possible.
generateAll(ExampleTable, Collection<FeatureGenerator>) - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
Generates all new attributes and updates the ExampleTable.
generateAttribute(ExampleSet, FeatureGenerator) - Method in class edu.udo.cs.yale.generator.SinusFactory
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in interface edu.udo.cs.yale.doc.OperatorDocGenerator
Generates the documentation for this operator and writes it to the given writer.
generateGroup(PrintWriter, GroupTree, boolean) - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
generateOperators(PrintWriter, Collection<OperatorDescription>) - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
generateSinusFunctions(ExampleSet, List<AttributePeak>, Random) - Method in class edu.udo.cs.yale.generator.SinusFactory
Generates a new sinus function attribute for all given attribute peaks.
generateWeightsForClass(ExampleSet, String) - Method in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
GeneratingForwardSelection - Class in edu.udo.cs.yale.operator.features.construction
This operator is a kind of nested forward selection and thus is (in contrast to a genetic algorithm) a directed search.
GeneratingForwardSelection(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
generatingFunctionArguments - Variable in class edu.udo.cs.yale.example.AbstractAttribute
If this attribute was generated, this array of attributes holds the input arguments of the generation.
generatingFunctionInfix - Variable in class edu.udo.cs.yale.example.AbstractAttribute
This flag is true if the generating function should be displayed as infix operator.
generatingFunctionName - Variable in class edu.udo.cs.yale.example.AbstractAttribute
Name of the function if this attribute was generated.
GeneratingGeneticAlgorithm - Class in edu.udo.cs.yale.operator.features.construction
In contrast to the class GeneticAlgorithm, the GeneratingGeneticAlgorithm generates new attributes and thus can change the length of an individual.
GeneratingGeneticAlgorithm(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.GeneratingGeneticAlgorithm
 
GeneratingMutation - Class in edu.udo.cs.yale.operator.features.construction
The mutation operator for YAGGA.
GeneratingMutation(List<Attribute>, double, int, List<FeatureGenerator>, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
generation - Variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
The current generation.
generation - Variable in class edu.udo.cs.yale.operator.features.Population
Current generation number
generation - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
generation - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
The current generation.
generation - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
GenerationException - Exception in edu.udo.cs.yale.generator
This exception will be thrown if an error occurs during the generation of new features.
GenerationException(String) - Constructor for exception edu.udo.cs.yale.generator.GenerationException
 
GenerationException(String, Exception) - Constructor for exception edu.udo.cs.yale.generator.GenerationException
 
generationOfLastImproval - Variable in class edu.udo.cs.yale.operator.features.Population
Generation of the last improval.
generations - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
The number of generations.
generationsBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
generationsWithoutImproval - Variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Stop criterion: Stop after generationsWithoutImproval generations without an improval of the fitness.
generationsWithoutImprovement - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The maximum numbers of generations without improvement.
generationsWOImp - Variable in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
generationsWOImp - Variable in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
 
generationsWOImp - Variable in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
generator - Variable in class edu.udo.cs.yale.doc.DocumentationGenerator
 
generator - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
The feature generator which should be used to create the individuals.
generator - Variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
The used feature generator.
generator - Variable in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
GENERATOR_CLASSES - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
The classes which corresponds to FUNCTION_NAMES.
generatorList - Variable in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
A list of applicable generators.
generatorMap - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
Maps function names to generators.
generators - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
generators - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
generators - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
GenericOperatorFactory - Interface in edu.udo.cs.yale.tools
Classes which implement this interface must have an empty constructor and must register additional generic operators in the method GenericOperatorFactory.registerOperators().
GenericWekaAssociationLearner - Class in edu.udo.cs.yale.operator.learner.weka
Performs the Weka association rule learner with the same name.
GenericWekaAssociationLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
GenericWekaAttributeWeighting - Class in edu.udo.cs.yale.operator.features.weighting
Performs the AttributeEvaluator of Weka with the same name to determine a sort of attribute relevance.
GenericWekaAttributeWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
GenericWekaEnsembleLearner - Class in edu.udo.cs.yale.operator.learner.weka
Performs the ensemble learning scheme of Weka with the same name.
GenericWekaEnsembleLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
GenericWekaLearner - Class in edu.udo.cs.yale.operator.learner.weka
Performs the Weka learning scheme with the same name.
GenericWekaLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
GenericWekaMetaLearner - Class in edu.udo.cs.yale.operator.learner.weka
Performs the meta learning scheme of Weka with the same name.
GenericWekaMetaLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
GeneticAlgorithm - Class in edu.udo.cs.yale.operator.features.selection
A genetic algorithm for feature selection (mutation=switch features on and off, crossover=interchange used features).
GeneticAlgorithm(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.GeneticAlgorithm
 
GENSYM_PREFIX - Static variable in class edu.udo.cs.yale.example.AttributeFactory
The prefix of the name of generated attributes.
geometrical_tol - Variable in class edu.udo.cs.myGP.Parameter
 
GEQ - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
get(Attribute) - Method in class edu.udo.cs.yale.example.BooleanArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.ByteArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.DatabaseDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in interface edu.udo.cs.yale.example.DataRow
Returns the value stored at the given Attribute's index.
get(Attribute) - Method in class edu.udo.cs.yale.example.DoubleArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.FloatArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Returns the desired data for the given attribute.
get(Attribute) - Method in class edu.udo.cs.yale.example.SparseMapDataRow
Returns the desired data for the given attribute.
get(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellEditors
Returns the cell renderer in the given row and column.
get(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
Returns the cell renderer in the given row and column.
get(int) - Method in class edu.udo.cs.yale.operator.features.Population
Returns a single individual.
get(Class<T>) - Method in class edu.udo.cs.yale.operator.IOContainer
Gets the first IOObject which is of class cls.
get(Class<T>, int) - Method in class edu.udo.cs.yale.operator.IOContainer
Gets the nr-th IOObject which is of class cls.
get(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Returns a single individual.
get(int) - Method in interface edu.udo.cs.yale.tools.math.som.KohonenTrainingsData
 
get(int) - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
get_alpha(int) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets an alpha-value.
get_alphas() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets the alpha array.
get_b() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
get b
get_dim() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets the dimension of the examples
get_element(int) - Method in class edu.udo.cs.mySVM.Util.Cache
get element from cache
get_example(int) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets an example.
get_lru_element() - Method in class edu.udo.cs.mySVM.Util.Cache
 
get_lru_pos() - Method in class edu.udo.cs.mySVM.Util.Cache
 
get_n() - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
get_row(int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Gets a kernel row
get_values() - Method in class edu.udo.cs.mySVM.Util.Heap
 
get_y(int) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets an y-value.
get_ys() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Gets the y array
getA() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
getAccuracy() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getActions() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getActions() - Method in interface edu.udo.cs.yale.operator.ResultObject
Returns a list of actions (e.g.
getActions() - Method in class edu.udo.cs.yale.operator.ResultObjectAdapter
Returns a list of all actions which can be performed for this result object.
getActualParentIndex(int) - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Returns the index of the example in the parent example set.
getAdaptionRadius(double[], int, int) - Method in interface edu.udo.cs.yale.tools.math.som.AdaptionFunction
This method returns the maximum adaption radius, given the input stimulus, the current trainingsphase (time) and the total number of trainingsphases (timemax).
getAdaptionRadius(double[], int, int) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
getAdaptionRadius(int, int) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
getAddOnlyAdditionalOutput() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAddOnlyAdditionalOutput() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAddOnlyAdditionalOutput() - Method in class edu.udo.cs.yale.operator.Operator
Indicates how additional output should be added to the IOContainer.
getAddOnlyAdditionalOutput() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAllAttributes() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns a list of all, i.e. regular and special attributes.
getAllCapabilities() - Static method in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
getAllColumnNames(String) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
 
getAllDriverNames() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
getAllDrivers() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
getAllInnerOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns recursively all child operators independently if they are activated or not.
getAllOperatorDescriptions() - Method in class edu.udo.cs.yale.tools.GroupTree
Returns all operator in this group and recursively the operators of all children.
getAllOperatorNames() - Method in class edu.udo.cs.yale.Experiment
Returns a Set view of all operator names (i.e.
getAllOperators() - Method in class edu.udo.cs.yale.Experiment
Returns a Collection view of all operators.
getAllOutputClasses(Class[]) - Method in class edu.udo.cs.yale.operator.OperatorChain
Helper method if in addition to the created output the inner output should also be returned.
getAllPlugins() - Static method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the collection of all plugins.
getAllRefinedRules(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
A refinement method that - when applied sytematically during learning - generates all rules for nominal attributes and a boolean target exactly once.
getAllTableMetaData() - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getAlpha() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getAlpha(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getApplier() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
Returns the second encapsulated inner operator (or operator chain), i.e.
getApplyCount() - Method in class edu.udo.cs.yale.operator.Operator
Returns the number of times this operator was already applied.
getArgument(int) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Returns the i-th selected argument (the true index as used in the example set's example table).
getArguments() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the arguments that were used to generate this attribute.
getArguments() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the arguments that were used to generate this attribute.
getAsString(double, int) - Method in interface edu.udo.cs.yale.example.Attribute
Returns a string representation of value if type is numerical or maps the value to a string if type is nominal.
getAsString(double, int) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns a string representation and maps the value to a string if type is nominal.
getAsString(double, int) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns a string representation and maps value to a string if type is nominal.
getAsString(double, int) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns a string representation of value.
getAttribute(int) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the attribute of the column number i.
getAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns an Attribute which is constructed in the same way as attribute.
getAttribute(int) - Method in class edu.udo.cs.yale.example.Example
Returns the i-th regular attribute.
getAttribute(String) - Method in class edu.udo.cs.yale.example.Example
Returns the special attribute with the given name.
getAttribute(int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the Attribute with the given index.
getAttribute(String) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the attribute with the given name.
getAttribute(int) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getAttribute(String) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getAttribute(int) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the attribute of the column number i.
getAttribute(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns an Attribute which is constructed in the same way as attribute.
getAttribute(int) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Returns the attribute with the given index.
getAttribute(String) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Returns the attribute with the given name.
getAttribute() - Method in class edu.udo.cs.yale.generator.AttributePeak
 
getAttribute() - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
getAttribute() - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 
getAttribute() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Returns the attribute of this literals.
getAttribute() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
getAttribute() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
getAttribute(int) - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns an attribute by index.
getAttributeCount() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the number of non null attributes.
getAttributeCount() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the number of non null attributes.
getAttributeDataSources() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSourceCreator
 
getAttributeName(int, int) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
getAttributeName(int, int) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
getAttributeNames() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns an set of attribute names in this map ordered by their insertion time.
getAttributeNames() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getAttributeOfLiteral(int) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
getAttributePeaks(ExampleSet, Attribute, Attribute) - Method in class edu.udo.cs.yale.generator.SinusFactory
Calculates the fourier transformation from the first attribute on the second and delivers the maxPeaks highest peaks.
getAttributes() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new array containing all Attributes.
getAttributes() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns a new array containing all Attributes.
getAttributesAsSparseString() - Method in class edu.udo.cs.yale.example.Example
Calls Example.getAttributesAsSparseString(String,String) using default separator characters.
getAttributesAsSparseString(String, String) - Method in class edu.udo.cs.yale.example.Example
Returns the attribute values in the format
index:value index:value
Index starts with 1.
getAttributesAsString() - Method in class edu.udo.cs.yale.example.Example
This string output can be used for file output.
getAttributesAsString(String) - Method in class edu.udo.cs.yale.example.Example
This string output can be used for file output.
getAttributeSet() - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Returns the set of attributes read from file.
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getAttributeValue(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getAttributeVector(ExampleSet, int) - Static method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
getAttributeWeights() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
getAttributeWeights() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getAttributeWeights() - Method in class edu.udo.cs.yale.operator.features.Individual
 
getAveragable(int) - Method in class edu.udo.cs.yale.tools.math.AverageVector
Returns the Averagable by index.
getAveragable(String) - Method in class edu.udo.cs.yale.tools.math.AverageVector
Returns the Averagable by name.
getAverage() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the average value of all attribute values in the example table.
getAverage() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
getAverage() - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
getAverage() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns the average value of all attribute values in the example table.
getAverage() - Method in class edu.udo.cs.yale.tools.math.Averagable
This method returns the makro average if it was defined and the mikro average (the current value) otherwise.
getAverageWeight(AttributeWeightedExampleSet) - Static method in class edu.udo.cs.yale.example.Tools
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getAxis(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the data dimension which is used for the given axis or -1 if no axis is used.
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns -1.
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
getAxisName(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns a label for the axis with the given index, e.g.
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns null.
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getAxisName(int) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getB() - Method in class edu.udo.cs.myKLR.KLR
Returns the value of b.
getB() - Method in class edu.udo.cs.mySVM.SVM.SVM
Returns the value of b.
getB() - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Returns the value of b.
getB() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
getBackground(Dimension) - Method in class edu.udo.cs.yale.gui.experimenteditor.ChainRenderer
 
getBackground(Dimension) - Method in class edu.udo.cs.yale.gui.experimenteditor.SimpleChainRenderer
 
getBackground(Dimension) - Method in class edu.udo.cs.yale.gui.experimenteditor.WrapperRenderer
 
getBaseName() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getBasisVector(int) - Method in class edu.udo.cs.myGP.Model
 
getBasisVector() - Method in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Get basis vector
getBasisVectorValue(int, int) - Method in class edu.udo.cs.myGP.Model
 
getBayBoostBaseModelInfo(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
getBestEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
getBestFitnessEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getBestFitnessEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Returns the best fitness ever.
getBestFitnessInGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getBestFitnessInGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Returns the best fitness in the current generation.
getBestFittingNode(double[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getBestIndividualEver() - Method in class edu.udo.cs.yale.operator.features.Population
Returns all generations' best individual.
getBestModel() - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
getBestPerformanceEver() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the best performance.
getBestPerformanceEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getBestPerformanceEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Returns the best performance vector ever.
getBestRule() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
getBestThreshold() - Method in class edu.udo.cs.yale.tools.math.ROCDataGenerator
The best threshold will automatically be determined during the calculation of the ROC data list.
getBestValuesEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Returns the best values ever.
getBestValuesEver() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Returns the best values ever.
getBestValuesEver() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Returns the best values ever.
getBibEntry(String) - Static method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
getBins(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getBlockEndIndex(int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getBlockEndIndex(int) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the last attribute index belonging to the block starting at startindex.
getBlockEndIndex(int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the last attribute index belonging to the block starting at startindex.
getBlockEndIndex(int) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the last attribute index belonging to the block starting at startindex.
getBlockNumber() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Get the value of block number.
getBlockNumber() - Method in interface edu.udo.cs.yale.example.Attribute
Get the value of blockNumber.
getBlockType() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the block type of this attribute.
getBlockType() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the block type of this attribute.
getBooleanDefault(String, String[]) - Static method in class edu.udo.cs.yale.tools.WekaTools
Returns the default value for a boolean parameter.
getBuildingBlock(Operator) - Method in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
getBuildingBlocks() - Static method in class edu.udo.cs.yale.tools.BuildingBlockService
Returns a sorted list of all building blocks.
getC() - Method in class edu.udo.cs.mySVM.SVM.SVM
Gets the complexity constant of the svm.
getCacheSize() - Method in class edu.udo.cs.mySVM.Kernel.Kernel
 
getCapability(int) - Static method in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
getCategory(int) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getCellEditor(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getCellEditor(int, int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getCellEditor(int, int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
getCellEditor(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellEditor(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
getCellEditorValue() - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellRenderer(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCheckForMaximum() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Returns if the operator should check if the maximum was reached for the main criterion.
getChild(Object, int) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Returns the child with the given index.
getChildCount(Object) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Returns the number of children operators.
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getClassificationLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getClassLoader() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the class loader of this plugin.
getClipBoard() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Returns the current clip board.
getCloseTag(int) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
getCloseTag(int) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
getClosingBracketIndex(String, int) - Static method in class edu.udo.cs.yale.example.AttributeParser
 
getCluster() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getCluster() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the cluster attribute.
getCode() - Method in interface edu.udo.cs.yale.NoBugError
Returns the error code.
getCode() - Method in exception edu.udo.cs.yale.NoOpUserError
 
getCode() - Method in exception edu.udo.cs.yale.operator.UserError
 
getColor() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
getColor() - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
getColor() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
 
getColor() - Method in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
getColor() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getColor() - Method in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
getColorFromProperty(String) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
getColumn() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
getColumnClass(int) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
Makes sure that a checkbox is used for the boolean values.
getColumnCount() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
Returns the sum of the number of special attributes, the number of regular attributes and 1 for the row no. column.
getColumnCount() - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
Returns 9 for the following eight columns:
0: type
1: index
2: name
3: source
4: value type
5: block type
6: block no
7: unit
8: statistics
getColumnCount() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
getColumnCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
getColumnIndex(String) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the column index of the column with the given name.
getColumnIndex(String) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getColumnIndex(String) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getColumnIndex(String) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getColumnMapping() - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
getColumnMapping() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getColumnName(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the name of the i-th column.
getColumnName(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getColumnName(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getColumnName(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
Returns one of the following nine column names:
0: type
1: index
2: name
3: source
4: type
5: block type
6: block no
7: unit
8: statistics
getColumnName(int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
getColumnName(int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
getColumnNames() - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
getColumnNames() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns an array of all column names.
getColumnNames() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getColumnNames(ExampleSet) - Static method in class edu.udo.cs.yale.example.CorrelationMatrix
 
getColumnSeparators() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
getColumnWeight(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the weight of the column or Double.NaN if no weight is available.
getColumnWeight(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getColumnWeight(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getColumnWeight(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getComparatorForCritertion(int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
getComplexity() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns complexity of the hypothesis.
getComplexity() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns the lenght of the premise of the rule.
getConclusion() - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
getConfidence(String) - Method in class edu.udo.cs.yale.example.Example
Returns the confidence for the given value.
getConfidence() - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns the stored size of the confidence intervall.
getConfidence() - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
getConfigFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getConnectedDatabaseHandler() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
getConstructionDepth() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the depth of the syntax tree of the construction description.
getConstructionDepth() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the depth of the syntax tree of the construction description.
getConstructionDescription() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns a string that describes how this attribute was generated from other attributes.
getConstructionDescription(boolean) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns a string that describes how this attribute was generated from other attributes.
getConstructionDescription() - Method in interface edu.udo.cs.yale.example.Attribute
Returns a string that describes how this attribute was generated from other attributes (infix).
getConstructionDescription(boolean) - Method in interface edu.udo.cs.yale.example.Attribute
Returns a string that describes how this attribute was generated from other attributes.
getContingencyMatrix() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
getContingencyMatrix(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Getter method for a specific confusion matrix
getContingencyMatrix() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
converts the deprecated representation into the new form
getCoordinatesOfIndex(int, int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getCoordinatesOfIndex(int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getCorrelation(int, int) - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
Calculates the correlation between the two features
getCorrelation(ExampleSet, int, int, boolean) - Method in class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
Updates all sums needed to compute the correlation coefficient.
getCounter() - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
getCounts(ConjunctiveRuleModel, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
getCovarianz(int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
getCovarianz(int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.PCA
 
getCoverage(int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getCoveredExamplesNumForPred(int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the unweighted absolute number of covered examples of each class, given a specific prediction
getCoveredWeight() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns the covered weight of this hypothesis.
getCriteriaNames() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
getCriterion(int) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
getCriterion(String) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
getCrossoverPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns an UnbalancedCrossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.GeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
getCrowdingDistance() - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
getCrowdingDistance() - Method in class edu.udo.cs.yale.operator.features.Individual
 
getCrowdingDistance() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
getCrowdingDistance() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
getCurrentBest() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the last generation's best individual.
getCurrentBest() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
getCurrentBestPerformance() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the last generation's best performance.
getCurrentBestPerformance() - Method in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
getCurrentOperator() - Method in class edu.udo.cs.yale.Experiment
Returns the operator that is currently being executed.
getCurrentOperator() - Static method in class edu.udo.cs.yale.tools.LogService
 
getCurrentPertubatedX() - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
getCurrentPertubatedY() - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
getCurrentStep() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
getData() - Method in interface edu.udo.cs.yale.example.SimpleArrayData
 
getDatabaseName(Attribute) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
 
getDatabaseURL() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
getDataReader() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns an Iterator for example data given as DataRow objects.
getDataReader() - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
getDataReader() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns an Iterator for example data given as DataRow objects.
getDataReader() - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Returns a new data row reader.
getDataReader() - Method in class edu.udo.cs.yale.example.RandomExampleTable
 
getDataRow(int) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the i-th data row.
getDataRow(int) - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
Returns the data row with the desired row index.
getDataRow() - Method in class edu.udo.cs.yale.example.Example
Returns the data row which backs up the example in the example table.
getDataRow(int) - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the i-th data row.
getDataRow(int) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Returns the data row with the given index.
getDataRow(int) - Method in class edu.udo.cs.yale.example.RandomExampleTable
 
getDataRowFromId(double) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
This method can be used by subclasses to determine the data row with a given id value.
getDataSource(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getDataSources() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSources
 
getDataTable(String) - Method in class edu.udo.cs.yale.Experiment
Returns the data table associated with the given name.
getDataTable() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getDataTableIndex() - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
getDataTables() - Method in class edu.udo.cs.yale.Experiment
 
getDatum(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getDbNameSeperator() - Method in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
getDBSystemNames() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeNumber
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
getDefault() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
getDefaultColumnFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultColumnFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultColumnFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes listed in the parameter list "columns".
getDefaultDirection() - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
getDefaultFile() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
 
getDefaultFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultFunction() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes not listed in the parameter list "columns".
getDefaultInt() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getDefaultMaximumNumber(String, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getDefaultModel() - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getDefaultPort() - Method in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
getDefaultSource() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSources
 
getDefaultSource() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns the default file.
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns a value that can be used if the parameter is not set.
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
getDefaultValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
 
getDegree() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
getDegree() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
 
getDeliveredOutputClasses() - Method in class edu.udo.cs.yale.operator.Operator
Returns the classes that are guaranteed to be returned by apply().
getDeprecationInfo() - Method in class edu.udo.cs.yale.operator.Operator
Returns null if this operator is not deprecated.
getDeprecationInfo() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getDescription() - Method in class edu.udo.cs.yale.gui.SimpleFileFilter
 
getDescription() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
getDescription() - Method in class edu.udo.cs.yale.gui.templates.Template
 
getDescription() - Method in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
getDescription() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getDescription() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns a short description.
getDescription() - Method in class edu.udo.cs.yale.operator.performance.AbsoluteError
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.Margin
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.MeasuredPerformance
Returns a description of the performance criterion.
getDescription() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
Returns a description of the performance criterion.
getDescription() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns the description.
getDescription() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.RelativeError
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.RootMeanSquaredError
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.SimpleAccuracy
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.SquaredCorrelationCriterion
 
getDescription() - Method in class edu.udo.cs.yale.operator.performance.SquaredError
 
getDescription() - Method in class edu.udo.cs.yale.operator.Value
Returns a human readable description.
getDescription() - Method in interface edu.udo.cs.yale.operator.ValueInterface
Returns a human readable description.
getDesiredInputClasses() - Method in class edu.udo.cs.yale.operator.Operator
Returns the classes that are needed as input.
getDetA() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the determinant of A.
getDetails() - Method in interface edu.udo.cs.yale.NoBugError
Returns the error details/description.
getDetails() - Method in exception edu.udo.cs.yale.NoOpUserError
 
getDetails() - Method in exception edu.udo.cs.yale.operator.UserError
 
getDetL() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the determinant of L.
getDeviationOfList(ArrayList<Example>, int, double) - Method in class edu.udo.cs.yale.operator.learner.NaiveBayes
 
getDifferentSortingDimensions() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getDistance(int, int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Returns the distance between the examples with the given indices.
getDistance(double[], double[]) - Method in interface edu.udo.cs.yale.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[]) - Method in interface edu.udo.cs.yale.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[], int[]) - Method in interface edu.udo.cs.yale.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(double[], double[]) - Method in class edu.udo.cs.yale.tools.math.som.EuclideanDistance
 
getDistance(int[], int[]) - Method in class edu.udo.cs.yale.tools.math.som.EuclideanDistance
 
getDistance(int[], int[], int[]) - Method in class edu.udo.cs.yale.tools.math.som.EuclideanDistance
Integer distance calculation regards the wrap around of the net (hypertorus)
getDistance(double[], double[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getDoubleArrayFromExample(Example) - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
getDoubleArrayFromRow(DataTableRow, DataTable) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getDraw2DLines() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getE() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the error-matrix E with pivoting reversed.
getE_Diagonal() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the diagonal of error-matrix E with the pivoting still applied.
getEigenvalues() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getEigenvalueTable() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getEigenvalueTable() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getEigenvectors() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getEigenvectorTable() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getEigenvectorTable() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getElementAt(int) - Method in class edu.udo.cs.yale.operator.IOContainer
Returns the n-th IOObject in this container.
getENorm() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the infinity norm of matrix E.
getErrorList() - Method in class edu.udo.cs.yale.operator.Operator
Returns a List of Strings containing error messages.
getErrorMessage(int, Object[]) - Static method in exception edu.udo.cs.yale.operator.UserError
 
getErrorName() - Method in interface edu.udo.cs.yale.NoBugError
Returns the error name.
getErrorName() - Method in exception edu.udo.cs.yale.NoOpUserError
 
getErrorName() - Method in exception edu.udo.cs.yale.operator.UserError
 
getErrorRate() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostPerformanceMeasures
 
getErrorRate() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getEstimatedPerformance() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns the estimated performance.
getEstimatedPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
Returns the estimated performances of this SVM.
getEstimatedPerformance() - Method in interface edu.udo.cs.yale.operator.learner.Learner
Most learners should throw an exception if they are not able to estimate the learning performance.
getEstimatedPerformance() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
The default implementation throws an exception.
getEstimatedPerformance() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns the estimated performance.
getEstimatedPerformance() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns the estimated performance.
getEvaluator() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the second encapsulated inner operator (or operator chain), i.e.
getEvaluator() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getEvidence() - Method in class edu.udo.cs.yale.generator.AttributePeak
 
getExample(int) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the example with the given index.
getExample(int) - Method in class edu.udo.cs.yale.example.ConditionedExampleSet
Returns the i-th example fulfilling the condition.
getExample(int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the i-th example.
getExample(int) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getExample(int) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getExample(int) - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Searches i-th example in the currently selected partition.
getExample() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.Margin
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Returns the number of data points which was used to determine the criterion value.
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getExampleCount() - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
getExampleFromId(double) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the example with the given id value.
getExampleFromId(double) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getExampleFromId(double) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getExampleReader() - Method in interface edu.udo.cs.yale.example.ExampleSet
Deprecated. Please use Iterable.iterator() instead
getExampleReader() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
Deprecated. 
getExampleReader() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Deprecated. 
getExampleSet() - Method in class edu.udo.cs.yale.operator.features.Individual
 
getExampleSet() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Gets the model, i.e. an SVM example set.
getExampleTable() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the underlying example table.
getExampleTable() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getExampleTable() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getExampleTable() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Gets the example table the examples are from.
getExperiment() - Method in class edu.udo.cs.yale.operator.Operator
Returns the experiment of this operator.
getExperiment() - Static method in class edu.udo.cs.yale.Yale
 
getExperimentFile() - Method in class edu.udo.cs.yale.Experiment
 
getExtension() - Method in class edu.udo.cs.yale.example.AttributeWeights
 
getExtension() - Method in class edu.udo.cs.yale.gui.SimpleFileFilter
 
getExtension() - Method in class edu.udo.cs.yale.operator.AbstractModel
 
getExtension() - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
Returns the default extension of the data file.
getExtension() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSource
 
getExtension() - Method in class edu.udo.cs.yale.operator.io.BibtexExampleSource
 
getExtension() - Method in class edu.udo.cs.yale.operator.io.CSVExampleSource
 
getExtension() - Method in class edu.udo.cs.yale.operator.io.DBaseExampleSource
 
getExtension() - Method in class edu.udo.cs.yale.operator.io.KDBExampleSource
 
getExtension() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
getExtension() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
 
getExtension() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
getExtension() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
getExtension() - Method in interface edu.udo.cs.yale.operator.Saveable
Returns the default extension in file choosers.
getFactor(int) - Method in class edu.udo.cs.yale.tools.math.WindowFunction
Returns the weighting factor for the current value n in a window of the given length.
getFactorsForModel(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Gets factors for models in the case of general nominal class labels.
getFactory() - Method in class edu.udo.cs.yale.example.AbstractDataRowReader
 
getFile() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
getFile() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
getFile() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
getFile() - Method in class edu.udo.cs.yale.gui.templates.Template
 
getFile() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
getFile(File, String) - Static method in class edu.udo.cs.yale.tools.Tools
Creates a file relative to the given parent if name is not an absolute file name.
getFileDescription() - Method in class edu.udo.cs.yale.example.AttributeWeights
 
getFileDescription() - Method in class edu.udo.cs.yale.operator.AbstractModel
 
getFileDescription() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
getFileDescription() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
getFileDescription() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
getFileDescription() - Method in interface edu.udo.cs.yale.operator.Saveable
Returns the file description used in file choosers.
getFilename() - Method in class edu.udo.cs.yale.gui.templates.Template
 
getFirstFreeName(String) - Method in class edu.udo.cs.yale.Experiment
Returns a "name (i)" if name is already in use.
getFirstUnusedAttribute(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
Helper method of getAllRefinedRules.
getFitness(double[], double[], Kernel) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
 
getFitness(double[], double[], Kernel) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.ClassificationOptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in interface edu.udo.cs.yale.operator.learner.kernel.evosvm.OptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RegressionOptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
Returns the fitness.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
Returns the fitness.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.Margin
Returns the fitness.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns the accuracy or 1 - error.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Returns the fitness depending on the value.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
Returns 0.
getFitness() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getFitness() - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
getFitness() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
getFitnessValues() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
getFormat() - Method in class edu.udo.cs.yale.operator.io.BibtexExampleSource
 
getFormat() - Method in class edu.udo.cs.yale.operator.io.DBaseExampleSource
 
getFormat() - Method in class edu.udo.cs.yale.operator.io.KDBExampleSource
 
getFourierTransform(DataTableRow, int) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
Gets sort of a the Fourier transfrom of an example.
getFourierTransform(ExampleSet, Attribute, Attribute) - Method in class edu.udo.cs.yale.tools.math.FastFourierTransform
Builds the fourier transform from the values of the first attribute onto the second.
getFourierTransform(Complex[], int, int) - Method in class edu.udo.cs.yale.tools.math.FastFourierTransform
Performs a fourier transformation in the specified direction.
getFrequency() - Method in class edu.udo.cs.yale.generator.AttributePeak
 
getFunction() - Method in class edu.udo.cs.yale.generator.AbsoluteValueGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Sets the function name.
getFunction() - Method in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.NormalizationGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.SquareRootGenerator
 
getFunction() - Method in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
getFunctionForName(String) - Static method in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
getFunctionName() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the name of the function that generated this attribute.
getFunctionName() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the name of the function that generated this attribute.
getFunctionName() - Method in exception edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException
 
getFunctionNames() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
getFunctionNames() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
getFunctionNames() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Returns an array of all replenishment functions.
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getFunctionValue(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getGamma() - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
 
getGamma() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
 
getGeneratingPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a specialized generating mutation, e.g. a AttributeGenerator.
getGeneratingPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingGeneticAlgorithm
Returns a specialized mutation, i.e. a AttributeGenerator
getGeneratingPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA
Since the mutation of YAGGA also creates new attributes this method returns null.
getGeneration() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the current number of the generation.
getGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Returns the current generation.
getGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
getGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Returns the current generation.
getGeneration() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Returns the current generation.
getGenerationsWithoutImproval() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the number of generations without improval.
getGenerationsWithoutImprovement() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
getGenerationsWithoutImprovement() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getGenerators() - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a list with all generator which should be used.
getGenerators() - Method in class edu.udo.cs.yale.operator.features.construction.AGA
 
getGenerators() - Method in class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
getGenerators() - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
getGlobalBestValues() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getGlobalRandomGenerator() - Static method in class edu.udo.cs.yale.tools.RandomGenerator
Returns the global random number generator.
getGNUPlotCommands() - Method in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
getGreatestPowerOf2LessThan(int) - Static method in class edu.udo.cs.yale.tools.math.FastFourierTransform
Calculates the greatest power of 2 which is smaller than the given number.
getGroup() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getGroups() - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns the group hierarchy of all operators.
getHighestBlockNr() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Gets the currently highest used block number.
getHighestBlockNr() - Method in interface edu.udo.cs.yale.example.ExampleTable
Gets the currently highest used block number.
getHighlightingColor(int) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
getHighlightingColor(String) - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
getHorizontalDividerLocation() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getHTMLMessage() - Method in interface edu.udo.cs.yale.NoBugError
Returns a html message.
getHTMLMessage() - Method in exception edu.udo.cs.yale.NoOpUserError
 
getHTMLMessage() - Method in exception edu.udo.cs.yale.operator.UserError
 
getHypothesis() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Returns the hypothesis stored in this model.
getHypothesis() - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns the stored hypothesis.
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getIcon(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns a small icon for the line type with the given index.
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns a line icon depending on the index.
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
getIcon(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
getIcon() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
getIcon() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getIconHeight() - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter.RectangleStyleIcon
 
getIconHeight() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyleIcon
 
getIconHeight() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter.RectangleStyleIcon
 
getIconName() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getIconWidth() - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter.RectangleStyleIcon
 
getIconWidth() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyleIcon
 
getIconWidth() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter.RectangleStyleIcon
 
getId(int) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
getId() - Method in interface edu.udo.cs.yale.datatable.DataTableRow
Returns the Id of this table row.
getId() - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
getId() - Method in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
getId() - Method in class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
getId() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getId() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the ID attribute, i.e. an attribute containing a unique integer for each example.
getId() - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
getId() - Method in class edu.udo.cs.yale.gui.SimpleFileFilter
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getId(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
getIdentifier() - Method in class edu.udo.cs.yale.operator.SerializableModel
 
getIdForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getIdForPos(int, int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the ID of the object under the mouse cursor if it has an id.
getIdForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns null.
getIdForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getIdForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getImaginary() - Method in class edu.udo.cs.yale.tools.math.Complex
 
getIndex() - Method in class edu.udo.cs.myGP.Regression.Score
 
getIndex(String) - Method in interface edu.udo.cs.yale.example.Attribute
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method Attribute.mapIndex(int).
getIndex(String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method BinaryAttribute.mapIndex(int).
getIndex(String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method NominalAttribute.mapIndex(int).
getIndex(String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getIndex() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Returns the literals' index(1.dimension) in the allLiterals[][] array of the class ConjunctiveRule.
getIndex() - Method in class edu.udo.cs.yale.tools.math.Peak
 
getIndex2CounterMap(Attribute) - Method in class edu.udo.cs.yale.example.NominalAttributeStatistics
Returns the Index2CounterMap.
getIndexOfChild(Object, Object) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Returns the index of the child operator with respect to the given parent.
getIndexOfCoordinates(int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getIndexOfCoordinates(int[], int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getIndexOfOperator(Operator, boolean) - Method in class edu.udo.cs.yale.operator.OperatorChain
 
getIndexOfString(Collection<String>, String) - Method in class edu.udo.cs.yale.operator.learner.NaiveBayes
 
getIndividual() - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
getIndividualSize() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getInitialZoomFactor() - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
getInitialZoomFactor() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the initial zoom factor.
getInitialZoomFactor() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns 1.
getInitialZoomFactor() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
getInnerLearner() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
All inner operators must be able to handle an example set.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.OperatorChain
Must return a condition of the IO behaviour of all desired inner operators.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
 
getInnerOperatorCondition() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getInnerOperatorForName(String) - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the inner operator named name or null if no such operator exists.
getInnerOperatorsXML(String) - Method in class edu.udo.cs.yale.operator.Operator
Writes the XML representation of the inner operators.
getInnerOperatorsXML(String) - Method in class edu.udo.cs.yale.operator.OperatorChain
 
getInput(Class<T>, int, boolean) - Method in class edu.udo.cs.yale.operator.IOContainer
Gets the nr-th IOObject which is of class cls.
getInput(Class<T>) - Method in class edu.udo.cs.yale.operator.Operator
Returns an IOObject of class cls.
getInput(Class<T>, int) - Method in class edu.udo.cs.yale.operator.Operator
Returns the nr-th IOObject of class cls.
getInput() - Method in class edu.udo.cs.yale.operator.Operator
Returns the complete input.
getInputAttributes() - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
getInputAttributes() - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
getInputAttributes() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Returns an array of Attributes where the length is the arity of the generator, [i] is the attribute type of the i-th argument.
getInputAttributes() - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
getInputCandidates(ExampleSet, int, String[]) - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, int, String[]) - Method in class edu.udo.cs.yale.generator.ConstantGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, int, String[]) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, int, String[]) - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputClasses() - Method in class edu.udo.cs.yale.operator.CommandLineOperator
no input
getInputClasses() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.PCA
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.PrincipalComponentsTransformation
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.SplitSVMModel
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.AttributeWeightsCreator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.InteractiveAttributeWeighting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.generator.MassiveDataGenerator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.C45ExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ExcelExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.GNUPlotOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.IOContainerReader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.IOContainerWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.IOObjectReader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.IOObjectWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ModelLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ModelWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.PerformanceLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.PerformanceWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ResultWriter
Returns an empty array.
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ThresholdLoader
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.io.ThresholdWriter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.IOConsumeOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.IODescription
Returns the classes that are expected as input.
getInputClasses() - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Returns an array with one element: ExampleSet.
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.MacroDefinitionOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.AverageBuilder
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ExperimentEmbeddingOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterSetter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
returns the the classes this operator provides as output.
getInputClasses() - Method in class edu.udo.cs.yale.operator.ModelApplier
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.Operator
Returns the classes that are needed as input.
getInputClasses() - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.performance.MinMaxWrapper
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.performance.WeightedPerformanceCreator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
Returns an array with two elements: ExampleSet and Model.
getInputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
Returns the the classes this operator provides as output.
getInputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdApplier
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdCreator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizer
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.AttributeValueMapper
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeName
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureRangeRemoval
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NumericToBinary
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.PermutationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.SingleAttributes2ValueSeries
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.AbsoluteSampling
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.ModelBasedSampling
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.StratifiedSampling
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.CFSFeatureSetEvaluator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.ConsistencyFeatureSetEvaluator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the the classes this operator provides as output.
getInputClasses() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
Requires an example set.
getInputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.visualization.LiftChartGenerator
 
getInputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ROCChartGenerator
 
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Indicates that the consumption of example sets can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Indicates that the consumption of example sets can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Indicates that the consumption of example sets can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Indicates that the consumption of example sets can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Indicates that the consumption of example sets can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.ModelApplier
Indicates that the consumption of Models can be user defined.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.Operator
The default implementation returns an input description that consumes the input IOObject without a user parameter.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
Shows a parameter keep_example_set with default value "false&quot.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Shows a parameter keep_example_set with default value "false&quot.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.validation.CFSFeatureSetEvaluator
Shows a parameter keep_example_set with default value "false&quot.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.validation.ConsistencyFeatureSetEvaluator
Shows a parameter keep_example_set with default value "false&quot.
getInputDescription(Class) - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
 
getInputDim() - Method in class edu.udo.cs.myGP.Model
 
getInputDimension() - Method in class edu.udo.cs.myGP.Problem
 
getInputDimension() - Method in class edu.udo.cs.myRVM.Problem
 
getInputHandler() - Static method in class edu.udo.cs.yale.Yale
 
getInputType() - Method in class edu.udo.cs.yale.operator.InputDescription
Returns the desired class of the input object.
getInputVectors() - Method in class edu.udo.cs.myGP.Problem
 
getInputVectors() - Method in class edu.udo.cs.myRVM.Problem
 
getInverseProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet) - Static method in class edu.udo.cs.yale.example.Tools
 
getIOContainerForInApplyLoopBreakpoint() - Method in class edu.udo.cs.yale.operator.Operator
Returns the intermediate results of an in-apply-loop which will be displayed in case of a BreakpointListener.BREAKPOINT_WITHIN.
getIODescription() - Method in class edu.udo.cs.yale.operator.Operator
If you find the getInputClasses() and getOuputClasses() methods for some reason not useful, you may override this method.
getIOObjectClass(String) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns the class for the short name of an IO object.
getIOObjects() - Method in class edu.udo.cs.yale.operator.IOContainer
Returns all IOObjects.
getIOObjectsNames() - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns a sorted set of all short IO object names.
getIterator() - Method in class edu.udo.cs.yale.gui.plotter.Bins
 
getJDBCProperties() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
getKeepDefault() - Method in class edu.udo.cs.yale.operator.InputDescription
Indicates if the input should be consumed.
getKernel() - Method in class edu.udo.cs.myGP.Problem
 
getKernel() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns the kernel of this SVM.
getKernel() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Gets the kernel.
getKernels() - Method in class edu.udo.cs.myRVM.Problem
 
getKey() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns the key.
getKey() - Method in class edu.udo.cs.yale.operator.Value
Returns the key.
getKey() - Method in interface edu.udo.cs.yale.operator.ValueInterface
Returns the key.
getKeys() - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Returns a set view of all parameter keys.
getKeyword() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
getL() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the lower triangle matrix factor of the cholesky decomposition.
getLabel() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getLabel() - Method in class edu.udo.cs.yale.example.Example
Returns the double value of the label attribute.
getLabel() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the label attribute used for classification and regression.
getLabel() - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.MultiClassificationFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
getLabel() - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
 
getLabel() - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Returns the label attribute.
getLabel() - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
 
getLabel() - Static method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns the label.
getLabel() - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Returns the label attribute.
getLabel() - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
getLabelPriors() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
getLabels(ExampleSet) - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getLearner() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
Returns the first encapsulated inner operator (or operator chain), i.e.
getLearner() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the first encapsulated inner operator (or operator chain), i.e.
getLearner() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getLeft() - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
getLeftEndOfPeak(Peak[], int, int) - Method in class edu.udo.cs.yale.tools.math.BinaryPeakFinder
Traverses the series from max to left until startIndex is reached or while the current value is below average or while the values are still decreasing.
getLegendComponent() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getLength() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
getLength() - Method in class edu.udo.cs.yale.tools.math.Complex
 
getLibraryFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getLift(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getLift(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
The lift of the rule specified by the nominal variable's indices.
getLiftRatio(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
getLiftRatio(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getLiftRatiosForPrediction(int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getLineStyle() - Method in class edu.udo.cs.yale.gui.plotter.Plot
 
getLineType() - Method in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
getLink(String, String) - Static method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
getLiterals() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns the literals in the premise of this rule.
getLocalBestValues(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getLogFile() - Static method in class edu.udo.cs.yale.tools.LogService
 
getLogMessage() - Method in class edu.udo.cs.yale.gui.MessageViewer
 
getLogOddsPosConfidence(double) - Static method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
Translates confidence scores in [0, 1] to those originally expected by Platt's scaling, where positive values result in positive predictions, and where the absolute value indicates the confidence in the prediction.
getLogoSize(Image[]) - Static method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
getLowerQuartile() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getLowerWhisker() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getMacro(String) - Method in class edu.udo.cs.yale.MacroHandler
 
getMacroHandler() - Method in class edu.udo.cs.yale.Experiment
 
getMagnitude(int) - Method in class edu.udo.cs.yale.tools.math.Complex
Normalizes the amplitude to the correct value.
getMagnitude() - Method in class edu.udo.cs.yale.tools.math.Peak
 
getMainComponent() - Method in interface edu.udo.cs.yale.gui.experimenteditor.ExperimentEditor
Returns the actual Component.
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
getMainComponent() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
getMainCriterion() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Returns the main PerformanceCriterion.
getMainFrame() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
getMainHeight() - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
getMajorVersion() - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
getMakroAverage() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the average value of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getMakroStandardDeviation() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the standard deviation of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getMakroVariance() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the variance of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getMatrix() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getMax() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
Returns the biggest value occupied by this quartile.
getMax(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
getMaxColumns() - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
getMaxCounter() - Method in class edu.udo.cs.yale.gui.plotter.Bins
 
getMaxFitness() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getMaxFitness() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
Returns the maximum fitness of 1.0.
getMaxFitness() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns 1.
getMaxFitness() - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Returns the maximum fitness.
getMaximum() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the maximum value of all attribute values in the example table.
getMaximum() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
getMaximum() - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
getMaximum() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns the maximum value of all attribute values in the example table.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
Returns the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
Returns the minimum number of inner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
Returns the minimum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
Returns the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
Returns the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
Returns the highest possible value for the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
Returns the minimum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the maximum number of innner operators.
getMaxNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Returns the maximum number of innner operators.
getMaxNumberPerRow() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getMaxNumberPerRow() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getMaxNumberPerRow() - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
getMaxRows() - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
getMaxSize() - Method in class edu.udo.cs.yale.operator.validation.significance.AnovaSignificanceTestOperator
 
getMaxSize() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
Returns the maximum number of performance vectors which can be compared by this significance test.
getMaxSize() - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator
 
getMaxValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
getMaxValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getMaxValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeNumber
 
getMaxValueForFirstCriterion() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
getMaxValueInt() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getMaxWeight(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
getMean() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
 
getMean() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getMean() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getMean() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getMeanOfList(ArrayList<Example>, int) - Method in class edu.udo.cs.yale.operator.learner.NaiveBayes
 
getMeanVariances() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
getMedian() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getMessageViewer() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getMetaData() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Collects all meta data of the plugin from the manifest file.
getMethod() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getMikroAverage() - Method in class edu.udo.cs.yale.example.AttributeWeight
Returns the current weight.
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.Margin
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns either the accuracy or the classification error.
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
getMikroAverage() - Method in class edu.udo.cs.yale.operator.performance.SquaredCorrelationCriterion
 
getMikroAverage() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the (current) value of the averagable (the average itself).
getMikroStandardDeviation() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the standard deviation of the performance criterion.
getMikroVariance() - Method in class edu.udo.cs.yale.example.AttributeWeight
Returns the MakroVariance since no other micro variance can be calculated.
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.Margin
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getMikroVariance() - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
getMikroVariance() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the variance of the averagable.
getMin() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
Returns the smallest value occupied by this quartile.
getMin(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
getMinEntropySplitpoint(LinkedList<double[]>, Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
getMinimum() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the minimum value of all attribute values in the example table.
getMinimum() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
getMinimum() - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
getMinimum() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns the minimum value of all attribute values in the example table.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Returns 0 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Returns 0 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
Returns 0 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
Returns the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
Returns the maximum number of inner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
Returns 1 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
Returns 0 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
Returns 1 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
Returns 1 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
Returns 1 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
Returns the maximum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
Returns the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
Returns the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
Returns 0 for the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
Returns the maximum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the minimum number of innner operators.
getMinNumberOfInnerOperators() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Returns the minimum number of innner operators.
getMinorVersion() - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
getMinScoresGeometrical(Matrix, Matrix, Matrix, int) - Method in class edu.udo.cs.myGP.Regression
Return the scores of all BVs.
getMinScoresKLApprox(Matrix, Matrix, Matrix, int) - Method in class edu.udo.cs.myGP.Regression
Return the scores of all BVs.
getMinSize() - Method in class edu.udo.cs.yale.operator.validation.significance.AnovaSignificanceTestOperator
 
getMinSize() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
Returns the minimum number of performance vectors which can be compared by this significance test.
getMinSize() - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator
 
getMinValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
getMinValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getMinValue() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeNumber
 
getMinValueInt() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getMinWeight() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getMissingClass() - Method in exception edu.udo.cs.yale.operator.MissingIOObjectException
 
getMode() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the mode of all attribute values in the example table.
getMode() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the mode for this attribute.
getMode() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the mode for this attribute.
getMode() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getModel() - Method in class edu.udo.cs.myGP.GPBase
Get the learned model
getModel() - Method in class edu.udo.cs.myRVM.RVMBase
Get the learned model
getModel(int) - Method in class edu.udo.cs.yale.operator.ContainerModel
Returns the i-th model.
getModel(double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
Returns a model containing all support vectors, i.e. the examples with non-zero alphas.
getModel(double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
Returns a model containing all support vectors, i.e. the examples with non-zerp alphas.
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Getter method for embedded models
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Getter method for embedded models
getModel() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Getter method for embedded models
getModel() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
Returns a binary decision model for the given classification index.
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
Returns a binary decision model for the given classification index.
getModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Getter method for embedded models
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getModelInfo() - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getModelWeights() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
This method is only supported for boolean target attributes.
getMonitorPanel() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGGA
Returns the DirectedGeneratingMutation.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGGA
Returns the generating mutation PopulationOperator.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingGeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA
Returns the generating mutation PopulationOperator.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.GeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
getName() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the name of this data table.
getName() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getName() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getName() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getName() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
getName() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
getName() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
getName() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
getName() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
getName() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the name of the attribute.
getName() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
This method overrides the implementation of ResultObjectAdapter and returns "ExampleSet".
getName() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the name of the attribute.
getName() - Method in class edu.udo.cs.yale.example.AttributeWeight
Returns the name of the attribute.
getName() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns the name of this AverageVector.
getName() - Method in class edu.udo.cs.yale.example.CorrelationMatrix
 
getName() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
getName() - Method in class edu.udo.cs.yale.gui.templates.Template
 
getName() - Method in class edu.udo.cs.yale.operator.ContainerModel
 
getName() - Method in interface edu.udo.cs.yale.operator.learner.Learner
Returns the name of the learner.
getName() - Method in class edu.udo.cs.yale.operator.learner.weka.WekaAssociator
 
getName() - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
getName() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
getName() - Method in class edu.udo.cs.yale.operator.Operator
Returns the name of the operator.
getName() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getName() - Method in class edu.udo.cs.yale.operator.performance.AbsoluteError
 
getName() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
getName() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
getName() - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
getName() - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
Returns the name of this estimated performance criterion, which can be set using setName().
getName() - Method in class edu.udo.cs.yale.operator.performance.Margin
 
getName() - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
getName() - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
getName() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns the name.
getName() - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
getName() - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
getName() - Method in class edu.udo.cs.yale.operator.performance.RelativeError
 
getName() - Method in class edu.udo.cs.yale.operator.performance.RootMeanSquaredError
 
getName() - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
getName() - Method in class edu.udo.cs.yale.operator.performance.SimpleAccuracy
 
getName() - Method in class edu.udo.cs.yale.operator.performance.SquaredCorrelationCriterion
 
getName() - Method in class edu.udo.cs.yale.operator.performance.SquaredError
 
getName() - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Returns a nicer name.
getName() - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Returns a nicer name.
getName() - Method in interface edu.udo.cs.yale.operator.ResultObject
 
getName() - Method in class edu.udo.cs.yale.operator.ResultObjectAdapter
The default implementation returns the classname without package.
getName() - Method in class edu.udo.cs.yale.operator.SimpleResultObject
 
getName() - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getName() - Method in class edu.udo.cs.yale.operator.visualization.DataStatistics
 
getName() - Method in class edu.udo.cs.yale.test.ApplicationTest
 
getName() - Method in class edu.udo.cs.yale.test.SampleTest
 
getName() - Method in class edu.udo.cs.yale.tools.GroupTree
Returns the name of this group.
getName() - Method in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
getName() - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getName() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns the name of this averagable.
getName() - Method in class edu.udo.cs.yale.tools.math.SignificanceTestResult
Returns the name of the test.
getName() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the name of the plugin.
getNames() - Method in class edu.udo.cs.yale.tools.Ontology
 
getNameSize(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
getNeededYaleVersion() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the needed Yale version.
getNegativeIndex() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the index of the first value if this attribute is a classification attribute, i.e. if it is binominal.
getNegativeIndex() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the index of the first value if this attribute is a classification attribute, i.e. if it is binominal.
getNegativeIndex() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the index of the first value if this attribute is a classification attribute, i.e. if it is binominal.
getNegativeIndex() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getNewAttributes() - Method in class edu.udo.cs.yale.example.AttributeParser
Returns a list of all parsed attributes.
getNext() - Method in interface edu.udo.cs.yale.tools.math.som.KohonenTrainingsData
 
getNext() - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
getNextFreeBlockNr() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns a new unused blockNr.
getNextFreeBlockNr() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns a new unused blockNr.
getNextFreeBlockNumber() - Static method in class edu.udo.cs.yale.example.AttributeFactory
Returns the next free block number.
getNextRank(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
Returns a list of non-dominated individuals.
getNextRank(Population) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
Returns a list of non-dominated individuals.
getNextRank(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
Returns a list of non-dominated individuals.
getNextRank(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
Returns a list of non-dominated individuals.
getNodeDistance(int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getNodeWeights(int[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
getNonDefaultAttributeIndices(Example) - Method in class edu.udo.cs.yale.example.FastExample2SparseTransform
Returns a list with the indices of the regular Attributes with non-default values.
getNonDefaultAttributeValues(Example) - Method in class edu.udo.cs.yale.example.FastExample2SparseTransform
Returns an array of non-default values of the given example.
getNonDefaultAttributeValues(Example, int[]) - Method in class edu.udo.cs.yale.example.FastExample2SparseTransform
Returns an array of non-default values of the given example.
getNonDefaultIndices() - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
 
getNonDefaultIndices() - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
 
getNonDefaultIndices() - Method in interface edu.udo.cs.yale.example.SparseDataRow
Returns an array of all attribute indices with corresponding non-default values.
getNonDefaultValues() - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
 
getNonDefaultValues() - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
 
getNonDefaultValues() - Method in interface edu.udo.cs.yale.example.SparseDataRow
Returns an array of all non-default attribute values.
getNormedLength(double, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getNormedPosition(double, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getNrOfComponents() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getNrOfComponents() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getNumberOfAllOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the number of all inner operators (including the disabled operators).
getNumberOfAttributes() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the number of attributes.
getNumberOfAttributes() - Method in class edu.udo.cs.yale.example.Example
Returns the number of regular attributes.
getNumberOfAttributes() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the number of attributes of the examples in this set.
getNumberOfAttributes() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getNumberOfAttributes() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the number of attributes.
getNumberOfAttributes() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Returns the number of regular attributes.
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getNumberOfAttributes() - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getNumberOfAttributes(ExampleSet, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MultivariateSeries2WindowExamples
 
getNumberOfAttributes(ExampleSet, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
getNumberOfAttributes(ExampleSet, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.UnivariateSeries2WindowExamples
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
getNumberOfAxes() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the number of axes beside the value dimension, i. e. 1 for a 2D and 2 for a 3D plot.
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns 0.
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getNumberOfAxes() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getNumberOfBasisVectors() - Method in class edu.udo.cs.myGP.Model
 
getNumberOfCategories() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getNumberOfChildrensSteps() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
getNumberOfClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getNumberOfColumns() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the total number of columns.
getNumberOfColumns() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getNumberOfColumns() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getNumberOfColumns() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getNumberOfCurrentlySelectedPlots() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getNumberOfExamples() - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getNumberOfIndividuals() - Method in class edu.udo.cs.yale.operator.features.Population
Returns the number of all individuals.
getNumberOfIndividuals() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Returns the number of all individuals.
getNumberOfIndividuals() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getNumberOfLabels() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.ContainerModel
Returns the total number of models.
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
getNumberOfModels() - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
getNumberOfNonEmptyClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the number of all enabled inner operators.
getNumberOfPlots() - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getNumberOfPlots(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
getNumberOfPredictions() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getNumberOfPredictions() - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfRegularAttributes() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns the number of regular attributes.
getNumberOfRelevanceVectors() - Method in class edu.udo.cs.myRVM.Model
 
getNumberOfRows() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the total number of rows.
getNumberOfRows() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getNumberOfRows() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getNumberOfRows() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getNumberOfScores() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
getNumberOfSelected() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getNumberOfSpecialColumns() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the total number of special columns.
getNumberOfSpecialColumns() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getNumberOfSpecialColumns() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getNumberOfSpecialColumns() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.Bagging
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.ClassificationByRegression
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
Returns getNumberOfValidationSteps() * getNumberOfChildrensSteps() + 1.
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.Operator
Returns the number of steps (e.g. loops) the operator performs, e.g. 10 for a tenfold cross validation.
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the number of steps performed by this chain.
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns getNumberOfValidationSteps() * getNumberOfChildrensSteps() + 1.
getNumberOfSteps() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getNumberOfSubsets() - Method in class edu.udo.cs.yale.example.Partition
Returns the number of subsets.
getNumberOfSubsets() - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Returns the number of subsets.
getNumberOfSupportVectors() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
getNumberOfUsedAttributes() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the number of selected attributes.
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.FixedSplitValidationChain
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.RandomSplitValidationChain
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.RandomSplitWrapperValidationChain
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the number of validation steps, i.e. the number of times the inner operators of this validation chain are performed.
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
getNumberOfValidationSteps() - Method in class edu.udo.cs.yale.operator.validation.XValidation
 
getNumberOfValues(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the number of different values for the i-th column.
getNumberOfValues(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getNumberOfValues(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getNumberOfValues() - Method in interface edu.udo.cs.yale.datatable.DataTableRow
Returns the total number of values.
getNumberOfValues() - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
getNumberOfValues() - Method in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
getNumberOfValues(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getNumberOfValues() - Method in class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
getNumberOfValues() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the number of different values in case of a nominal attribute.
getNumberOfValues() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the number of different nominal values.
getNumberOfValues() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the number of different nominal values.
getNumberOfValues() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getNumericalTicSize(double, double) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
getOldWeight() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
getOneClass() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
getOpenTag(int) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
getOpenTag(int) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
getOperator(String) - Method in class edu.udo.cs.yale.Experiment
Returns the operator with the given name.
getOperator() - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
getOperator(int) - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
getOperator(int) - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
getOperator(int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getOperator(int) - Method in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
getOperator(int) - Method in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
getOperator() - Method in exception edu.udo.cs.yale.operator.IllegalInputException
 
getOperator(int) - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the i-th inner operator.
getOperator() - Method in exception edu.udo.cs.yale.operator.UserError
 
getOperator() - Method in exception edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException
 
getOperatorChain() - Method in exception edu.udo.cs.yale.operator.IllegalNumberOfInnerOperatorsException
 
getOperatorClass() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
getOperatorClassName() - Method in class edu.udo.cs.yale.operator.Operator
Returns the "class name" of this operator from the operator description of the operator.
getOperatorDescription() - Method in class edu.udo.cs.yale.operator.Operator
Returns the operator description of this operator.
getOperatorDescription(String) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns the operator description for a given class name from the operators.xml file, e.g.
getOperatorDescriptions() - Method in class edu.udo.cs.yale.tools.GroupTree
Returns all operator descriptions in this group or an empty list if this group does not contain any operators.
getOperatorDescriptions(Class) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns the operator descriptions for the operators which uses the given class.
getOperatorFromAll(int) - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns the i-th operator.
getOperatorNames() - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns a collection of all operator names.
getOperators() - Method in class edu.udo.cs.yale.operator.OperatorChain
Returns an iterator over all Operators.
getOperatorsDelivering(Class) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns a collection of all operator descriptions of operators which return the desired IO object as output.
getOperatorsRequiring(Class) - Static method in class edu.udo.cs.yale.tools.OperatorService
Returns a collection of all operator descriptions which requires the given IO object as input.
getOperatorTree() - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
getOperatorTree() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getOptimisticScore(double[]) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Computes the best possible score that might be achieved by refining the rule.
getOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns the resulting performance of the original optimization problem.
getOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns the optimization performance of the best result.
getOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
Delivers the fitness of the best individual as performance vector.
getOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
Returns the optimization performance of the best result.
getOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Returns the optimization performance of the best result.
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
getOptionsComponent(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the component of index index for interaction if plotter provides one.
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns null.
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getOptionsComponent(int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getOutliers() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Returns the generated attributes types.
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
getOutputAttributes(ExampleTable) - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.CommandLineOperator
no output
getOutputClasses() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.PCA
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.PrincipalComponentsTransformation
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.transformation.SplitSVMModel
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.AttributeWeightsCreator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.InteractiveAttributeWeighting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.generator.MassiveDataGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.C45ExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ExcelExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.GNUPlotOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.IOContainerReader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.IOContainerWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.IOObjectReader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.IOObjectWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ModelLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ModelWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.PerformanceLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.PerformanceWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ResultWriter
Returns an empty array.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ThresholdLoader
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.io.ThresholdWriter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.IOConsumeOperator
 
getOutputClasses(Class<?>[], Operator) - Method in class edu.udo.cs.yale.operator.IODescription
Returns the output classes dependent on the outputBehaviour PASS_UNUSED_INPUT_TO_OUTPUT:output classes are the classes used in the constructor plus those classes in input[] that were not consumed.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Depending on the the learner capabilities (performance estimation, attribute weight calculation) the output classes are generated.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Overwrite to also return the performance (run-) vector
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.MacroDefinitionOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.AverageBuilder
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ExperimentEmbeddingOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.ParameterSetter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
returns the the classes this operator expects as input.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.ModelApplier
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.Operator
Returns the classes that are guaranteed to be returned by apply() as additional output.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.performance.MinMaxWrapper
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.performance.WeightedPerformanceCreator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
Returns an array with one element; Model
getOutputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
Returns the the classes this operator expects as input.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdApplier
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdCreator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizer
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.AttributeValueMapper
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeName
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureRangeRemoval
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NumericToBinary
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.PermutationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.SingleAttributes2ValueSeries
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.AbsoluteSampling
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.ModelBasedSampling
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.StratifiedSampling
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.CFSFeatureSetEvaluator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.ConsistencyFeatureSetEvaluator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Returns the the classes this operator expects as input.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
Returns the example set and the statistics.
getOutputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.visualization.LiftChartGenerator
 
getOutputClasses() - Method in class edu.udo.cs.yale.operator.visualization.ROCChartGenerator
 
getPanel() - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
getParameter(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single parameter retrieved from the Parameters of this Operator.
getParameter(String) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Returns the value of the given parameter.
getParameterAsBoolean(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to boolean.
getParameterAsColor(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to Color.
getParameterAsDouble(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to double.
getParameterAsFile(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to File.
getParameterAsInt(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to int.
getParameterAsString(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to String.
getParameterList(List<Object[]>) - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
getParameterList(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns a single named parameter and casts it to List.
getParameterName() - Method in class edu.udo.cs.yale.operator.InputDescription
Returns the name of the user parameter.
getParameters(Operator) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
getParameters() - Method in class edu.udo.cs.yale.gui.templates.Template
 
getParameters() - Method in interface edu.udo.cs.yale.gui.wizards.ConfigurationListener
 
getParameters(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Creates a LibSVM parameter object based on the user defined parameters.
getParameters() - Method in class edu.udo.cs.yale.operator.Operator
Returns a collection of all parameters of this operator.
getParametersToOptimize() - Method in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
getParametersToOptimize() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getParametersToOptimize() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getParameterString() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
getParameterType(int) - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
getParameterType(int) - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
getParameterType(int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getParameterType(int) - Method in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
getParameterType(Operator, String) - Static method in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
getParameterType(int) - Method in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
getParameterType(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns the parameter type with the given name.
getParameterType(String) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Returns the type of the parameter with the given type.
getParameterTypes() - Method in class edu.udo.cs.yale.operator.CommandLineOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.AGA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.CompleteFeatureGenerationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGGA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.FourierGGA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingGeneticAlgorithm
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.GeneticAlgorithm
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.PCA
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.PrincipalComponentsTransformation
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.transformation.SplitSVMModel
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.CorrelationMatrixOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.generator.MassiveDataGenerator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.C45ExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ExcelExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.GNUPlotOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.IOContainerReader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.IOContainerWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.IOObjectReader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.IOObjectWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.KDBExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ModelLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ModelWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.PerformanceLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.PerformanceWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ThresholdLoader
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.io.ThresholdWriter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.IOConsumeOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVM
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.Bagging
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Adds the parameters "rescale label priors" and "weighted batch size".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
Adds the parameter function".
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.MacroDefinitionOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ExampleSetIterator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ExperimentEmbeddingOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.ParameterSetter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.meta.XVPrediction
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.ModelApplier
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.Operator
Returns a list of ParameterTypes describing the parameters of this operator.
getParameterTypes() - Method in class edu.udo.cs.yale.operator.performance.AttributeCounter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.performance.MinMaxWrapper
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.performance.WeightedPerformanceCreator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
Registers parameters.
getParameterTypes() - Method in class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdCreator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizer
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.SimpleBinDiscretization
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.AttributeValueMapper
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeName
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureBlockTypeFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureRangeRemoval
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureValueTypeFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MultivariateSeries2WindowExamples
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NumericToBinary
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.PermutationOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.Normalization
Returns a list with all parameter types of this model.
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.AbsoluteSampling
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.ModelBasedSampling
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.preprocessing.sampling.StratifiedSampling
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.FixedSplitValidationChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.RandomSplitValidationChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.RandomSplitWrapperValidationChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.validation.XValidation
 
getParameterTypes() - Method in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
getParent() - Method in class edu.udo.cs.yale.operator.Operator
Returns the parent of this operator which must be an operator chain.
getParent() - Method in class edu.udo.cs.yale.tools.GroupTree
Returns the parent of this group.
getPeaks(Peak[]) - Method in class edu.udo.cs.yale.tools.math.BinaryPeakFinder
 
getPeaks(Peak[]) - Method in interface edu.udo.cs.yale.tools.math.PeakFinder
Returns the "actual" peaks from the given peak series (spectrum).
getPeaks(Peak[]) - Method in class edu.udo.cs.yale.tools.math.SimplePeakFinder
Returns a list with peaks.
getPerformance() - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
getPerformance() - Method in class edu.udo.cs.yale.operator.features.Individual
 
getPerformance() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
getPerformance() - Method in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
Applies the inner operator and employs the PerformanceEvaluator for calculating a list of performance criteria which is returned.
getPerformance() - Method in class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
Applies the inner operator and employs the PerformanceEvaluator for calculating a list of performance criteria which is returned.
getPerformance() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
Returns the performance of this parameter set.
getPerformanceVector(List<AverageVector>) - Static method in class edu.udo.cs.yale.operator.validation.Tools
Returns the first performance vector in the given list or null if no performance vectors exist.
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
getPlotColumn(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns true if the given dimension should be plotted.
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getPlotColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
getPlotName() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the name of the plotting axe.
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns null.
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getPlotName() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getPlotPanel() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
getPlotter() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the plotter component.
getPlotter() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns this.
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.GridVizPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
getPlotterCondition() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the condition for data tables.
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns a BasicPlotterCondition allowing for all DataTables.
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getPlotterCondition() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getPlotterPointForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
getPlotterPointForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getPlotterPointForPos(int, int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getPlugin(String) - Static method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the desired plugin.
getPluginDependencies() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the plugin dependencies of this plugin.
getPluginDir() - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getPluginName() - Method in class edu.udo.cs.yale.tools.plugin.Dependency
 
getPluginVersion() - Method in class edu.udo.cs.yale.tools.plugin.Dependency
 
getPMatrix(KohonenNet, RandomDataContainer, int[]) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getPnRatios(int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
The factor to be applied (pn-ratio) for each label if the model yields the specific prediction.
getPointColor(double) - Static method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns a color for the given value.
getPointColor(double, int) - Static method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns a color for the given value.
getPointColor(double) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMFireColorizer
 
getPointColor(double) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMGreyColorizer
 
getPointColor(double) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMLandscapeColorizer
 
getPointColor(double) - Method in interface edu.udo.cs.yale.gui.plotter.som.SOMMatrixColorizer
 
getPointColor(double) - Static method in class edu.udo.cs.yale.gui.SwingTools
Returns a color equivalent to the value of value.
getPointColor(double, double, double) - Static method in class edu.udo.cs.yale.gui.SwingTools
Returns a color equivalent to the value of value.
getPointColorValue(DataTable, DataTableRow, int, double, double) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Helper methods which can be used to deliver a value for the point color.
getPosIndex(Attribute) - Static method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
getPositionInDataSpace(Point) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
Returns the position in data space from a position in screen space should return the proper position.
getPositionInDataSpace(Point) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the given position in data space.
getPositionInDataSpace(Point) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns null.
getPositionInDataSpace(Point) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getPositionOfAttributeInRule(Attribute) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
getPositiveIndex() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the index of the second value if this attribute is a classification attribute.
getPositiveIndex() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the index of the second value if this attribute is a classification attribute.
getPositiveIndex() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the index of the second value if this attribute is a classification attribute.
getPositiveIndex() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getPositiveWeight() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns the covered positive weight of this hypothesis.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Must return a list of PopulationOperators.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns the list with post eval pop ops.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
Returns an empty list if the parameter debug_output is set to false.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
empty list
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
Returns an empty list.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
getPostProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns an empty list.
getPostProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
getPrecision(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getPredefinedBuildingBlocks() - Static method in class edu.udo.cs.yale.tools.BuildingBlockService
Returns all predefined building blocks.
getPredictedLabel() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getPredictedLabel() - Method in class edu.udo.cs.yale.example.Example
Returns the double value of the predicted label attribute.
getPredictedLabel() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the label predicted by some model.
getPrediction() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Returns the label index the hypothesis predicts.
getPrediction() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns the index of prediction of this rule
getPrediction() - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
getPredictionIndex() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Returns the most probable label index for this model.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
The operators performs two steps: forward selection/backward elimination kick out all but the keep_best individuals remove redundant individuals
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Must return a list of PopulationOperators.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns the list with pre eval pop ops.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
Does nothing.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
The operators performs two steps: forward selection/backward elimination kick out all but the keep_best individuals remove redundant individuals
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
The operators add the feature with the next highest weight.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
getPreferredSize() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.AGA
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGGA
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns an empty list.
getPrior(int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getPriorOfClass(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Getter method for prior class probabilities estimated as the relative frequencies in the training set.
getPriorOfClass(int) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Getter method for prior class probabilities estimated as the relative frequencies in the training set.
getPriors() - Method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Returns the default probability of the example set the object was constructed with.
getPriors(ExampleSet) - Static method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Returns the default probability of the given example set.
getPriors() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Getter for the prior array
getPriors() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet) - Static method in class edu.udo.cs.yale.example.Tools
 
getProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet, boolean) - Static method in class edu.udo.cs.yale.example.Tools
Calculates probabilities for attribute selection purposes based on the given weight.
getProbability(double) - Method in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
getProbability(double) - Method in interface edu.udo.cs.yale.operator.learner.Distribution
This method returns the density of the given distribution at the specified value
getProbability(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getProbability(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the probability of one of the prediction/label subsets
getProbability(double) - Method in class edu.udo.cs.yale.operator.learner.NormalDistribution
 
getProbability(PerformanceCriterion, PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator
 
getProbabilityForAttribute(int, int, Example) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
getProbabilityForClass(int, Example) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
getProbabilityForValue(double) - Method in class edu.udo.cs.yale.tools.math.FDistribution
 
getProbabilityLabel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the "prior" probability of one of the labels.
getProbabilityPrediction(int) - Method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the "prior" probability of one of the predictions.
getProblem(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Creates a support vector problem for the LibSVM.
getProblemSize() - Method in class edu.udo.cs.myGP.Problem
Getters
getProblemSize() - Method in class edu.udo.cs.myRVM.Problem
Getters
getProperties(String, StringBuffer) - Static method in class edu.udo.cs.yale.tools.BugReport
 
getProperties() - Static method in class edu.udo.cs.yale.tools.BugReport
 
getProperty(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
Returns a system property and throws a runtime exception if the property is not set.
getPropertyInfo(String, Properties) - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
getPropertyTable() - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
getPropertyTable() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getPropertyValue(int) - Method in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
Returns the value of the property with the given index.
getPruningScore() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
getPTR() - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Return the matrix PTR with PTR * (L * L') * PTR' = A + E.
getQuery() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
getQueryString() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
getRandom() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
 
getRandomCompatibleAttributes(ExampleSet, FeatureGenerator, int, String[], Random) - Static method in class edu.udo.cs.yale.example.Tools
 
getRandomGenerator(int) - Static method in class edu.udo.cs.yale.tools.RandomGenerator
Returns the global random number generator if the seed is negative and a new RandomGenerator with the given seed if the seed is positive or zero.
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns a human readable description of the range.
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeAttributeFile
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeColor
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypePassword
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
getRange() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
 
getRanges(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
Delivers the maximum range thresholds for all attributes, i.e. the value getRanges()[a][b] is the b-th threshold for the a-th attribute.
getRanges(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
Delivers the maximum range thresholds for all attributes, i.e. the value getRanges()[a][b] is the b-th threshold for the a-th attribute.
getRanges(ExampleSet) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.SimpleBinDiscretization
 
getReader(File) - Static method in class edu.udo.cs.yale.tools.Tools
This method checks if the given file is a Zip file containing one entry.
getReal() - Method in class edu.udo.cs.yale.tools.math.Complex
 
getRecentFiles() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
getRectangleStyle() - Method in class edu.udo.cs.yale.gui.plotter.Bins
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
getRegressionLabel(int) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
getRegularAttributes() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns a list of all regular attributes.
getRejectionReason(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.BasicPlotterCondition
 
getRejectionReason(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
getRejectionReason(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.CombinedPlotterCondition
 
getRejectionReason(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.MissingValuesPlotterCondition
 
getRejectionReason(DataTable) - Method in interface edu.udo.cs.yale.gui.plotter.conditions.PlotterCondition
 
getRejectionReason(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
getRelativePath(File, File) - Static method in class edu.udo.cs.yale.tools.Tools
Returns the relative path of the first file resolved against the second.
getRenderer(Operator) - Static method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
getReplenishmentValue(int, Attribute, double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
Replaces the values
getReplenishmentValue(int, Attribute, double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
getReplenishmentValue(int, Attribute, double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Returns the value of the replenishment function with the given index.
getResource(String) - Method in class edu.udo.cs.yale.tools.ResourceSource
 
getResource(String) - Static method in class edu.udo.cs.yale.tools.Tools
Returns the desired resource.
getResourceFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getResourceString(int, String, String) - Static method in exception edu.udo.cs.yale.operator.UserError
Returns a resource message for the given error code.
getResultDisplay() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getResults() - Method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Returns a list of all stored results.
getResultSet() - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
This method reads the file whose name is given, extracts the database access information and the query from it and executes the query.
getResultSet() - Method in class edu.udo.cs.yale.operator.io.KDBExampleSource
 
getResultSet() - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
Returns a ResultSet.
getResultSetMethod - Static variable in class edu.udo.cs.yale.doc.ReferenceTaglet
 
getRight() - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
getRightEndOfPeak(Peak[], int, int) - Method in class edu.udo.cs.yale.tools.math.BinaryPeakFinder
Traverses the series from max to right until endIndex is reached or while the current value is below average or while the values are still decreasing.
getRoot() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Returns the root operator.
getRootDoc() - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
Use only classes beneath the operator package.
getRootDoc(File, String) - Method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
getRootOperator() - Method in class edu.udo.cs.yale.Experiment
 
getRow(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns the data table row with the given index.
getRow(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
getRow(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
getRow(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
getRowCount() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
getRowCount() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
getRule() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
getRuleLength() - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
getScore() - Method in class edu.udo.cs.myGP.Regression.Score
 
getScore(double[], boolean) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
Computes the WRAcc or BINOMIAL TEST FUNCTION based on p, n, and the global values P and N stored in this object.
getScore(int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
getScore(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
getScore(double[], boolean) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
Computes the score for the specified utility function, the provided counts and class.
getScoreBound() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
getSelectedBuildingBlock() - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
getSelectedClass() - Method in class edu.udo.cs.yale.operator.io.IOObjectWriter
 
getSelectedClass() - Method in class edu.udo.cs.yale.operator.IOConsumeOperator
 
getSelectedClass() - Method in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
getSelectedIndividual() - Method in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
getSelectedOperator() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Returns the currently selected operator, i.e. the last operation in the current selection path.
getSelectedParameters() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
getSelectionMode() - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
 
getSelectionSize() - Method in class edu.udo.cs.yale.example.Partition
Returns the number of selected elements.
getSetOrderedByCrit(String) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
getSetOrderedByCrit(int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
getShift() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
getShowColumn(int) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
getSigma() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
getSigma() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
getSigma() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
getSigma1() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
getSigma2() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
getSigma3() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
getSize() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Returns the number of examples.
getSize() - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
getSize() - Method in interface edu.udo.cs.yale.example.ExampleSet
Deprecated. Please use the method ExampleSet.size() instead
getSize() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
Deprecated. 
getSize() - Method in interface edu.udo.cs.yale.example.ExampleTable
Returns the number of examples.
getSize() - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Returns the size of this example table, i.e. the number of data rows.
getSize() - Method in class edu.udo.cs.yale.example.RandomExampleTable
 
getSize() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Deprecated. 
getSize() - Method in class edu.udo.cs.yale.gui.attributeeditor.CellEditors
Returns the number of rows.
getSize(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellEditors
Returns the size of the i-th row.
getSize() - Method in class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
Returns the number of rows.
getSize(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.CellRenderers
Returns the size of the i-th row.
getSize(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.ChainRenderer
 
getSize(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.LeafRenderer
 
getSize(Operator, Graphics2D) - Method in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
getSize() - Method in class edu.udo.cs.yale.tools.math.AverageVector
Returns the number of averagables in this vector.
getSortedWeights() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns an iterator over all AttributeWeight objects according to the current sorting settings.
getSortingType() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns the currently used sorting type.
getSource() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
getSource() - Method in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
getSourceFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getSpecialAttribute(String) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the special attribute with the given name or null if no special attribute with this name exists.
getSpecialAttribute(String) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getSpecialAttribute(String) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Returns the special attribute with the given name.
getSpecialAttribute(String) - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns a special attribute by name.
getSpecialAttributeNames() - Method in class edu.udo.cs.yale.example.Example
Returns a collection of the names of all special attributes defined for this example.
getSpecialAttributeNames() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns a collection of all keys of special attributes.
getSpecialAttributeNames() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getSpecialAttributeNames() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getSpecialAttributes() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns a map of all special attribute names to the corresponding attributes.
getSpecialAttributes() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getSpecialAttributes() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getSpecialAttributes() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns a Map mapping names to special attributes.
getSpecialNames() - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Returns a list of all names (Strings) of all special attributes.
getSplitpoints(LinkedList<double[]>, Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
getStackTrace(Throwable) - Static method in class edu.udo.cs.yale.tools.BugReport
 
getStandardDeviation() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getStandardDeviation() - Method in class edu.udo.cs.yale.tools.math.Averagable
This method returns the makro standard deviation if it was defined and the mikro standard deviation otherwise.
getStart() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
getStartTime() - Method in class edu.udo.cs.yale.operator.Operator
Returns the system time when the operator was started.
getStatisticsString() - Method in interface edu.udo.cs.yale.example.Attribute
Returns a string representation of the attribute statistics, i.e. the mean and range for numerical attributes or the mode and class values for nominal attributes.
getStatisticsString() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns a string representation of the range (numerical attribute) or class values (nominal attribute).
getStatisticsString() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns a string representation of the range (numerical attribute) or class values (nominal attribute).
getStatisticsString() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns a string representation of the range (numerical attribute) or class values (nominal attribute).
getStatus() - Method in class edu.udo.cs.yale.operator.Operator
Returns human readable status information.
getStringDefault(String, String[]) - Static method in class edu.udo.cs.yale.tools.WekaTools
Returns the default value for a boolean parameter.
getStringPair() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.OperatorParameterPair
 
getStringRepresentation(int) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
getSubGroup(String) - Method in class edu.udo.cs.yale.tools.GroupTree
Returns the subgroup with the given name.
getSubGroups() - Method in class edu.udo.cs.yale.tools.GroupTree
Returns a set of all children group trees.
getSum(Collection, double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Calculates w*x from the given support vectors using this kernel function.
getSVM() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns the used SVM.
getTable() - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.DataCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.EditorCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.DefaultPropertyKeyRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
getTableIndex() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the index in the example table.
getTableIndex() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the index of the column in the example table.
getTargetDimension() - Method in class edu.udo.cs.myGP.Problem
 
getTargetDimension() - Method in class edu.udo.cs.myGP.RegressionProblem
 
getTargetDimension() - Method in class edu.udo.cs.myRVM.ClassificationProblem
 
getTargetDimension() - Method in class edu.udo.cs.myRVM.Problem
 
getTargetDimension() - Method in class edu.udo.cs.myRVM.RegressionProblem
 
getTargetVectors() - Method in class edu.udo.cs.myGP.RegressionProblem
 
getTargetVectors() - Method in class edu.udo.cs.myRVM.ClassificationProblem
 
getTargetVectors() - Method in class edu.udo.cs.myRVM.RegressionProblem
 
getTechnicalInformation() - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
getTechnicalInformation() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
getTechnicalInformation() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
getTechnicalInformation() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
getTechnicalInformation() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
getTempDir() - Static method in class edu.udo.cs.yale.tools.TempFileService
Returns the temp dir.
getTemplate(Operator) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
getTestedValueAtLiteral(int) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
getText() - Method in class edu.udo.cs.yale.gui.plotter.ToolTip
 
getThreshold() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
getTicSize(DataTable, int, double, double) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
getTime() - Static method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
getTime() - Static method in class edu.udo.cs.yale.tools.LogService
Returns the current system time nicely formatted.
getTime() - Static method in class edu.udo.cs.yale.tools.ResultService
Returns the current date and time as formatted string.
getTitle(String) - Method in class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
getTitle(String) - Method in class edu.udo.cs.yale.gui.ExampleVisualizer
 
getTitle(String) - Method in interface edu.udo.cs.yale.ObjectVisualizer
 
getTitle(String) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
getTitle(String) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
getToolTip(int) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
getToolTipText(int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
getToolTipText(MouseEvent) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(int) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
getToolTipText(MouseEvent) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
This method ensures that the correct tool tip for the current table cell is delivered.
getTotalNumber() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getTotalPositiveWeight() - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns the stored positive weight.
getTotalSize() - Method in class edu.udo.cs.yale.example.Partition
Returns the total number of examples.
getTotalWeight() - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns the stored total weight.
getTotalWeight() - Method in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellEditor
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer
 
getTwoDigits(int) - Static method in class edu.udo.cs.yale.tools.ResultService
Adds a leading zero.
getType() - Method in class edu.udo.cs.yale.example.DataRowFactory
Returns the type of the created data rows.
getType() - Method in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.DotKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Must return one out of KERNEL_DOT, KERNEL_RADIAL, KERNEL_POLYNOMIAL, or KERNEL_SIGMOID.
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
 
getType() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
 
getType() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
getUMatrix(KohonenNet, int[]) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getUnit(int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the exponent of the unit.
getUnit(int) - Method in interface edu.udo.cs.yale.example.Attribute
Returns the exponent of the unit.
getUnknown() - Method in class edu.udo.cs.yale.example.AttributeStatistics
 
getUnknownCounter() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the number of undefined values for this attribute.
getUnknownCounter() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the number of undefined values for this attribute.
getUnweightedValue(Attribute) - Method in class edu.udo.cs.yale.example.Example
Returns the original, unweighted value of the given attribute.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Accuracy
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Coverage
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.WRAcc
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperQuartile() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getUpperWhisker() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
getUrlPrefix() - Method in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
getUserBuildingBlocks() - Static method in class edu.udo.cs.yale.tools.BuildingBlockService
Returns all user defined building blocks.
getUserConfigFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getUserData(String) - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the user data set by setUserData()
getUserData(String) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getUserData(String) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getUserDataKeys() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns all askable keys of user data.
getUserDataKeys() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
getUserDataKeys() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
getUserDescription() - Method in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
getUserDescription() - Method in class edu.udo.cs.yale.operator.Operator
The user specified comment for this operator.
getUserYaleDir() - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getUStarMatrix(double[][], double[][], double, double, int[]) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
getUtility() - Method in class edu.udo.cs.yale.operator.learner.igss.Result
Returns the stored utility.
getValidationOperator() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
getValue(int) - Method in interface edu.udo.cs.yale.datatable.DataTableRow
Returns the i-th value.
getValue(int) - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
getValue(int) - Method in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
getValue(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
getValue(int, int) - Method in class edu.udo.cs.yale.example.CorrelationMatrix
 
getValue(int) - Method in class edu.udo.cs.yale.example.Example
Invokes the method Example.getValue(Attribute) for the i-th regular attribute.
getValue(Attribute) - Method in class edu.udo.cs.yale.example.Example
Returns the value of attribute a.
getValue() - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 
getValue() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Returns the index of the value of this literals' attribute.
getValue(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns the value of the Value with the given key.
getValue() - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
 
getValue() - Method in class edu.udo.cs.yale.operator.Value
Returns the current value which can be logged by the experiment log operator.
getValue() - Method in interface edu.udo.cs.yale.operator.ValueInterface
Returns the current value which can be logged by the experiment log operator.
getValueAsString(DataTableRow, int) - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
getValueAsString(DataTableRow, int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Must deliver the proper value as string, i.e. the mapped value for nominal columns.
getValueAsString(Attribute) - Method in class edu.udo.cs.yale.example.Example
Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values.
getValueAsString(Attribute, int) - Method in class edu.udo.cs.yale.example.Example
Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values.
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
getValueAt(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
getValueCount(String) - Method in interface edu.udo.cs.yale.example.Attribute
Returns the number of occurences of the given nominal value.
getValueCount(String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the number of occurences of the given nominal value.
getValueCount(String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the number of occurences of the given nominal value.
getValueCount(String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
Overrides the method of the super type HistogramPlotter which allows for multiple plot selections.
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
Returns Plotter.NO_SELECTION.
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
getValuePlotSelectionType() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns the selection type for the value axis, i.e. one out of NO_SELECTION, SINGLE_SELECTION, or MULTIPLE_SELECTION.
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns Plotter.SINGLE_SELECTION.
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
getValuePlotSelectionType() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
getValues() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the values of the attribute as an enumeration of strings.
getValues() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the values of the attribute as an enumeration of strings.
getValues() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the values of the attribute as an enumeration of strings.
getValues() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
getValues() - Method in class edu.udo.cs.yale.operator.Operator
Returns all Values sorted by key.
getValues() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
getValues() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
getValues() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
getValues(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
getValuesOfCriterion(int) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
getValueType() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns the value type of this attribute.
getValueType() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the value type of this attribute.
getValueType() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
getValueType(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
getVariance() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
 
getVariance() - Method in interface edu.udo.cs.yale.example.Attribute
Returns the variance of all attribute values in the example table.
getVariance() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
getVariance() - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
getVariance() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns the variance of all attribute values in the example table.
getVariance() - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
getVariance() - Method in class edu.udo.cs.yale.tools.math.Averagable
This method returns the makro variance if it was defined and the mikro variance otherwise.
getVariancePlot() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getVariancePlot() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getVarianceThreshold() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getVector(int) - Method in class edu.udo.cs.yale.tools.math.RunVector
Returns the average vector with index i.
getVectorList() - Method in class edu.udo.cs.yale.tools.math.RunVector
Returns all average vectors as list.
getVerbosityLevel() - Static method in class edu.udo.cs.yale.tools.LogService
 
getVersion() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns the version of this plugin.
getVersion() - Static method in class edu.udo.cs.yale.Version
 
getVersion() - Static method in class edu.udo.cs.yale.Yale
 
getVerticalDividerLocation() - Method in class edu.udo.cs.yale.gui.MainFrame
 
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Returns component with several views controlled by radio buttons.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns a visualisation component which allows sorting of the attribute weights and several weight plots.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.example.CorrelationMatrix
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.ContainerModel
Returns a visualization component with a model selector.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
Returns a html label with a table view or a plotter for statistic view.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
getVisualisationComponent(IOContainer) - Method in interface edu.udo.cs.yale.operator.ResultObject
Returns a component that can visualise this result in the GUI.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.ResultObjectAdapter
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
getVisualisationComponent(IOContainer) - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
getVisualizerForObject(String) - Static method in class edu.udo.cs.yale.tools.ObjectVisualizerService
Returns the last object visualizer which is capable to visualize the object with the given id.
getWeight(int) - Method in class edu.udo.cs.myRVM.Model
 
getWeight() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
getWeight() - Method in class edu.udo.cs.yale.example.AttributeWeight
Returns the weight of the attribute.
getWeight(Attribute) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the weight of the attribute.
getWeight(int) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the weight of the attribute with the given index.
getWeight(String) - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns the weight for the attribute with the given name.
getWeight() - Method in class edu.udo.cs.yale.example.Example
Returns the double value of the weight attribute.
getWeight() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the weight attribute.
getWeight() - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
getWeight() - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
getWeightColor(double, double) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns a color for the given weight.
getWeightedCompatibleAttributes(AttributeWeightedExampleSet, FeatureGenerator, int, String[], RandomGenerator) - Static method in class edu.udo.cs.yale.example.Tools
 
getWeightEditor(int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
getWeightForModel(int) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
getWeightingOperator(String) - Method in class edu.udo.cs.yale.operator.features.weighting.BackwardWeighting
 
getWeightingOperator(String) - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
getWeightingOperator(String) - Method in class edu.udo.cs.yale.operator.features.weighting.ForwardWeighting
 
getWeights() - Method in class edu.udo.cs.myKLR.KLR
Return the weights of the features.
getWeights() - Method in class edu.udo.cs.mySVM.SVM.SVM
Return the weights of the features.
getWeights() - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Returns the weights of all features.
getWeights() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns the calculated weight vectors.
getWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns the weights for all features.
getWeights(ExampleSet) - Method in interface edu.udo.cs.yale.operator.learner.Learner
Most learners should throw an exception if they are not able to calculate attribute weights.
getWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Returns the calculated weight vectors.
getWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns the calculated weight vectors.
getWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns the calculated weight vectors.
getWeights() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNode
 
getWeightsForModel(int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Gets weights for models in the case of general nominal class labels.
getWeightsOfComponent(int) - Method in interface edu.udo.cs.yale.operator.features.transformation.ComponentWeightsCreatable
 
getWeightsOfComponent(int) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
getWeightsOfComponent(int) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
getWeightsOfComponent(int) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
getWeightType() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns the currently used weight type.
getWekaAssociator(String, String[]) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
Returns the Weka associator based on the subtype of this operator.
getWekaAttributeEvaluator(String, String[]) - Method in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
Returns the Weka attribute evaluator based on the subtype of this operator.
getWekaClasses(Class) - Static method in class edu.udo.cs.yale.tools.WekaTools
 
getWekaClasses(Class, String, boolean) - Static method in class edu.udo.cs.yale.tools.WekaTools
 
getWekaClasses(Class, String[], boolean) - Static method in class edu.udo.cs.yale.tools.WekaTools
 
getWekaClasses(Class, String[], String[]) - Static method in class edu.udo.cs.yale.tools.WekaTools
 
getWekaClassifier(String[]) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns the Weka classifier based on the subtype of this operator.
getWekaClassifier(String[]) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
Returns the Weka classifier based on the subtype of this operator.
getWekaClassifier(String[]) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns the Weka classifier based on the subtype of this operator.
getWekaClassPath() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
This method is used by the GenericWekaMetaLearner to specify the learners name.
getWekaClassPath() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
This method is used by the GenericWekaMetaLearner to specify the learners name.
getWekaClassPath() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
This method is used by the GenericWekaMetaLearner to specify the learners name.
getWekaJar() - Static method in class edu.udo.cs.yale.tools.WekaTools
Checks if the user has defined the position of Weka in an environment variable.
getWekaParameterList() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
This method is used by the GenericWekaMetaLearner to specify the learners parameters.
getWekaParameterList() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
This method is used by the GenericWekaMetaLearner to specify the learners parameters.
getWekaParameterList() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
This method is used by the GenericWekaMetaLearner to specify the learners parameters.
getWekaParameters() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
This method uses some tool methods and the parameters from the inner learning scheme to build the Weka parameter style.
getWekaParameters() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
This method uses some tool methods and the parameters from the inner learning scheme to build the Weka parameter style.
getWekaParametersFromList(List) - Static method in class edu.udo.cs.yale.tools.WekaTools
Returns the Weka parameters for a Yale parameter list.
getWekaParametersFromTypes(Operator, List) - Static method in class edu.udo.cs.yale.tools.WekaTools
Returns all Weka parameters as String array from the given list of parameter types.
getWizardCreator() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
Returns a new instance of the wizard creator.
getWizardListener() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
getX() - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
getX() - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
getX() - Method in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
getX() - Method in class edu.udo.cs.yale.gui.plotter.ToolTip
 
getX() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
getXiAlphaEstimation(Kernel) - Method in class edu.udo.cs.mySVM.SVM.SVM
Returns a double array of estimated performance values.
getXML() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
getXML(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns the XML representation of this operator.
getXML(String) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Writes a portion of the xml configuration file specifying the parameters that differ from their default value.
getXML(String, String, Object, boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Writes an xml representation of the given key-value pair.
getXML(String, String, Object, boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
Returns an empty string since this parameter cannot be used in XML description but is only used for GUI purposes.
getXML(String, String, Object, boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
getXML(String, String, Object, boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeSingle
 
getXML(Object) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
getXMLSerialization() - Static method in class edu.udo.cs.yale.tools.XMLSerialization
Returns the singleton instance.
getY() - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
getY() - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
getY() - Method in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
getY() - Method in class edu.udo.cs.yale.gui.plotter.ToolTip
 
getY() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
getYaleHome() - Static method in class edu.udo.cs.yale.tools.ParameterService
 
getYaleProperties() - Static method in class edu.udo.cs.yale.Yale
Returns a set of ParameterTypes for the Yale system properties.
getYaleTypeIndex(int) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Returns for the given SQL-type the name of the corresponding Yale-Type from edu.udo.cs.yale.tools.Ontology.
getZ() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
getZeroClass() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
GHA - Class in edu.udo.cs.yale.operator.features.transformation
Generalized Hebbian Algorithm (GHA) is an iterative method to compute principal components.
GHA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.GHA
 
GHAModel - Class in edu.udo.cs.yale.operator.features.transformation
This is the transformation model of the GHA The number of components is initially specified by the GHA.
GHAModel() - Constructor for class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
GHAModel(ExampleSet, double[], double[][], double[]) - Constructor for class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
GINI - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
globalMax - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
globalMax - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
globalMin - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
globalMin - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
globalN - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
globalN - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
globalP - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
globalP - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
globalRandomGenerator - Static variable in class edu.udo.cs.yale.tools.RandomGenerator
Global random number generator using the random number generator seed specified for the root operator (ExperimentOperator).
globalWeight - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
GnuPlotDataTableHandler - Class in edu.udo.cs.yale.datatable
This class can be used to create GnuPlot files from data tables.
GnuPlotDataTableHandler(DataTable) - Constructor for class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
GNUPlotDialog - Class in edu.udo.cs.yale.gui.plotter
A dialog for settings concerning GnuPlot, e.g. the line type or scales.
GNUPlotDialog(Plotter) - Constructor for class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
gnuPlotDialog - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
GNUPlotOperator - Class in edu.udo.cs.yale.operator.io
Writes the data generated by a ExperimentLogOperator to a file in gnuplot format to a file.
GNUPlotOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.GNUPlotOperator
 
GnuPlotPlotter - Class in edu.udo.cs.yale.gui.plotter
A plotter using GnuPlot.
GnuPlotPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
GnuPlotPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
GnuPlotPlotter.RotationListener - Class in edu.udo.cs.yale.gui.plotter
 
GnuPlotPlotter.RotationListener() - Constructor for class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
GPBase - Class in edu.udo.cs.myGP
Defines the interface for the various RVM-implementations
GPBase(Problem, Parameter) - Constructor for class edu.udo.cs.myGP.GPBase
Constructor
GPLearner - Class in edu.udo.cs.yale.operator.learner.kernel
Gaussian Process (GP) Learner.
GPLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.GPLearner
 
GPModel - Class in edu.udo.cs.yale.operator.learner.kernel
A model learned by the GPLearner.
GPModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.GPModel
Constructors
GPModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
GPModel(Attribute, Model) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
gpType - Variable in class edu.udo.cs.myGP.Parameter.GPType
 
GREATER - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
GREATER - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
GREATER - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
GREATER_EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
GREATER_EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
GRID_COLOR - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
GRID_COLOR - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
GRID_X - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
GRID_Y - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
gridBagLayout - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
gridBagLayout - Variable in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
gridCheckBox - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
GridFunction - Class in edu.udo.cs.yale.operator.generator
Generates a uniformly distributed grid in the given dimensions.
GridFunction() - Constructor for class edu.udo.cs.yale.operator.generator.GridFunction
 
GridSearchParameterOptimizationOperator - Class in edu.udo.cs.yale.operator.meta
This operator finds the optimal values for a set of parameters using a grid search.
GridSearchParameterOptimizationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
GridVizPlotter - Class in edu.udo.cs.yale.gui.plotter
GridViz is a simple extension of RadViz that places the dimensional anchors on a rectangular grid instead of using the perimeter of a circle.
GridVizPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.GridVizPlotter
Constructs a new GridVizPlotter.
GridVizPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.GridVizPlotter
Constructs a new GridVizPlotter.
group - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
group - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
GROUP_NAME - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
groups - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
GroupTree - Class in edu.udo.cs.yale.tools
A group tree manages operator descriptions in a tree like manner.
GroupTree(String) - Constructor for class edu.udo.cs.yale.tools.GroupTree
Creates a new group tree with no operators and children.
groupTree - Static variable in class edu.udo.cs.yale.tools.OperatorService
Map for group name <-> group (list).
gss(ExampleSet, LinkedList<Hypothesis>, double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Returns the n best hypothesis with maximum error epsilon with confidence 1-delta.
GSSModel - Class in edu.udo.cs.yale.operator.learner.igss.hypothesis
Wrapper class for rules found by the Iterating GSS algorithm.
GSSModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Creates a new GSSModel.
GSSModel(Attribute, Hypothesis, double[]) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Creates a new GSSModel.
gssResult - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
stores all results
GUESS_ALL_TYPES_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
GUESS_TYPE_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
guessParameterType(Option, String[]) - Static method in class edu.udo.cs.yale.tools.WekaTools
Tries to guess the type of the given option.
guessValueTypes() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
guessValueTypes() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
guessValueTypes(String[], int[]) - Static method in class edu.udo.cs.yale.tools.att.AttributeDataSourceCreator
 
GUIInputHandler - Class in edu.udo.cs.yale.gui
An input handler which uses GUI components.
GUIInputHandler() - Constructor for class edu.udo.cs.yale.gui.GUIInputHandler
 























H

H - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
HAMMING - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Hamming.
handleAdditionalOutput(IOContainer, IOObject[]) - Method in class edu.udo.cs.yale.operator.Operator
The method appends the given additional IOObjects to the container.
handleAverages(IOContainer, List<AverageVector>) - Static method in class edu.udo.cs.yale.operator.validation.Tools
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages.
handleAverages(IOContainer, List<AverageVector>, boolean) - Static method in class edu.udo.cs.yale.operator.validation.Tools
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages.
handleNewlineChars(String) - Static method in class edu.udo.cs.yale.tools.LogService
Adds an additional \r on Windows systems in order to provide nice-looking file logging.
handleNominalAttribute(Attribute, List<Attribute>) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Attribute2RealValueMapping
 
handleNominalAttribute(Attribute, List<Attribute>, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
handler - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The database handler.
handleWeights(AttributeWeights, AttributeWeights) - Method in class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
HANNING - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Hanning.
hasBreakpoint() - Method in class edu.udo.cs.yale.operator.Operator
Returns true iff this operator has a breakpoint at any possible position.
hasBreakpoint(int) - Method in class edu.udo.cs.yale.operator.Operator
Returns true iff a breakpoint is set at the given position
hasDataChanged() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
hasFocus - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
hasInput(Class<? extends IOObject>) - Method in class edu.udo.cs.yale.operator.Operator
Returns true if this operator has an input object of the desired class.
hasLegend() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
hasLegend() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
hasMetaDataChanged() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
hasMoreElements() - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor.InstanceEnumeration
 
hasNext() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
hasNext() - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
hasNext() - Method in class edu.udo.cs.yale.example.ConditionExampleReader
 
hasNext - Variable in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.FileDataRowReader
Checks if another line exists and reads.
hasNext() - Method in class edu.udo.cs.yale.example.ListDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.RandomDataRowReader
 
hasNext - Variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.SimpleArrayDataRowReader
 
hasNext() - Method in class edu.udo.cs.yale.example.SimpleExampleReader
Returns true if there are more data rows.
hasNext() - Method in class edu.udo.cs.yale.example.SkipNANExampleReader
 
hasNext() - Method in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Checks if futher examples exist.
hasNext() - Method in class edu.udo.cs.yale.example.SplittedExampleSetReader
 
hasNext() - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Checks if another line exists and reads.
hasNext() - Method in class edu.udo.cs.yale.example.WeightingExampleReader
 
hasOptionsDialog() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
Returns false.
hasOptionsDialog() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns true if this plotter provides an options dialog.
hasOptionsDialog() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
hasSaveImageButton() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
hasSaveImageButton() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns true, if plotter has capability to save an image on his own.
hasSaveImageButton() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
hasYaleValueLegend() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
hasYaleValueLegend() - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
Hcache - Variable in class edu.udo.cs.myKLR.KLR
 
Heap - Class in edu.udo.cs.mySVM.Util
Implements a Heap on n doubles and ints
Heap() - Constructor for class edu.udo.cs.mySVM.Util.Heap
 
Heap(int) - Constructor for class edu.udo.cs.mySVM.Util.Heap
 
heap - Variable in class edu.udo.cs.mySVM.Util.Heap
 
heap_max - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
heap_min - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
heapify(int, int) - Method in class edu.udo.cs.mySVM.Util.Heap
 
heapify(int, int) - Method in class edu.udo.cs.mySVM.Util.MaxHeap
 
heapify(int, int) - Method in class edu.udo.cs.mySVM.Util.MinHeap
 
height - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
hiddenCheckBox - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
hideLogo() - Static method in class edu.udo.cs.yale.Yale
 
HIGHEST_BLOCK_NUMBER - Static variable in class edu.udo.cs.yale.example.AbstractAttribute
The highest block number used so far.
HIGHLIGHT_MAIN - Static variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
HIGHLIGHT_OTHERS - Static variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
HIGHLIGHT_QUOTES - Static variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
HintonDiagram - Class in edu.udo.cs.yale.gui.plotter
Presents values by boxes more filled the higher the values are.
HintonDiagram() - Constructor for class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
HintonDiagram(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
HistogramMatrixPlotter - Class in edu.udo.cs.yale.gui.plotter
A histogram matrix plotter which uses the HistogramPlotter for each of the plots.
HistogramMatrixPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
HistogramMatrixPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
HistogramPlotter - Class in edu.udo.cs.yale.gui.plotter
The distribution plotter can be used to plot distributions (histograms) of the selected dimension.
HistogramPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
HistogramPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
HistogramPlotter.RectangleStyleIcon - Class in edu.udo.cs.yale.gui.plotter
Defines the icon which is plotted before the attribute in the selection list (legend or key).
HistogramPlotter.RectangleStyleIcon(int) - Constructor for class edu.udo.cs.yale.gui.plotter.HistogramPlotter.RectangleStyleIcon
 
HOLD_OUT_RATIO - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Parameter name to activate a hold out set for tuning.
horizontalCount - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
html2YaleText(String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Replaces simple html tags and quotes by Yale specific text elements.
htmlEscape(String, String, String) - Static method in class edu.udo.cs.yale.tools.WekaTools
 
humanReadable(long) - Method in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
hyperlinkUpdate(HyperlinkEvent) - Method in class edu.udo.cs.yale.gui.dialog.Browser
 
HyperplaneProjection - Class in edu.udo.cs.yale.operator.features.transformation
Projects the examples onto the hyperplane using AttributeWeights as the normal.
HyperplaneProjection(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
hypo - Variable in class edu.udo.cs.yale.operator.learner.igss.Result
The hypothesis stored in this result.
hypothesis - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
The all hypothesis of the model.
Hypothesis - Class in edu.udo.cs.yale.operator.learner.igss.hypothesis
Abstract superclass for all possible kinds of hypothesis.
Hypothesis(Attribute[], Attribute, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Create a new dummy hypothesis to allow calling the 'init' method, initialize the regularAttributes, label and p0 fields.
Hypothesis() - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
HYPOTHESIS_SPACE_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 

I

i_low - Variable in class edu.udo.cs.myKLR.KLR
 
i_up - Variable in class edu.udo.cs.myKLR.KLR
 
icon - Variable in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
icon - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
ICON_GAP - Static variable in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
iconLabel - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
iconName - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
id - Variable in class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
id - Variable in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
id - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
id - Variable in class edu.udo.cs.yale.gui.SimpleFileFilter
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
ID - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
ID - Static variable in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
ID - Static variable in class edu.udo.cs.yale.operator.SerializableModel
 
ID_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute id.
idAttribute - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
idAttribute - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowWrapper
 
idMap - Variable in class edu.udo.cs.yale.example.SimpleExampleSet
Maps the id values on the line index in the example table.
ids - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The ids of all examples.
IdTagging - Class in edu.udo.cs.yale.operator.preprocessing
This operator adds an ID attribute to the given example set.
IdTagging(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
IGNORE - Static variable in class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
ignoreList - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The list of columns which should not be used as dimension anchors.
IGSSResult - Class in edu.udo.cs.yale.operator.learner.igss
This class stores all results found by the IGSS algorithm.
IGSSResult(ExampleSet) - Constructor for class edu.udo.cs.yale.operator.learner.igss.IGSSResult
 
ILLEGAL_ACCESS_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
IllegalInputException - Exception in edu.udo.cs.yale.operator
Will be thrown if an operator needs an input type which is not provided or gets the wrong input.
IllegalInputException(Operator, Operator, Class) - Constructor for exception edu.udo.cs.yale.operator.IllegalInputException
 
IllegalInputException(Operator, Class) - Constructor for exception edu.udo.cs.yale.operator.IllegalInputException
 
IllegalInputException(Operator, String) - Constructor for exception edu.udo.cs.yale.operator.IllegalInputException
 
IllegalNumberOfInnerOperatorsException - Exception in edu.udo.cs.yale.operator
Will be thrown if an operator chain has the wrong number of inner operators.
IllegalNumberOfInnerOperatorsException(String, OperatorChain) - Constructor for exception edu.udo.cs.yale.operator.IllegalNumberOfInnerOperatorsException
 
illegalValue(Object, Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Can be called in order to report an illegal parameter value which is encountered during checkValue().
image - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
image - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
IMAGE_HEIGHT - Static variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
IMAGE_WIDTH - Static variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
imaginary - Variable in class edu.udo.cs.yale.tools.math.Complex
 
inApplyLoop() - Method in class edu.udo.cs.yale.operator.Operator
Should be called if this operator performs a loop (for the loop time resetting used for Value creation used by DataTables).
inAttributes - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Reader for the labels.
includeBasis(int) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Include a basis function into the model.
includeNaNs - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
includeNaNs - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.ScoreNaNInfo
 
inConstructor() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inConstructor() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inConstructor() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inConstructor() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inConstructor() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
INCREASING - Static variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates that the weights should be sorted in ascending order.
INCREMENT - Static variable in class edu.udo.cs.yale.example.MemoryExampleTable
Number of columns to add when new columns are allocated.
incrementCounter(int[], int) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
indent(int) - Method in class edu.udo.cs.yale.operator.Operator
Returns a whitespace with length indent.
index - Variable in class edu.udo.cs.myGP.Regression.Score
 
index - Variable in class edu.udo.cs.mySVM.Examples.Example
 
index - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The corresponding indices for the known attribute values for each example.
index - Variable in class edu.udo.cs.mySVM.Util.Cache
 
index - Variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
index - Variable in class edu.udo.cs.yale.example.AbstractAttribute
Index of this attribute in its ExampleTable.
index - Variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyleIcon
 
INDEX - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
index - Variable in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
The operator index of the chain of operators for which this description object should be created.
index - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
The literals' index (1.dimension) in the allLiterals[][] array of the class ConjunctiveRule.
index - Variable in class edu.udo.cs.yale.tools.math.Peak
 
index2LabelMap - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
index2StringMap - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
INDEX_ENTRY - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
indexToCounterMap - Variable in class edu.udo.cs.yale.example.NominalAttribute
A map between symbolic values and a counter how often the value occurs in the data.
indexToSymbolMap - Variable in class edu.udo.cs.yale.example.NominalAttribute
The map between indices of nominal values and the actual nominal value.
individual - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
Individual - Class in edu.udo.cs.yale.operator.features
Individuals contain all necessary informations about example sets for population based search heuristics, including the performance.
Individual(AttributeWeightedExampleSet) - Constructor for class edu.udo.cs.yale.operator.features.Individual
Creates a new individual.
Individual - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Individuals store information about the value vectors and the fitness.
Individual(double[]) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
individualFitness - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
IndividualOperator - Class in edu.udo.cs.yale.operator.features
A PopulationOperator that modifies a population by modifying all individuals independently.
IndividualOperator() - Constructor for class edu.udo.cs.yale.operator.features.IndividualOperator
 
individuals - Variable in class edu.udo.cs.yale.operator.features.Population
List of ExampleSet
individuals - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
List of individuals.
IndividualSelector - Class in edu.udo.cs.yale.gui.dialog
This dialog can be used to select an individual from a population.
IndividualSelector(Population) - Constructor for class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
IndividualSelector(Population, boolean) - Constructor for class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
IndividualSelector(Frame, Population, int, int, boolean) - Constructor for class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
individualSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The dimension of each individual.
indizes - Variable in class edu.udo.cs.mySVM.Util.Heap
 
inertiaWeight - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
inertiaWeightDelta - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
inField() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inField() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inField() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inField() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inField() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
InfiniteValueReplenishment - Class in edu.udo.cs.yale.operator.preprocessing.filter
Replaces positive and negative infinite values in examples by one of the functions "none", "zero", "max_byte", "max_int", "max_double", and "missing".
InfiniteValueReplenishment(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
INFO_OPERATOR_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
InfoBox - Class in edu.udo.cs.yale.gui.dialog
The superclass for all info dialogs like splash screens or about boxes.
InfoBox(int, int, int, String, int, String, int) - Constructor for class edu.udo.cs.yale.gui.dialog.InfoBox
 
informProgressExit() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
init(Kernel, ExampleSet) - Method in class edu.udo.cs.myKLR.KLR
 
init(ExampleSet, int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Init the kernel
init(Kernel, ExampleSet) - Method in class edu.udo.cs.mySVM.SVM.SVM
Init the SVM
init(Kernel, ExampleSet) - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Initializes this SVM.
init(int) - Method in class edu.udo.cs.mySVM.Util.Cache
initialises the cache
init(int) - Method in class edu.udo.cs.mySVM.Util.Heap
 
init(double[], int, PartitionBuilder) - Method in class edu.udo.cs.yale.example.Partition
Creates a partition from the given ratios.
init(int[], int) - Method in class edu.udo.cs.yale.example.Partition
Private initialization method used by constructors.
init() - Method in class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
init() - Method in class edu.udo.cs.yale.gui.ExampleVisualizer
 
init() - Method in interface edu.udo.cs.yale.ObjectVisualizer
 
init() - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
init() - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
Does nothing.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
Does nothing.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
Initializes some gaussian clusters.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RandomClassificationFunction
 
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RandomFunction
 
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
Does nothing.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
Does nothing.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
Does nothing.
init(RandomGenerator) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Should be called before the data is created.
init(RandomGenerator) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
Does nothing.
init(int) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Used to generate the first hypothesis or the first group of hypothesis.
init(int) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Creates all rules with length<=minComplexity. init(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Calculates all distances and store them in a matrix to speed up optimization.
init() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
INIT - Static variable in class edu.udo.cs.yale.tools.LogService
Only the most important logging messaged should use this log verbosity.
init(Experiment) - Static method in class edu.udo.cs.yale.tools.LogService
Initialises the LogService reading parameters form the ParameterService.
init(Experiment, int) - Static method in class edu.udo.cs.yale.tools.LogService
Initialises the LogService reading parameters form the ParameterService.
init(OutputStream, int, boolean) - Static method in class edu.udo.cs.yale.tools.LogService
Initialises the LogService.
init(int, int[], boolean) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
init() - Static method in class edu.udo.cs.yale.tools.ParameterService
Registers the operators and reads the rc file.
init(Experiment) - Static method in class edu.udo.cs.yale.tools.RandomGenerator
Instantiates the global random number generator and initializes it with the random number generator seed specified in the global section of the configuration file.
init(String, Experiment) - Static method in class edu.udo.cs.yale.tools.ResultService
Initializes the ResultService.
init(PrintStream) - Static method in class edu.udo.cs.yale.tools.ResultService
Initializes the ResultService.
init(Experiment) - Static method in class edu.udo.cs.yale.tools.ResultService
Initializes the ResultService.
init(Experiment) - Static method in class edu.udo.cs.yale.tools.TempFileService
Initializes the temp file service.
init() - Static method in class edu.udo.cs.yale.Yale
 
init_kernel_cache(int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Inits the kernel cache.
init_optimizer() - Method in class edu.udo.cs.mySVM.SVM.SVM
init the optimizer
INIT_TYPE_MAX - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with the maximum value.
INIT_TYPE_MIN - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with the minimum value.
INIT_TYPE_RANDOM - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be randomly initialized.
init_working_set() - Method in class edu.udo.cs.mySVM.SVM.SVM
Initialises the working set
initAlpha - Variable in class edu.udo.cs.myRVM.Parameter
 
initGUI() - Static method in class edu.udo.cs.yale.tools.LogService
 
initHighscore() - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
initHighscore() - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
initialisePerformanceVector(ExampleSet, PerformanceVector, List<PerformanceCriterion>) - Method in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
Creates a new performance vector if the given one is null.
initIntermediateResultAttributes(ExampleSet, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
initReader(DataRowFactory, List<AttributeDataSource>, int, String, char[], boolean, char) - Method in class edu.udo.cs.yale.example.FileDataRowReader
Read the complete data.
initSigma - Variable in class edu.udo.cs.myRVM.Parameter
 
initSortedEigenvectors() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
initSortedEigenvectors() - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
initType - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The type of start population initialization.
inLabels - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Reader for the labels.
inMethod() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inMethod() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inMethod() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inMethod() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inMethod() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
INNER_OPERATOR - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
InnerOperatorCondition - Interface in edu.udo.cs.yale.operator.condition
InnerOperatorConditions can be used to define conditions on the in- and output behaviour of the inner operators of an operator chain.
InnerOperatorValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Parameter editor for ParameterTypeInnerOperator.
InnerOperatorValueCellEditor(OperatorChain) - Constructor for class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
innerProduct(double[], double[]) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Return the inner product of x and y (x.length == y.length assumed)
innerproduct(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
calculate inner product
innerProduct(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Calculates the inner product of the given vectors.
inOverview() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inOverview() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inOverview() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inOverview() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inOverview() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
inPackage() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inPackage() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inPackage() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inPackage() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inPackage() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
input - Variable in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
This variable holds a reference to the input container which is copied before each evaluation.
INPUT_ATTR - Static variable in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
INPUT_ATTR - Static variable in class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.CommandLineOperator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ExampleSource
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ModelLoader
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ModelWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ThresholdWriter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.ParameterSetter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.XVPrediction
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
INPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
INPUT_CLASSES_LIST - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
inputClass - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
inputClasses - Variable in class edu.udo.cs.yale.operator.IODescription
 
inputContainer - Variable in class edu.udo.cs.yale.operator.Operator
Its input as set by the apply method.
InputDescription - Class in edu.udo.cs.yale.operator
This class is used to describe the required input of an operator and the operator's behavior with respect to consumation of this input object.
InputDescription(Class) - Constructor for class edu.udo.cs.yale.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class, boolean) - Constructor for class edu.udo.cs.yale.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class, boolean, boolean, String) - Constructor for class edu.udo.cs.yale.operator.InputDescription
Creates a new input description for the given class.
inputDim - Variable in class edu.udo.cs.myGP.Model
 
InputHandler - Interface in edu.udo.cs.yale
Handles user input.
inputHandler - Static variable in class edu.udo.cs.yale.Yale
 
inputPassword(String) - Method in class edu.udo.cs.yale.ConsoleInputHandler
 
inputPassword(String) - Method in class edu.udo.cs.yale.gui.GUIInputHandler
 
inputPassword(String) - Method in interface edu.udo.cs.yale.InputHandler
 
inputType - Variable in class edu.udo.cs.yale.operator.InputDescription
The class of the input object.
insert(Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The given operator will be inserted at the last position of the currently selected operator chain.
instance(int) - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Returns the i-th instance.
InstanceAveraging - Class in edu.udo.cs.yale.operator.learner.igss.utility
Abstract superclass for all instance-averaging functions.
InstanceAveraging(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Constructor
INSTANTIATION_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
INSTRUCTIONS - Static variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
INTEGER - Static variable in class edu.udo.cs.yale.tools.Ontology
 
InteractionClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if att1 < 0 or="or" att2="att2"> 0 and att3 < 0. InteractionClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.InteractionClassificationFunction
 
InteractiveAttributeWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator shows a window with the currently used attribute weights and allows users to change the weight interactively.
InteractiveAttributeWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.InteractiveAttributeWeighting
 
INTERNAL_BOOTSTRAP - Static variable in class edu.udo.cs.yale.operator.learner.meta.Bagging
Name of the flag indicating internal bootstrapping.
INTERNAL_BOOTSTRAP - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Name of the flag indicating internal bootstrapping.
INTERNAL_BOOTSTRAP - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Name of the flag indicating internal bootstrapping.
interpolate - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
interpolateRect(BufferedImage, int, int, double, double, double[][], int, int, double, SOMMatrixColorizer) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
INTERVAL - Static variable in class edu.udo.cs.yale.tools.Ontology
 
INTERVAL_END - Static variable in class edu.udo.cs.yale.tools.Ontology
 
INTERVAL_START - Static variable in class edu.udo.cs.yale.tools.Ontology
 
intervalls - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMFireColorizer
 
intervalls - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMLandscapeColorizer
 
intervalSize - Variable in class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
The interval size in which the new variance is calculated.
intervalSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
The interval size in which the new variance is calculated.
inType() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
inType() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
inType() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
inType() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
inType() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
inverseNormal(double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
Calculates the inverse of the normal distribution, e.g.inverseNormal(0.95)==1.64.
invertSelection() - Method in class edu.udo.cs.yale.example.Partition
 
invertSelection() - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Inverts the current selection
IO - Static variable in class edu.udo.cs.yale.tools.LogService
Indicates log messages concerning in- and output.
IO_CLASS - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
IOConsumeOperator - Class in edu.udo.cs.yale.operator
Most Yale operators should define their desired input and delivered output in a senseful way.
IOConsumeOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.IOConsumeOperator
 
IOContainer - Class in edu.udo.cs.yale.operator
Input for Operator.apply().
IOContainer() - Constructor for class edu.udo.cs.yale.operator.IOContainer
Creates a new and empty IOContainer.
IOContainer(Collection<IOObject>) - Constructor for class edu.udo.cs.yale.operator.IOContainer
Creates a new IOContainer containing the contents of the Collection which must contain only IOObjects.
IOContainer(IOObject[]) - Constructor for class edu.udo.cs.yale.operator.IOContainer
 
IOContainerReader - Class in edu.udo.cs.yale.operator.io
Reads all elements of an IOContainer from a file.
IOContainerReader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.IOContainerReader
 
IOContainerWriter - Class in edu.udo.cs.yale.operator.io
Writes all elements of the current IOContainer, i.e. all objects passed to this operator, to a file.
IOContainerWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.IOContainerWriter
 
IODescription - Class in edu.udo.cs.yale.operator
This class is a description of the (expected) input and (guaranteed) output classes of operators.
IODescription(Class[], Class[], int) - Constructor for class edu.udo.cs.yale.operator.IODescription
Constructs a new IODescription where all input and output classes are expected exactly once.
IODescription(Class[], Class[]) - Constructor for class edu.udo.cs.yale.operator.IODescription
Assumes PASS_UNUSED_INPUT_TO_OUTPUT.
IOModel - Class in edu.udo.cs.yale.operator
Abstract superclass of all models that are read in a way implemented by the readData(ObjectInputStream) method after having been constructed.
IOModel() - Constructor for class edu.udo.cs.yale.operator.IOModel
 
IOMultiplyOperator - Class in edu.udo.cs.yale.operator
In some cases you might want to apply different parts of the experiment on the same input object.
IOMultiplyOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.IOMultiplyOperator
 
IOObject - Interface in edu.udo.cs.yale.operator
This interface must be implemented by all objects that can be input/output objects for Operators.
IOObjectReader - Class in edu.udo.cs.yale.operator.io
Generic reader for all types of IOObjects.
IOObjectReader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.IOObjectReader
 
ioObjects - Variable in class edu.udo.cs.yale.operator.IOContainer
 
ioObjects - Variable in class edu.udo.cs.yale.test.IOObjectSampleTest
 
ioObjects - Static variable in class edu.udo.cs.yale.tools.OperatorService
The Map for all IO objects (maps short names on classes).
IOObjectSampleTest - Class in edu.udo.cs.yale.test
Performs the sample experiment and checks if the given IOObjects are part of the output.
IOObjectSampleTest(String, Collection<Class<IOObject>>) - Constructor for class edu.udo.cs.yale.test.IOObjectSampleTest
 
IOObjectWriter - Class in edu.udo.cs.yale.operator.io
Generic writer for all types of IOObjects.
IOObjectWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.IOObjectWriter
 
is_alpha_neg(int) - Method in class edu.udo.cs.mySVM.SVM.SVM
 
is_alpha_neg(int) - Method in class edu.udo.cs.mySVM.SVM.SVMpattern
 
is_alpha_neg(int) - Method in class edu.udo.cs.mySVM.SVM.SVMregression
 
is_zero - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
is_zero - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
IS_ZERO - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
Number smaller than this number are regarded as zero.
IS_ZERO - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
Number smaller than this number are regarded as zero.
isA(int, int) - Method in class edu.udo.cs.yale.tools.Ontology
Returns true if child is a parent.
isAttributeUsed(Attribute) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the selection state of the attribute.
isAttributeUsed(int) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Returns the selection state of the attribute with the given index.
isBlockStart() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if this attribute is the start attribute of its block.
isBlockStart() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if this attribute is the start attribute of its block.
isBooleanClassification() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if this attribute is nominal attribute with two different class values.
isBooleanClassification() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns true if this attribute is nominal attribute with two different class values.
isBooleanClassification() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns true if this attribute is nominal attribute with two different class values.
isBooleanClassification() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns true if this attribute is nominal attribute with two different class values.
isCapableToVisualize(String) - Method in class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
isCapableToVisualize(String) - Method in class edu.udo.cs.yale.gui.ExampleVisualizer
 
isCapableToVisualize(String) - Method in interface edu.udo.cs.yale.ObjectVisualizer
 
isCapableToVisualize(String) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
isCapableToVisualize(String) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog.AnovaTableModel
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.properties.SimplePropertyTable
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
isCellEditable(int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
isClassificationModel() - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
isCommutative() - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
isCommutative() - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
isCommutative() - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
isCommutative() - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
Must return true if this generator is commutative.
isCommutative() - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
isCommutative() - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
isConnected - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
Indicates if the handler is currently connected.
isDefault(double) - Method in interface edu.udo.cs.yale.example.Attribute
Returns true iff value is the default value for this attribute.
isDefault(double) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns true iff value is the default value for this attribute.
isDefault(double) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns true iff value is the default value for this attribute.
isDefault(double) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns true iff value is the default value for this attribute.
isDocumented() - Method in class edu.udo.cs.yale.operator.Value
Returns true if this value should be documented.
isDocumented() - Method in interface edu.udo.cs.yale.operator.ValueInterface
Returns true if this value should be documented.
isDominated(AggregationIndividual, AggregationIndividual) - Static method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDominated(Individual, Individual) - Static method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDominated(BoostingIndividual, BoostingIndividual) - Static method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDominated(Individual, Individual) - Static method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isEnabled() - Method in class edu.udo.cs.yale.operator.Operator
Returns true if this operator is enabled.
isEnabled() - Method in class edu.udo.cs.yale.operator.OperatorChain
 
isExpert() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns true if this parameter can only be seen in expert mode.
isExpertMode() - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
isFulfilled(List) - Method in class edu.udo.cs.yale.tools.plugin.Dependency
Returns true if the list contains a plugin with the desired name and version.
isGenerated() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true iff this attribute was generated.
isGenerated() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true iff this attribute was generated.
isIn(double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
isInlineTag() - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
isInlineTag() - Method in class edu.udo.cs.yale.doc.MathTaglet
 
isInlineTag() - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
isInlineTag() - Method in class edu.udo.cs.yale.doc.RefTaglet
 
isInlineTag() - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
isInterval() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if block type is a value series.
isInterval() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if block type is a value series.
isLeaf(Object) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Returns true if the operator is a leaf node, i.e. it does not have any children.
isMaximumReached() - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
This method checks if the maximum was reached for the main criterion.
isModelUseful(AdaBoostPerformanceMeasures) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Helper method to decide whether a model improves the training error enough to be considered.
isModelUseful(ContingencyMatrix) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Helper method to decide whether a model improves the training error enough to be considered.
isModelUseful(ContingencyMatrix) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Helper method to decide whether a model improves the training error enough to be considered.
isNominal(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Indicates if the column with the given index is nominal.
isNominal(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
isNominal(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
isNominal(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
isNominal() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if this attribute is nominal.
isNominal() - Method in class edu.udo.cs.yale.example.AttributeStatistics
 
isNominal() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns true if this attribute is nominal.
isNominal() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns true if this attribute is nominal.
isNominal() - Method in class edu.udo.cs.yale.example.NominalAttributeStatistics
 
isNominal() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns true if this attribute is nominal.
isNominal() - Method in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
isNumerical() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if this attribute is nominal.
isNumerical() - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns true if this attribute is nominal.
isNumerical() - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns true if this attribute is nominal.
isNumerical() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Returns true if this attribute is nominal.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns true if the values of this parameter type are numerical, i.e. might be parsed by Double.parseDouble(String).
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
Returns true.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
Returns true.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
Returns false.
isNumerical() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
Returns false.
isOk() - Method in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
isOk() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
isOk() - Method in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
isOk() - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
isOk() - Method in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
isOk() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
isOk(Peak[], int, int) - Method in class edu.udo.cs.yale.tools.math.SimplePeakFinder
In the minimum case this method returns true, if the current value is bigger than the index value.
isOnConvexHull(List<double[]>, double, double) - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns true if this parameter is optional.
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
isOptional() - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
 
isParameterSet(String) - Method in class edu.udo.cs.yale.operator.Operator
Returns true iff the parameter with the given name is set.
isPeak(Peak[], int) - Method in class edu.udo.cs.yale.tools.math.SimplePeakFinder
Returns true if the value for index is an extremum of the given type between the given numbers of neighbours.
isProvidingCoordinates() - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
isProvidingCoordinates() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
isProvidingCoordinates() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Returns true, if plotter provides coordinates to show.
isProvidingCoordinates() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
isProvidingCoordinates() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
isRefinementOf(ConjunctiveRuleModel) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
isRefinementOfPrunedRule(ConjunctiveRuleModel) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
isSaveable() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
isSaveable() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Indicates if the plotter can save the data.
isSaveable() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Returns false.
isSaveable() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
isSaveable() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
isSelected(int) - Method in class edu.udo.cs.yale.example.Partition
Returns true iff the example with the given index is selected according to the current selection mask.
isSelected - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
Must return true if this generator is self applicable.
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
isSelfApplicable() - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
isSeries() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns true if block type is a value series.
isSeries() - Method in interface edu.udo.cs.yale.example.Attribute
Returns true if block type is a value series.
isSpecial(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns true if this column is a special column which might usually not be used for some plotters, for example weights or labels.
isSpecial(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
isSpecial(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
isSpecial(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
isSpecialAttribute(Attribute) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Returns true if one of the special attributes has the same index like the given one.
isSpecialColumn(int, int[]) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
isStillRunning() - Method in class edu.udo.cs.yale.gui.dialog.StopDialog
 
isSufficientLogVerbosity(int) - Static method in class edu.udo.cs.yale.tools.LogService
 
isSupportingColumnWeights() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns true if this data table is supporting column weights.
isSupportingColumnWeights() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
isSupportingColumnWeights() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
isSupportingColumnWeights() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
isUpdated() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
isUseful(Result, LinkedList<Result>, int, ExampleSet, int) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Test if the model is useful according to the given criterion.
isValid(int[]) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
Checks if at least one feature is selected.
isValid(int[]) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationMutation
Checks if at least one feature was selected.
itemStateChanged(ItemEvent) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
itemStateChanged(ItemEvent) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
IteratingGSS - Class in edu.udo.cs.yale.operator.learner.igss
This operator implements the IteratingGSS algorithmus presented in the diploma thesis 'Effiziente Entdeckung unabhaengiger Subgruppen in grossen Datenbanken' at the Department of Computer Science, University of Dortmund.
IteratingGSS(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Must pass the given object to the superclass.
IteratingOperatorChain - Class in edu.udo.cs.yale.operator.meta
Performs its inner operators for the defined number of times.
IteratingOperatorChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.IteratingOperatorChain
 
IteratingPerformanceAverage - Class in edu.udo.cs.yale.operator.validation
This operator chain performs the inner operators the given number of times.
IteratingPerformanceAverage(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
iteration - Variable in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
iteration - Variable in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
iteration - Variable in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
iteration - Variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
iteration - Variable in class edu.udo.cs.yale.operator.meta.XVPrediction
 
iteration - Variable in class edu.udo.cs.yale.operator.validation.WrapperXValidation
Current iteration.
iteration - Variable in class edu.udo.cs.yale.operator.validation.XValidation
 
iterations - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
The number of iterations for the IGSS algorithm.
IterativeFeatureAdding - Class in edu.udo.cs.yale.operator.features.selection
Adds iteratively the next feature according to given attribute name array.
IterativeFeatureAdding(String[], int) - Constructor for class edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
 
IterativeWeightOptimization - Class in edu.udo.cs.yale.operator.meta
Performs an iterative feature selection guided by the AttributeWeights.
IterativeWeightOptimization(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
iterator() - Method in interface edu.udo.cs.yale.datatable.DataTable
Returns an iterator over all DataTableRows.
iterator() - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
iterator() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
iterator() - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
iterator() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Creates a new ExampleSet without attributes with weight 0.
iterator() - Method in class edu.udo.cs.yale.example.ConditionedExampleSet
Returns a ConditionExampleReader.
iterator() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
iterator - Variable in class edu.udo.cs.yale.example.ListDataRowReader
 
iterator() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
iterator() - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Returns an example reader that splits all examples that are not selected.

J

javaLogo - Static variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
jdbcCompliant() - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
jdbcProperties - Static variable in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
JDBCProperties - Class in edu.udo.cs.yale.tools.jdbc
This class encapsulates the necessary information to build a JDBC connection string (url) for a specific database system.
JDBCProperties(String, String, String, String) - Constructor for class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
jitterAmount - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
jitterAmount - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
JMathPlotter - Class in edu.udo.cs.yale.gui.plotter.mathplot
The abstract super class for all plotters using the JMathPlot library.
JMathPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
Creates a new JMathPlotter.
JMathPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
Creates the new plotter and sets the data table.
JMathPlotter2D - Class in edu.udo.cs.yale.gui.plotter.mathplot
The abstract super class for all 2D plotters using the JMathPlot library.
JMathPlotter2D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter2D
 
JMathPlotter2D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter2D
 
JMathPlotter3D - Class in edu.udo.cs.yale.gui.plotter.mathplot
The abstract super class for all 3D plotters using the JMathPlot library.
JMathPlotter3D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter3D
 
JMathPlotter3D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter3D
 
JMySVMLearner - Class in edu.udo.cs.yale.operator.learner.kernel
This learner uses the Java implementation of the support vector machine mySVM by Stefan Rüping.
JMySVMLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
JMySVMModel - Class in edu.udo.cs.yale.operator.learner.kernel
The implementation for the mySVM model (Java version) by Stefan Rueping.
JMySVMModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
JMySVMModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
JMySVMModel(Attribute, ExampleSet, Kernel, int) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 

K

k - Variable in class edu.udo.cs.myGP.Model
Other variables (can be derived from the variables above)
K - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
KAPPA - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Indicates kappa statistics.
KDBExampleSource - Class in edu.udo.cs.yale.operator.io
This class can read arff, comma separated values (csv), dbase and bibtex files.
KDBExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.KDBExampleSource
 
keep_attributes - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
keep_attributes - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
keep_attributes - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
KeepBest - Class in edu.udo.cs.yale.operator.features
Keeps the n best individuals and kicks out the rest.
KeepBest(int) - Constructor for class edu.udo.cs.yale.operator.features.KeepBest
 
keepBest - Variable in class edu.udo.cs.yale.operator.features.selection.RankSelection
 
keepBest - Variable in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
 
keepBest - Variable in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
 
keepBest - Variable in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
keepBest - Variable in class edu.udo.cs.yale.operator.features.selection.UniformSelection
 
keepBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
 
keepBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
 
keepBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
 
keepBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
keepBest - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
 
keepDefault - Variable in class edu.udo.cs.yale.operator.InputDescription
The default value for consumation.
kernel - Variable in class edu.udo.cs.myGP.Model
Variables describing the GP (must be saved with the model)
kernel - Variable in class edu.udo.cs.myGP.Problem
 
kernel - Variable in class edu.udo.cs.myKLR.KLR
 
Kernel - Class in edu.udo.cs.myRVM.Kernel
Abstract base class for all RVM / GP kernels.
Kernel() - Constructor for class edu.udo.cs.myRVM.Kernel.Kernel
Constructor(s)
kernel - Variable in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
The kernel to be used as a basis
Kernel - Class in edu.udo.cs.mySVM.Kernel
Abstract base class for all kernels.
Kernel() - Constructor for class edu.udo.cs.mySVM.Kernel.Kernel
Class constructor
kernel - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
The SVM kernel.
kernel - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
kernel - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
The used kernel function.
kernel - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
The used kernel function.
Kernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the distance of two examples.
Kernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
 
kernel - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
The used kernel function.
kernel_cache - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
Kernel cache
kernel_cache_size - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
Number of elements in cache
KERNEL_DOT - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a linear kernel.
KERNEL_DOT - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a linear kernel.
KERNEL_EPANECHNIKOV - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a epanechnikov kernel.
KERNEL_EPANECHNIKOV - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a Epanechnikov kernel.
KERNEL_GAUSSIAN_COMBINATION - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a gaussian combination kernel.
KERNEL_GAUSSIAN_COMBINATION - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a Gaussian combination kernel.
KERNEL_MULTIQUADRIC - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a multiquadric kernel.
KERNEL_MULTIQUADRIC - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a multiquadric kernel.
KERNEL_NEURAL - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a neural net kernel.
KERNEL_POLYNOMIAL - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a polynomial kernel.
KERNEL_POLYNOMIAL - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a polynomial kernel.
KERNEL_RADIAL - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Indicates a rbf kernel.
KERNEL_RADIAL - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a rbf kernel.
KERNEL_SIGMOID - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Indicates a sigmoid kernel.
KERNEL_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
The kernels which can be used from Yale for the mySVM / myKLR.
KERNEL_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
The kernels which can be used for the EvoSVM.
KERNEL_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.GPLearner
 
KERNEL_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
The different kernel types implemented by the LibSVM package.
KERNEL_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
KernelBasisFunction - Class in edu.udo.cs.myRVM.Kernel
A basis function for kernels.
KernelBasisFunction() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Constructor(s)
KernelBasisFunction(Kernel, double[]) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
 
KernelBasisFunction(Kernel) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
 
KernelCauchy - Class in edu.udo.cs.myRVM.Kernel
Cauchy kernel: K(x, y) = 1 / (1 + lengthScale^{-2} * ||x - y||^2)
KernelCauchy() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelCauchy
Constructor(s)
KernelCauchy(double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelCauchy
 
KernelDot - Class in edu.udo.cs.mySVM.Kernel
Linear Kernel
KernelDot() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelDot
Class constructor
KernelDot(ExampleSet, int) - Constructor for class edu.udo.cs.mySVM.Kernel.KernelDot
Class constructor
KernelEpanechnikov - Class in edu.udo.cs.myRVM.Kernel
Returns the value of the Epanechnikov kernel of both examples.
KernelEpanechnikov(double, double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
Constructor(s)
KernelEpanechnikov() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
 
KernelEpanechnikov - Class in edu.udo.cs.mySVM.Kernel
Epanechnikov Kernel
KernelEpanechnikov() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
Class constructor.
KernelGaussianCombination - Class in edu.udo.cs.myRVM.Kernel
Returns the value of the Gaussian combination kernel of both examples.
KernelGaussianCombination(double, double, double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
Constructor(s)
KernelGaussianCombination() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
 
KernelGaussianCombination - Class in edu.udo.cs.mySVM.Kernel
Gaussian Combination Kernel
KernelGaussianCombination() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
Class constructor.
KernelLaplace - Class in edu.udo.cs.myRVM.Kernel
Laplace kernel: K(x, y) = exp(-sqrt(lengthScale^{-2} * ||x - y||^2))
KernelLaplace() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelLaplace
Constructor(s)
KernelLaplace(double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelLaplace
 
kernelModel - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
kernelModel - Variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
KernelModel - Class in edu.udo.cs.yale.operator.learner.kernel
This is the abstract model class for all kernel models.
KernelModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
KernelModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.KernelModel
 
KernelModelRow2DataTableRowWrapper - Class in edu.udo.cs.yale.datatable
This class wraps the data row of a kernel model.
KernelModelRow2DataTableRowWrapper(KernelModel, DataTableKernelModelAdapter, int) - Constructor for class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
KernelMultiquadric - Class in edu.udo.cs.myRVM.Kernel
Returns the value of the Multiquadric kernel of both examples.
KernelMultiquadric(double, double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
Constructor(s)
KernelMultiquadric() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
 
KernelMultiquadric - Class in edu.udo.cs.mySVM.Kernel
Gaussian Combination Kernel
KernelMultiquadric() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
Class constructor.
KernelNeural - Class in edu.udo.cs.mySVM.Kernel
Neural Kernel
KernelNeural() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelNeural
Class constructor
KernelPoly - Class in edu.udo.cs.myRVM.Kernel
Laplace kernel: K(x, y) = (lengthScale^{-2} * (x * y) + bias)^order
KernelPoly() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelPoly
Constructor(s)
KernelPoly(double, double, double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelPoly
 
KernelPolynomial - Class in edu.udo.cs.mySVM.Kernel
Polynomial Kernel
KernelPolynomial() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelPolynomial
Class constructor
KernelRadial - Class in edu.udo.cs.myRVM.Kernel
Radial basis function (rbf) kernel: K(x, y) = exp(-lengthScale^{-2} * ||x - y||^2)
KernelRadial(double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelRadial
Constructor(s)
KernelRadial() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelRadial
 
KernelRadial - Class in edu.udo.cs.mySVM.Kernel
Radial Kernel
KernelRadial() - Constructor for class edu.udo.cs.mySVM.Kernel.KernelRadial
Class constructor.
kernels - Variable in class edu.udo.cs.myRVM.Model
 
kernels - Variable in class edu.udo.cs.myRVM.Problem
 
KernelSigmoid - Class in edu.udo.cs.myRVM.Kernel
Returns the value of the Sigmoid kernel of both examples.
KernelSigmoid(double, double) - Constructor for class edu.udo.cs.myRVM.Kernel.KernelSigmoid
Constructor(s)
KernelSigmoid() - Constructor for class edu.udo.cs.myRVM.Kernel.KernelSigmoid
 
kernelType - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
key - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
key - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
key - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
key - Variable in class edu.udo.cs.yale.operator.parameter.ParameterType
The key of this parameter.
key - Variable in class edu.udo.cs.yale.operator.Value
The key which can be asked by the experiment log operator.
keyRenderers - Variable in class edu.udo.cs.yale.gui.properties.PropertyTable
 
keyToTypeMap - Variable in class edu.udo.cs.yale.operator.parameter.Parameters
Maps parameter keys (i.e.
keyToValueMap - Variable in class edu.udo.cs.yale.operator.parameter.Parameters
Maps parameter keys (i.e.
KLR - Class in edu.udo.cs.myKLR
The main class for the Kernel Logistic Regression.
KLR() - Constructor for class edu.udo.cs.myKLR.KLR
 
KLR(Operator) - Constructor for class edu.udo.cs.myKLR.KLR
 
klr() - Method in class edu.udo.cs.myKLR.KLR
 
KNOWN_ATTRIBUTE_TYPES - Static variable in interface edu.udo.cs.yale.example.ExampleSet
All known names of regular and special attribute types as an array.
KNOWN_CONDITION_IMPLEMENTATIONS - Static variable in class edu.udo.cs.yale.example.ConditionExampleReader
Array of fully qualified classnames of implementations of Condition that are useful independently of special applications.
KNOWN_CONDITION_NAMES - Static variable in class edu.udo.cs.yale.example.ConditionExampleReader
Array of short names for the known conditions.
KNOWN_FUNCTION_IMPLEMENTATIONS - Static variable in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
KNOWN_FUNCTION_NAMES - Static variable in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
KohonenNet - Class in edu.udo.cs.yale.tools.math.som
This class can be used to train a Kohonen net.
KohonenNet(KohonenTrainingsData) - Constructor for class edu.udo.cs.yale.tools.math.som.KohonenNet
 
KohonenNode - Class in edu.udo.cs.yale.tools.math.som
This class represents a node in a KohonenNet.
KohonenNode(double[]) - Constructor for class edu.udo.cs.yale.tools.math.som.KohonenNode
 
KohonenTrainingsData - Interface in edu.udo.cs.yale.tools.math.som
This interface describes the training data for a Kohonen net.

L

L - Variable in class edu.udo.cs.myRVM.Test.SECDTest
 
L - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
The L-factor (lower triangle matrix) of matrix factorization calculated in decompose().
l - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
LABEL - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
label - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
LABEL - Static variable in class edu.udo.cs.yale.example.test.SparseReaderTest
 
label - Variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
label - Variable in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
label - Variable in class edu.udo.cs.yale.operator.generator.Cluster
 
label - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The label attribute.
label - Variable in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
label - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The label attribute.
label - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
The label attribute.
label - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
The label attribute
label - Variable in class edu.udo.cs.yale.operator.learner.PredictionModel
We remember the target attribute in order to be able to create predicted label attributes based on this type.
label - Variable in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
label2IndexMap - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
LABEL_FONT - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
LABEL_MARGIN_X - Static variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
LABEL_MARGIN_X - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
LABEL_MARGIN_X - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
LABEL_MARGIN_Y - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
LABEL_MARGIN_Y - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
LABEL_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute label.
labelAttribute - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
labelAttribute - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
labelAttribute - Variable in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
labelAttribute - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
The YALE label attribute or null if not desired (depending on task).
labeled - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
labels - Variable in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
labelvalues - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
lambda(int) - Method in class edu.udo.cs.mySVM.SVM.SVM
lagrangion multiplier of variable i
lambda_eq - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
lambda_eq - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
lambda_factor - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
lambda_WS - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
large - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Number of random experiments before a normal approximation is used.
large - Variable in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
The number of covered examples before normal approximation is used.
last - Variable in class edu.udo.cs.mySVM.Util.Heap
 
last_selected_index - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
last_selected_index - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
LAST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
LAST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
LAST_TYPE_INDEX - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
LAST_TYPE_INDEX - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
last_used - Variable in class edu.udo.cs.mySVM.Util.Cache
the heap
lastChar - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
lastChar - Variable in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
lastColumn - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
lastColumn - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The first attribute which should be shown (counting starts at 1).
lastCount - Variable in class edu.udo.cs.yale.operator.performance.AttributeCounter
 
lastDeviation - Variable in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
lastFitness - Variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
The fitness of the last learned model.
lastFraction - Variable in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
lastImprovement - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
The last generation where setBestEver() was invoked.
lastImprovement - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
LastInnerOperatorCondition - Class in edu.udo.cs.yale.operator.condition
This condition can be used to define a output condition for the last operator in a chain (e.g. the last operator of a chain must deliver a performance vector).
LastInnerOperatorCondition(Class[]) - Constructor for class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
Creates an inner operator condition.
LastInnerOperatorCondition(Class[], Class[]) - Constructor for class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
Creates an inner operator condition.
lastInput - Variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
lastMessage - Static variable in class edu.udo.cs.yale.tools.LogService
The last printed message.
lastNumberSV - Variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
The number of SVs for the last learned model.
lastperf - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
lastperf - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
lastPerformance - Variable in class edu.udo.cs.yale.operator.validation.IteratingPerformanceAverage
 
lastPerformance - Variable in class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
lastPerformance - Variable in class edu.udo.cs.yale.operator.validation.ValidationChain
 
lastPerformance - Variable in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
lastPopulation - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
The last population.
lastPopulation - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
The last population.
lastRow - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
lastRow - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The first row which should be shown (including).
lastStyledText - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
lastTime - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
lastweight - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
LatexOperatorDocGenerator - Class in edu.udo.cs.yale.doc
Formats operator documentation in LaTeX style.
LatexOperatorDocGenerator() - Constructor for class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
launchFileEditor(File, int) - Static method in class edu.udo.cs.yale.tools.Tools
 
layoutCode - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
leafRenderer - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
LeafRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
A box view renderer for a leaf of the operator tree.
LeafRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.LeafRenderer
 
learn() - Method in class edu.udo.cs.myGP.GPBase
Does the hard work of learning the model from the inputs
learn() - Method in class edu.udo.cs.myGP.Regression
The hard work is done here
learn() - Method in class edu.udo.cs.myRVM.ConstructiveRegression
The hard work is done here
learn() - Method in class edu.udo.cs.myRVM.RVMBase
Does the hard work of learning the model from the inputs
learn() - Method in class edu.udo.cs.myRVM.RVMClassification
The hard work is done here
learn() - Method in class edu.udo.cs.myRVM.RVMRegression
The hard work is done here
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
Learns and returns a model.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVM
Learns and returns a model.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Learns a new SVM model with the LibSVM package.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.lazy.AverageLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
learn(ExampleSet) - Method in interface edu.udo.cs.yale.operator.learner.Learner
Trains a model.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.Bagging
Constructs a Model repeatedly running a base learner on subsamples.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.ClassificationByRegression
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.NaiveBayes
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Applies the learner (= first encapsulated inner operator).
learn(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Applies the learner.
Learner - Interface in edu.udo.cs.yale.operator.learner
A Learner is an operator that encapsulates the learning step of a machine learning method.
LEARNER_CAPABILITIES - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
LearnerCapability - Class in edu.udo.cs.yale.operator.learner
The possible capabilities for all learners.
LearnerCapability(String) - Constructor for class edu.udo.cs.yale.operator.learner.LearnerCapability
 
LEARNING - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
learning_rate - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
LearningCurveOperator - Class in edu.udo.cs.yale.operator.validation
Uses iteratively bigger subsets for learning and calculates the corresponding performance values.
LearningCurveOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.LearningCurveOperator
 
learnRateCurrent - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
learnRateEnd - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
learnRateStart - Variable in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
learnResult - Variable in class edu.udo.cs.yale.operator.validation.ValidationChain
 
learnResult - Variable in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
left - Variable in class edu.udo.cs.yale.gui.plotter.Bin
 
legend - Variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
The Yale plotter legend which can be used to display the values with respect to the used colors.
LEGEND_POSITION - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
Indicates the position of the JMathPlot legend.
legendColumn - Variable in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
LENGTH - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
LENGTH - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
length - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
length - Variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
The length of this example set.
length - Variable in class edu.udo.cs.yale.tools.math.WindowFunction
 
lengthScale - Variable in class edu.udo.cs.myRVM.Kernel.KernelRadial
LengthScale parameter
LEQ - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
LESS - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
LESS - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
LESS - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
LESS_EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
LESS_EQUALS - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
LibSVMLearner - Class in edu.udo.cs.yale.operator.learner.kernel
Applies the libsvm learner by Chih-Chung Chang and Chih-Jen Lin.
LibSVMLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
 
LibSVMModel - Class in edu.udo.cs.yale.operator.learner.kernel
A model generated by the libsvm by Chih-Chung Chang and Chih-Jen Lin.
LibSVMModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
LibSVMModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
LibSVMModel(Attribute, svm_model, int) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
LICENSE - Static variable in class edu.udo.cs.yale.Main
 
LIFT - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
LiftChartGenerator - Class in edu.udo.cs.yale.operator.visualization
This operator creates a Lift chart for the given example set and model.
LiftChartGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.visualization.LiftChartGenerator
 
LiftDataGenerator - Class in edu.udo.cs.yale.tools.math
Helper class containing some methods for Lift plots.
LiftDataGenerator() - Constructor for class edu.udo.cs.yale.tools.math.LiftDataGenerator
Creates a new Lift data generator.
LIGHT_BLUE - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
LIGHT_YELLOW - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
LIGHTEST_BLUE - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
LIGHTEST_YELLOW - Static variable in class edu.udo.cs.yale.gui.SwingTools
Some color constants for Java Look and Feel.
LINE_COLORS - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
LINE_STROKES - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
LINE_STYLE_ICONS - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
LINE_STYLES - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
LINE_TYPES - Static variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
Linear - Class in edu.udo.cs.yale.operator.learner.igss.utility
The utility function Linear.
Linear(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Constructs a new Linear with the given default probability.
LINEAR_SAMPLING - Static variable in class edu.udo.cs.yale.example.SplittedExampleSet
Indicates a non-shuffled sampling for partition building.
lineData - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves.LinePlot
 
lineLengths - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
lineNumber - Variable in class edu.udo.cs.yale.example.YaleLineReader
The current line number.
lineRead - Variable in class edu.udo.cs.yale.example.FileDataRowReader
Remember if a line has already been read.
lineRead - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Remember if a line has already been read.
lineRead - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
lines - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
LINES - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
linesRead - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The number of lines read so far (i.e. the number of examples).
linesRead - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Number of lines already read.
linesRead - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
lineTypes - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
ListDataRowReader - Class in edu.udo.cs.yale.example
Iterates over a list of DataRows.
ListDataRowReader(Iterator<DataRow>) - Constructor for class edu.udo.cs.yale.example.ListDataRowReader
 
listener - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
listener - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
listenerList - Variable in class edu.udo.cs.yale.operator.ExperimentOperator
 
listeners - Variable in class edu.udo.cs.yale.datatable.AbstractDataTable
The list of data table listeners.
listeners - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The data view change listeners.
ListPropertyDialog - Class in edu.udo.cs.yale.gui.properties
A Dialog displaying a ListPropertyTable.
ListPropertyDialog(ParameterTypeList, List<Object[]>, Operator) - Constructor for class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
listPropertyTable - Variable in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
ListPropertyTable - Class in edu.udo.cs.yale.gui.properties
For ParameterTypeList the parameter values are parameter lists themselves.
ListPropertyTable(ParameterTypeList, List<Object[]>, Operator) - Constructor for class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
ListValueCellEditor - Class in edu.udo.cs.yale.gui.properties
A cell editor with a button that opens a ListPropertyDialog.
ListValueCellEditor(ParameterTypeList, Operator) - Constructor for class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
Literal - Class in edu.udo.cs.yale.operator.learner.igss.hypothesis
Objects of this class represent a literal in a conjunctive rule.
Literal(Attribute, int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Constructs a new Literal.
Literal(Attribute, int, int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Constructs a new Literal.
literals - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
The premise of the rule.
lnBeta(double, double) - Method in class edu.udo.cs.yale.tools.math.FDistribution
 
lnGamma(double) - Method in class edu.udo.cs.yale.tools.math.FDistribution
 
load(File) - Static method in class edu.udo.cs.yale.example.AttributeWeights
Loads a new AttributeWeights object from the given file.
load() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
LOAD_DATA - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
LOAD_DATA_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
LOAD_SERIES_DATA - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
LOAD_SERIES_DATA_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
loadAllRCFiles(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
loadData(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
loadData(File, char[], String, char, boolean, int) - Method in class edu.udo.cs.yale.tools.att.AttributeDataSourceCreator
 
loader - Variable in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
The Weka data loader.
loader - Variable in class edu.udo.cs.yale.tools.ResourceSource
 
loadGUIProperties(MainFrame) - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
loadJDBCProperties(File) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
loadLastUpdateCheckDate() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
loadRCFile() - Static method in class edu.udo.cs.yale.tools.ParameterService
 
loadRCFile(String) - Static method in class edu.udo.cs.yale.tools.ParameterService
 
loadRecentFileList() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
localNormalization - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
localNormalizationBox - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
localWeight - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
LOG - Static variable in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
LOG - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
LOG - Static variable in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
log2(double) - Static method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Returns the logarithm to base 2.
log2(double) - Static method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Returns the logarithm to base 2
log2(double) - Method in class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
LOG2 - Static variable in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
LOG_VERBOSITY_NAMES - Static variable in class edu.udo.cs.yale.tools.LogService
 
logException(String, Throwable) - Static method in class edu.udo.cs.yale.tools.LogService
Writes the message and the stack trace of the exception.
logFile - Static variable in class edu.udo.cs.yale.tools.LogService
 
LogFormatFilter - Interface in edu.udo.cs.yale.tools.log
Filters incoming log messages.
logln(int, String) - Method in class edu.udo.cs.mySVM.SVM.SVM
log the output plus newline
logMessage(String, int) - Method in class edu.udo.cs.yale.operator.Operator
Convenience method for logging a message prefixed by the operator name.
logMessage(String, int) - Static method in class edu.udo.cs.yale.tools.LogService
Writes the message to the output stream if the verbosity level is high enough.
logMessageWithTree(String, int, Operator) - Static method in class edu.udo.cs.yale.tools.LogService
Writes the message to the output stream if the verbosity level is high enough and appends the experiment tree with operator op marked.
logo - Variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
logoHeight - Variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
logos - Variable in class edu.udo.cs.yale.gui.dialog.AboutBox
 
logOut - Static variable in class edu.udo.cs.yale.tools.LogService
The PrintStream to write the messages to.
logOutput(String, InputStream) - Method in class edu.udo.cs.yale.operator.CommandLineOperator
Sends the output to the LogService.
logResult(String) - Static method in class edu.udo.cs.yale.tools.ResultService
Writes the string in the result file.
logResult(ResultObject) - Static method in class edu.udo.cs.yale.tools.ResultService
Writes the result string from the given result object in the result file.
logScaleX - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
logScaleY - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
logScaleZ - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
LogService - Class in edu.udo.cs.yale.tools
Utility class providing static methods for logging.
LogService() - Constructor for class edu.udo.cs.yale.tools.LogService
 
logWarning(String) - Method in class edu.udo.cs.mySVM.SVM.SVM
 
lookup(int) - Method in class edu.udo.cs.mySVM.Util.Cache
 
loopStartTime - Variable in class edu.udo.cs.yale.operator.Operator
System time when the current loop of execution started.
lower - Variable in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
lower - Variable in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
lowerBound - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The lower bound for the dataset.
lowerBound - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
lowerQuartile - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
lowerWhisker - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 

M

m - Static variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
m - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection.CriteriaComparator
 
m - Variable in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection.CriteriaComparator
 
m - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection.CriteriaComparator
 
m - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection.CriteriaComparator
 
MacroDefinitionOperator - Class in edu.udo.cs.yale.operator
(Re-)Define macros for the current experiment.
MacroDefinitionOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.MacroDefinitionOperator
 
macroHandler - Variable in class edu.udo.cs.yale.Experiment
 
MacroHandler - Class in edu.udo.cs.yale
This class can be used to store macros for an experiment which can be defined by the operator MacroDefinitionOperator.
MacroHandler(Experiment) - Constructor for class edu.udo.cs.yale.MacroHandler
 
macroMap - Variable in class edu.udo.cs.yale.MacroHandler
 
magnitude - Variable in class edu.udo.cs.yale.tools.math.Peak
 
main(String[]) - Static method in class edu.udo.cs.yale.doc.DocumentationGenerator
If no arguments are given, the LaTeX documentation of the Yale core is generated.
main(String[]) - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
Main - Class in edu.udo.cs.yale
Main command line program.
Main() - Constructor for class edu.udo.cs.yale.Main
 
main(String[]) - Static method in class edu.udo.cs.yale.Main
 
main(String[]) - Static method in class edu.udo.cs.yale.test.AllTests
 
main(String[]) - Static method in class edu.udo.cs.yale.test.ExampleGenerator
 
main(String[]) - Static method in class edu.udo.cs.yale.test.ExperimentCreator
 
Main.WaitForKeyThread - Class in edu.udo.cs.yale
This tread waits for pressing an arbitrary key.
Main.WaitForKeyThread(Operator) - Constructor for class edu.udo.cs.yale.Main.WaitForKeyThread
 
MAIN_PAINT - Static variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mainCriterion - Variable in class edu.udo.cs.yale.operator.performance.PerformanceVector
Name of the main criterion.
mainFrame - Variable in class edu.udo.cs.yale.gui.CheckForUpdatesThread
 
mainFrame - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
mainFrame - Variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
mainFrame - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
mainFrame - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
MainFrame - Class in edu.udo.cs.yale.gui
The main component class of the Yale GUI.
MainFrame() - Constructor for class edu.udo.cs.yale.gui.MainFrame
Creates a new main frame containing the Yale GUI.
mainFrame - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The main frame.
mainFrame - Variable in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
mainFrame - Static variable in class edu.udo.cs.yale.gui.YaleGUI
 
MainFrame.AnovaCalculatorAction - Class in edu.udo.cs.yale.gui
 
MainFrame.AnovaCalculatorAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.AnovaCalculatorAction
 
MainFrame.AttributeEditorAction - Class in edu.udo.cs.yale.gui
 
MainFrame.AttributeEditorAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.AttributeEditorAction
 
MainFrame.CheckForJDBCDriversAction - Class in edu.udo.cs.yale.gui
 
MainFrame.CheckForJDBCDriversAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.CheckForJDBCDriversAction
 
MainFrame.CheckForUpdatesAction - Class in edu.udo.cs.yale.gui
 
MainFrame.CheckForUpdatesAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.CheckForUpdatesAction
 
MainFrame.ExitAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ExitAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ExitAction
 
MainFrame.ExportAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ExportAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ExportAction
 
MainFrame.ManageBuildingBlocksAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ManageBuildingBlocksAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ManageBuildingBlocksAction
 
MainFrame.ManageTemplatesAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ManageTemplatesAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ManageTemplatesAction
 
MainFrame.NewAction - Class in edu.udo.cs.yale.gui
 
MainFrame.NewAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.NewAction
 
MainFrame.OpenAction - Class in edu.udo.cs.yale.gui
 
MainFrame.OpenAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.OpenAction
 
MainFrame.PrintAction - Class in edu.udo.cs.yale.gui
 
MainFrame.PrintAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.PrintAction
 
MainFrame.RedoAction - Class in edu.udo.cs.yale.gui
 
MainFrame.RedoAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.RedoAction
 
MainFrame.ResumeAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ResumeAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ResumeAction
 
MainFrame.RunAction - Class in edu.udo.cs.yale.gui
 
MainFrame.RunAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.RunAction
 
MainFrame.SaveAction - Class in edu.udo.cs.yale.gui
 
MainFrame.SaveAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.SaveAction
 
MainFrame.SaveAsAction - Class in edu.udo.cs.yale.gui
 
MainFrame.SaveAsAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.SaveAsAction
 
MainFrame.SaveAsTemplateAction - Class in edu.udo.cs.yale.gui
 
MainFrame.SaveAsTemplateAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.SaveAsTemplateAction
 
MainFrame.SettingsAction - Class in edu.udo.cs.yale.gui
 
MainFrame.SettingsAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.SettingsAction
 
MainFrame.StopAction - Class in edu.udo.cs.yale.gui
 
MainFrame.StopAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.StopAction
 
MainFrame.ToggleExpertModeAction - Class in edu.udo.cs.yale.gui
 
MainFrame.ToggleExpertModeAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
MainFrame.TotDAction - Class in edu.udo.cs.yale.gui
 
MainFrame.TotDAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.TotDAction
 
MainFrame.TutorialAction - Class in edu.udo.cs.yale.gui
 
MainFrame.TutorialAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.TutorialAction
 
MainFrame.UndoAction - Class in edu.udo.cs.yale.gui
 
MainFrame.UndoAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.UndoAction
 
MainFrame.ValidateExperiment - Class in edu.udo.cs.yale.gui
 
MainFrame.ValidateExperiment() - Constructor for class edu.udo.cs.yale.gui.MainFrame.ValidateExperiment
 
MainFrame.WizardAction - Class in edu.udo.cs.yale.gui
 
MainFrame.WizardAction() - Constructor for class edu.udo.cs.yale.gui.MainFrame.WizardAction
 
mainPanel - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
mainPanel - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
mainPanel - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The main panel containing the axes selection panel and the actual plotter component.
mainPanel - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
mainPanel - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
makeBluePaint(double, double) - Static method in class edu.udo.cs.yale.gui.SwingTools
 
makeInputVector(Example) - Static method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
Create an input vector from an example
makeNodes(Example, FastExample2SparseTransform) - Static method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Creates a data node row for the LibSVM (sparse format, i.e. each node keeps the index and the value if not default).
makeYellowPaint(double, double) - Static method in class edu.udo.cs.yale.gui.SwingTools
 
MANAGE_BUILDING_BLOCKS_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
MANAGE_TEMPLATES_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
ManageBuildingBlocksDialog - Class in edu.udo.cs.yale.gui.templates
The manage building blocks dialog assists the user in managing the saved building blocks.
ManageBuildingBlocksDialog(MainFrame) - Constructor for class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
ManageTemplatesDialog - Class in edu.udo.cs.yale.gui.templates
The manage templates dialog assists the user in managing his created experiment templates.
ManageTemplatesDialog(MainFrame) - Constructor for class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
MANDATORY - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
manual_number - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
mapIndex(int, int) - Method in interface edu.udo.cs.yale.datatable.DataTable
If a column is nominal, the index value must be mapped to the nominal value by this method.
mapIndex(int, int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
mapIndex(int, int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
mapIndex(int, int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
mapIndex(int) - Method in interface edu.udo.cs.yale.example.Attribute
Returns the attribute value, that is associated with this index.
mapIndex(int) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the attribute value, that is associated with this index.
mapIndex(int) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the attribute value, that is associated with this index.
mapIndex(int) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
mapIndex(int) - Method in class edu.udo.cs.yale.example.Partition
Returns the actual example table index of the i-th example of the currently selected subset.
mapIndex(int) - Method in class edu.udo.cs.yale.tools.Ontology
Maps an index to its name.
mapName(String) - Method in class edu.udo.cs.yale.tools.Ontology
Maps the name of a class to its index or -1 if unknown.
mapping - Variable in class edu.udo.cs.yale.example.ConditionedExampleSet
 
mapping - Variable in class edu.udo.cs.yale.example.FastExample2SparseTransform
The mapping between the attribute indices in the data row / example table on the attribute indices of the given example set.
mapString(int, String) - Method in interface edu.udo.cs.yale.datatable.DataTable
If a column is nominal, the nominal value must be mapped to a (new) index by this method.
mapString(int, String) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
mapString(int, String) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
mapString(int, String) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
mapString(String) - Method in interface edu.udo.cs.yale.example.Attribute
Returns the index for the nominal attribute value str.
mapString(String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Returns the index for the nominal attribute value str.
mapString(String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Returns the index for the nominal attribute value str.
mapString(String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
MARGIN - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
MARGIN - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
Margin - Class in edu.udo.cs.yale.operator.performance
The margin of a classifier, defined as the minimal confidence for the correct label.
Margin() - Constructor for class edu.udo.cs.yale.operator.performance.Margin
Clone constructor.
margin - Variable in class edu.udo.cs.yale.operator.performance.Margin
The value of the AUC.
marginIcon(String) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
marginIcon(String) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
MartinsIterationOperator - Class in edu.udo.cs.yale.operator.meta
Obsolete.
MartinsIterationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
mask - Variable in class edu.udo.cs.yale.example.Partition
Mask for the selected partitions.
MassiveDataGenerator - Class in edu.udo.cs.yale.operator.generator
Generates huge amounts of data in either sparse or dense format.
MassiveDataGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.generator.MassiveDataGenerator
 
MathFunctions - Class in edu.udo.cs.yale.tools.math
This class provides mathematical functions not already provided by java.lang.Math: tanh() : tangens hyperbolicus, y = tanh(x) = (e^x - e^-x) / (e^x + e^-x)
MathFunctions() - Constructor for class edu.udo.cs.yale.tools.math.MathFunctions
 
MathTaglet - Class in edu.udo.cs.yale.doc
A taglet with name "@yale.math" can be used in the Javadoc comments of an operator to produce mathematical code.
MathTaglet() - Constructor for class edu.udo.cs.yale.doc.MathTaglet
 
matrix - Variable in class edu.udo.cs.yale.example.CorrelationMatrix
 
matrix - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
matrix - Variable in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
MATRIX_HEIGHT - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
MATRIX_WIDTH - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
Matrix size
matrixSelection - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
MAX - Static variable in class edu.udo.cs.yale.generator.MinMaxGenerator
 
max - Variable in class edu.udo.cs.yale.generator.NormalizationGenerator
 
max - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
max - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
max - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
max(MultiCriterionDecisionStumps.ScoreNaNInfo) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.ScoreNaNInfo
 
max - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
max - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
max - Variable in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
The maximum value for each attribute after normalization.
max - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This parameter indicates the maximum value for all genes.
max - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
max - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
max - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
max_allowed_error - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
MAX_BIN_NUMBER - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
MAX_BYTE - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
MAX_CACHE - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
MAX_DOUBLE - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
MAX_INT - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
max_iteration - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
max_iterations - Variable in class edu.udo.cs.myKLR.KLR
 
max_iterations - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
MAX_LEGEND_COLOR - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
MAX_LIFT_POINTS - Static variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
Defines the maximum amount of points which is plotted in the ROC curve.
MAX_MODEL_NUMBER - Static variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
MAX_MODEL_NUMBER - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
MAX_MODEL_NUMBER - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.GridVizPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
MAX_NUMBER_OF_COLUMNS - Static variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
MAX_NUMBER_OF_ROWS - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
MAX_NUMBER_OF_SHOWN_NOMINAL_VALUES - Static variable in class edu.udo.cs.yale.example.NominalAttribute
The maximum number of nominal values displayed in result strings.
MAX_ROC_POINTS - Static variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
Defines the maximum amount of points which is plotted in the ROC curve.
maxAddedOriginalAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
maxBasisVectors - Variable in class edu.udo.cs.myGP.Parameter
 
maxColor - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
maxColor - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The maximum value of the color column.
maxColor - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
maxColumns - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The maximum number of columns.
maxColumns - Variable in class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
maxComplexity - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Maximum hypothesis complexity
maxCounter - Variable in class edu.udo.cs.yale.example.NominalAttributeStatistics
 
maxCounter - Variable in class edu.udo.cs.yale.gui.plotter.Bins
 
maxCounter - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
maxDensityColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
maxDepth - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
maxDepth - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
maxDepth - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
maxGen - Variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Maximum number of generations.
maxGen - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
maxGeneratedAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
maxGeneration - Variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
The maximum generation.
maxGeneration - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
The maximum generation.
maxGenerations - Variable in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
 
maxGenerations - Variable in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
 
maxGenerations - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The maximum number of generations.
MaxHeap - Class in edu.udo.cs.mySVM.Util
Implements a MaxHeap on n doubles and ints
MaxHeap(int) - Constructor for class edu.udo.cs.mySVM.Util.MaxHeap
 
maximalFitness - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
The optimization stops if this maximal fitness was reached.
MAXIMIZATION - Static variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
Indicates that the fitness should be higher for larger numbers of features.
maximum - Variable in class edu.udo.cs.yale.example.NumericalAttribute
Maximum of all attribute values.
maximum - Variable in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
MAXIMUM - Static variable in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
MAXIMUM - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
MAXIMUM - Static variable in class edu.udo.cs.yale.tools.LogService
Normally this log verbosity should not be used by operators.
maxiteration - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
maxIterations - Variable in class edu.udo.cs.myRVM.Parameter
 
maxLift - Variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
 
maxModelNumber - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
maxModelNumber - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
maxModelNumber - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
maxNumber - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The maximum number of examples to read (sampling).
maxNumber - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
The maximum number of attributes to read.
maxNumber - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
maxNumberOfAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
maxNumberOfModels - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
maxP - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
maxPeaks - Variable in class edu.udo.cs.yale.generator.SinusFactory
The maximal number of generated attributes for each possible attribute.
maxPointColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
maxRest - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Best of the hypothesis not among the k best
maxRows - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The maximum number of rows.
maxRows - Variable in class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
maxU - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
maxUStar - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
maxValue - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
maxValueOfFirstCriterion - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The maximum column weight (if weights are available in data table).
maxWeight - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
maxWithoutImprovement - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
maxX - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
maxX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
maxY - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
maxY - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
maxY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
MDLCriterion - Class in edu.udo.cs.yale.operator.performance
Measures the length of an example set (i.e. the number of attributes).
MDLCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.MDLCriterion
 
MDLCriterion(int) - Constructor for class edu.udo.cs.yale.operator.performance.MDLCriterion
 
mean - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
 
mean - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
mean - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.PCA
 
mean - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
mean - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
mean - Variable in class edu.udo.cs.yale.operator.learner.NormalDistribution
 
mean - Variable in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel.MeanVariance
The mean value.
mean - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.Group
 
meanSquaredSum - Variable in class edu.udo.cs.yale.tools.math.Averagable
The squared averages are summed up each time buildAverage is called.
meanSquaresBetween - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
meanSquaresResiduals - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
meanSum - Variable in class edu.udo.cs.yale.tools.math.Averagable
The averages are summed up each time buildAverage is called.
meanVarianceMap - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
This map stores the mean-variance informations about all attributes (att index --> mean-variance).
meanVarianceMap - Variable in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
This map contains all information about the mean and variance values for all attributes.
measure - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
MeasuredCriterionTest - Class in edu.udo.cs.yale.operator.performance.test
Tests regression critetia.
MeasuredCriterionTest() - Constructor for class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
MeasuredPerformance - Class in edu.udo.cs.yale.operator.performance
Superclass for performance citeria that are actually measured (not estimated).
MeasuredPerformance() - Constructor for class edu.udo.cs.yale.operator.performance.MeasuredPerformance
 
med3(int, int, int) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
 
med3(int, int, int) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
 
median - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
MEDIAN - Static variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
memory - Variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
MEMORY_COLOR - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
MEMORY_UNITS - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
MemoryExampleTable - Class in edu.udo.cs.yale.example
This class is the core data supplier for example sets.
MemoryExampleTable(List<Attribute>) - Constructor for class edu.udo.cs.yale.example.MemoryExampleTable
Creates a new instance of MemoryExampleTable.
MemoryExampleTable(List<Attribute>, int) - Constructor for class edu.udo.cs.yale.example.MemoryExampleTable
Creates a new instance of MemoryExampleTable.
MemoryExampleTable(List<Attribute>, DataRowReader) - Constructor for class edu.udo.cs.yale.example.MemoryExampleTable
Creates an empty memory example table and fills it with the data rows read from i.
MemoryExampleTable(List<Attribute>, DataRowReader, boolean) - Constructor for class edu.udo.cs.yale.example.MemoryExampleTable
Creates an empty memory example table and fills it with the data rows read from i.
mergeAttributes(AttributeWeightedExampleSet, List<UnbalancedCrossover.AttributeWeightContainer>) - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover
 
mergeClassLoader(Plugin) - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Adds the URLs of the given Plugin to class loader of this one.
MergeNominalValues - Class in edu.udo.cs.yale.operator.preprocessing.filter
Merges two nominal values of a given attribute.
MergeNominalValues(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
mergeValues(ExampleSet, Attribute, String, String) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MergeNominalValues
 
mergeWeights(AttributeWeights) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
message - Variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
message - Variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
messages - Static variable in exception edu.udo.cs.yale.operator.UserError
 
messageViewer - Variable in class edu.udo.cs.yale.gui.MainFrame
 
MessageViewer - Class in edu.udo.cs.yale.gui
A text area displaying the log output.
MessageViewer() - Constructor for class edu.udo.cs.yale.gui.MessageViewer
 
MessageViewer(JTextPane) - Constructor for class edu.udo.cs.yale.gui.MessageViewer
 
MessageViewer.ClearMessageAction - Class in edu.udo.cs.yale.gui
 
MessageViewer.ClearMessageAction() - Constructor for class edu.udo.cs.yale.gui.MessageViewer.ClearMessageAction
 
MessageViewer.SaveLogFileAction - Class in edu.udo.cs.yale.gui
 
MessageViewer.SaveLogFileAction() - Constructor for class edu.udo.cs.yale.gui.MessageViewer.SaveLogFileAction
 
MessageViewer.SearchAction - Class in edu.udo.cs.yale.gui
 
MessageViewer.SearchAction() - Constructor for class edu.udo.cs.yale.gui.MessageViewer.SearchAction
 
MessageViewerOutputStream - Class in edu.udo.cs.yale.gui
A special output stream that appends all its incoming characters and perform necessary formatting.
MessageViewerOutputStream(JTextPane) - Constructor for class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
metaDataChanged - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
metaDataTable - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewer
 
metaDataViewer - Variable in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
MetaDataViewer - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) the meta data by means of a JTable.
MetaDataViewer(ExampleSet) - Constructor for class edu.udo.cs.yale.gui.viewer.MetaDataViewer
 
MetaDataViewerTable - Class in edu.udo.cs.yale.gui.viewer
Can be used to display (parts of) the meta data by means of a JTable.
MetaDataViewerTable() - Constructor for class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
 
MetaDataViewerTableModel - Class in edu.udo.cs.yale.gui.viewer
The model for the MetaDataViewerTable.
MetaDataViewerTableModel(ExampleSet) - Constructor for class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
method - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
methodResult - Variable in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
METHODS - Static variable in class edu.udo.cs.yale.operator.io.IOContainerReader
 
METHODS - Static variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
METHODS - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
MIN - Static variable in class edu.udo.cs.yale.generator.MinMaxGenerator
 
min - Variable in class edu.udo.cs.yale.generator.NormalizationGenerator
 
min - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
min - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
min - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
min - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
min - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
min - Variable in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
The minimum value for each attribute after normalization.
min - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This parameter indicates the minimum value for all genes.
min - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
min - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
min - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
MIN_ADVANTAGE - Static variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Discard models with an advantage of less than the specified value.
MIN_BIN_NUMBER - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
min_delta_log_alpha - Variable in class edu.udo.cs.myRVM.Parameter
 
min_diff - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
min_diff - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
MIN_EVIDENCE - Static variable in class edu.udo.cs.yale.generator.SinusFactory
Indicates the min evidence factor.
MIN_LEGEND_COLOR - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
MIN_LIFT_RATIO_SOFT_CLASSIFIER - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
The probabilistic prediction of soft classifiers is restricted, similar to a confidence bound.
MIN_MODEL_NUMBER - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
minimal model number for example_criterion
min_utility_pruning - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Minimum utility used for pruning
min_utility_useful - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Minimum utility needed for a utility to be useful
minBest - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Worst of the k best hypothesis
minColor - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
minColor - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The minimum value of the color column.
minColor - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
minColumns - Variable in class edu.udo.cs.yale.gui.plotter.conditions.ColumnsPlotterCondition
 
minComplexity - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Minimum hypothesis complexity
minDensityColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
MinHeap - Class in edu.udo.cs.mySVM.Util
Implements a MinHeap on n doubles and ints
MinHeap(int) - Constructor for class edu.udo.cs.mySVM.Util.MinHeap
 
MinimalEntropyPartitioning - Class in edu.udo.cs.yale.operator.preprocessing.discretization
A filter that discretizes all numeric attributes in the dataset into nominal attributes.
MinimalEntropyPartitioning(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.discretization.MinimalEntropyPartitioning
 
MINIMIZATION - Static variable in class edu.udo.cs.yale.operator.performance.MDLCriterion
Indicates that the fitness should be higher for smaller numbers of features.
minimize_ij(int, int) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
minimizeForFitness - Variable in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
minimum - Variable in class edu.udo.cs.yale.example.NumericalAttribute
Minimum of all attribute values.
minimum - Variable in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
MINIMUM - Static variable in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
MINIMUM - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
MINIMUM - Static variable in class edu.udo.cs.yale.tools.LogService
Indicates the lowest log verbosity.
MinMaxCriterion - Class in edu.udo.cs.yale.operator.performance
This criterion should be used as wrapper around other performance criteria (see MinMaxWrapper).
MinMaxCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.MinMaxCriterion
Necessary for newInstance() during loading.
MinMaxCriterion(MeasuredPerformance, double) - Constructor for class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
MinMaxGenerator - Class in edu.udo.cs.yale.generator
This class has two numerical input attributes and one output attribute.
MinMaxGenerator(int) - Constructor for class edu.udo.cs.yale.generator.MinMaxGenerator
 
MinMaxGenerator() - Constructor for class edu.udo.cs.yale.generator.MinMaxGenerator
 
MinMaxNormalizationModel - Class in edu.udo.cs.yale.operator.preprocessing.normalization
A simple model which can be used to transform all regular attributes into a value range between the given min and max values.
MinMaxNormalizationModel() - Constructor for class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Create a new model.
MinMaxNormalizationModel(double, double) - Constructor for class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Create a new normalization model.
MinMaxWrapper - Class in edu.udo.cs.yale.operator.performance
Wraps a MinMaxCriterion around each performance criterion of type MeasuredPerformance.
MinMaxWrapper(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.performance.MinMaxWrapper
 
minPointColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
minRows - Variable in class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
minValue - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
minVerbosityLevel - Static variable in class edu.udo.cs.yale.tools.LogService
The minimal verbosity level.
minWeight - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
minWeightCheckBox - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
minWeightField - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
minX - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
minX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
minY - Variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
minY - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
minY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
misclassificationCostsNegative - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
misclassificationCostsPositive - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
MISSING - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
MissingAttributesCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to excludes all examples containing no missing values from an example set.
MissingAttributesCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.MissingAttributesCondition
Throws an exception since this condition does not support parameter string.
MissingIOObjectException - Exception in edu.udo.cs.yale.operator
Will be thrown if an operator can not get its desired input.
MissingIOObjectException(Class) - Constructor for exception edu.udo.cs.yale.operator.MissingIOObjectException
 
MissingLabelsCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to exclude examples with known labels from an example set.
MissingLabelsCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.MissingLabelsCondition
Throws an exception since a parameter string is not allowed for this condition.
MissingValueReplenishment - Class in edu.udo.cs.yale.operator.preprocessing.filter
Replaces missing values in examples.
MissingValueReplenishment(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
missingValues - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
MissingValuesPlotterCondition - Class in edu.udo.cs.yale.gui.plotter.conditions
This condition only accepts data tables without missing values.
MissingValuesPlotterCondition() - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.MissingValuesPlotterCondition
 
mkdir(File) - Static method in class edu.udo.cs.yale.tools.Tools
Creates a directory including parent directories.
mode - Variable in class edu.udo.cs.yale.example.BinaryAttribute
The mode value.
mode - Variable in class edu.udo.cs.yale.example.NominalAttribute
The mode value for this attribute.
mode - Variable in class edu.udo.cs.yale.example.NominalAttributeStatistics
 
mode - Variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
mode - Variable in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
mode - Variable in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
mode - Variable in class edu.udo.cs.yale.generator.MinMaxGenerator
 
mode - Variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
MODE - Static variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
model - Variable in class edu.udo.cs.myGP.GPBase
 
Model - Class in edu.udo.cs.myGP
The learned model.
Model() - Constructor for class edu.udo.cs.myGP.Model
Constructors
Model(Kernel, double[][], Matrix, Matrix, Matrix, int, boolean) - Constructor for class edu.udo.cs.myGP.Model
 
Model - Class in edu.udo.cs.myRVM
The lerned model.
Model() - Constructor for class edu.udo.cs.myRVM.Model
Constructors
Model(double[], KernelBasisFunction[], boolean, boolean) - Constructor for class edu.udo.cs.myRVM.Model
 
model - Variable in class edu.udo.cs.myRVM.RVMBase
 
model - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
model() - Method in class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
model - Variable in class edu.udo.cs.yale.gui.properties.PropertyTable
 
model - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
model - Variable in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
model - Variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
model - Variable in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
model - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
 
model - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
model - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
model - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
Model - Interface in edu.udo.cs.yale.operator
Model is the interface for all objects which change a data set.
model - Variable in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
ModelApplier - Class in edu.udo.cs.yale.operator
This operator applies a Model to an ExampleSet.
ModelApplier(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.ModelApplier
 
ModelBasedSampling - Class in edu.udo.cs.yale.operator.preprocessing.sampling
Sampling based on a learned model.
ModelBasedSampling(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.sampling.ModelBasedSampling
 
modelInfo - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
modelInfo - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
ModelLoader - Class in edu.udo.cs.yale.operator.io
Reads a Model from a file that was generated by an operator like Learner in a previous experiment.
ModelLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ModelLoader
 
models - Variable in class edu.udo.cs.yale.operator.ContainerModel
Contains all models.
models - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
models - Variable in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
models - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
models - Variable in class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
models - Variable in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
modelSet - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
ModelWriter - Class in edu.udo.cs.yale.operator.io
Writes the input model in a given file.
ModelWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ModelWriter
 
monitor - Variable in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
MonitorPanel - Class in edu.udo.cs.yale.gui.experimenteditor
The monitor panel shows the system monitor and a experiment progress bar.
MonitorPanel() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
monitorPanel - Variable in class edu.udo.cs.yale.gui.MainFrame
 
mostFrequent - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
The most frequent nominal values (only used for association rule mining, null otherwise)
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mouseClicked(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
mouseDragged(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseDragged(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
mouseDragged(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseDragged(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseDragged(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mouseEntered(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mouseExited(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
mouseMoved(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseMoved(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
mouseMoved(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseMoved(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseMoved(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mousePressed(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.MessageViewer
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
mouseReleased(MouseEvent) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
MOVE_DOWN_ACTION - Variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
MOVE_UP_ACTION - Variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
moveDown() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The currently selected operator will be moved down a step.
moveUp() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The currently selected operator will be moved up one step.
mu - Variable in class edu.udo.cs.myKLR.KLR
 
mu - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
MultiClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is the first class, if the sum of all arguments modulo 2 is 0, it is the second class if the sum modulo 3 is 0 and the third class if the sum modulo 5 is 0.
MultiClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.MultiClassificationFunction
 
MultiClassificationPerformance - Class in edu.udo.cs.yale.operator.performance
Measures the accuracy and classification error for both binary classification problems and multi class problems.
MultiClassificationPerformance() - Constructor for class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with undefined type.
MultiClassificationPerformance(int) - Constructor for class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with the given type.
MultiCriterionDecisionStumps - Class in edu.udo.cs.yale.operator.learner
A DecisionStump clone that allows to specify different utility functions.
MultiCriterionDecisionStumps(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
MultiCriterionDecisionStumps.DecisionStumpModel - Class in edu.udo.cs.yale.operator.learner
 
MultiCriterionDecisionStumps.DecisionStumpModel(Attribute, double, Attribute, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
MultiCriterionDecisionStumps.ScoreNaNInfo - Class in edu.udo.cs.yale.operator.learner
 
MultiCriterionDecisionStumps.ScoreNaNInfo(double, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.ScoreNaNInfo
 
MultiModel - Class in edu.udo.cs.yale.operator.learner.meta
MultiModels are used for multi class learning tasks.
MultiModel() - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
MultiModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
MultiModel(Attribute, Model[]) - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
MultiModelByRegression - Class in edu.udo.cs.yale.operator.learner.meta
MultiModels are used for multi class learning tasks.
MultiModelByRegression() - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
MultiModelByRegression(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
MultiModelByRegression(Attribute, Model[]) - Constructor for class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
MULTIPLE_SELECTION - Static variable in interface edu.udo.cs.yale.gui.plotter.Plotter
Indicates that multiple values can be selected by the user for a dimension.
MultipleLabelGenerator - Class in edu.udo.cs.yale.operator.generator
Generates a random example set for testing purposes with more than one label.
MultipleLabelGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
MultipleLabelIterator - Class in edu.udo.cs.yale.operator.meta
Performs the inner operator for all label attributes, i.e. special attributes whose name starts with "label".
MultipleLabelIterator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
 
MULTIPLY_ALL - Static variable in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
MULTIPLY_ONE - Static variable in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
MULTIPLY_TYPES - Static variable in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
multiplyUnits(int[], int[]) - Static method in class edu.udo.cs.yale.example.AbstractAttribute
Multiplies the first given units with the second.
MultiquadricKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of the Multiquadric kernel of both examples.
MultiquadricKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
MultivariateSeries2WindowExamples - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator transforms a given example set containing series data into a new example set containing single valued examples.
MultivariateSeries2WindowExamples(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.MultivariateSeries2WindowExamples
 
mustDeliver - Variable in class edu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
The array of classes which must be delivered by the inner chain of operators described by this InnerOpDesc object.
mustDeliver - Variable in class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
The array of classes which must be delivered by the inner chain of operators described by this InnerOpDesc object.
mustDeliver - Variable in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
The array of classes which must be delivered by the inner chain of operators described by this InnerOpDesc object.
mutate(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationMutation
Invokes the method mutate(int[]) for each individual.
mutate(int[]) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationMutation
Changes the individual (each gene with probability 1 / n).
mutate(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
mutate(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
mutate(List<BoostingIndividual>, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingMutation
Invokes the method mutate() for each individual.
mutation - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The mutation operator.
mutation - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
The mutation.
MUTATION_TYPES - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The names of the mutation types.
mutationType - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The type of the mutation.
myAttribute - Variable in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 
myCon - Variable in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
 
MyKLRLearner - Class in edu.udo.cs.yale.operator.learner.kernel
This is the Java implementation of myKLR by Stefan Rüping.
MyKLRLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.MyKLRLearner
 
MyKLRModel - Class in edu.udo.cs.yale.operator.learner.kernel
The model for the MyKLR learner by Stefan Rueping.
MyKLRModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
MyKLRModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
MyKLRModel(Attribute, ExampleSet, Kernel, int) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
myLiterals - Variable in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
myValue - Variable in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 

N

n - Variable in class edu.udo.cs.myKLR.KLR
 
n - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
n - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
N1 - Variable in class edu.udo.cs.myKLR.KLR
 
N2 - Variable in class edu.udo.cs.myKLR.KLR
 
nabla(int) - Method in class edu.udo.cs.mySVM.SVM.SVM
 
nabla(int) - Method in class edu.udo.cs.mySVM.SVM.SVMpattern
 
nabla(int) - Method in class edu.udo.cs.mySVM.SVM.SVMregression
 
NaiveBayes - Class in edu.udo.cs.yale.operator.learner
NaiveBayes is a lerner, using normal distributions to estimate real distribution of data
NaiveBayes(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.NaiveBayes
 
name - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
NAME - Static variable in class edu.udo.cs.yale.doc.CiteTaglet
 
NAME - Static variable in class edu.udo.cs.yale.doc.MathTaglet
 
NAME - Static variable in class edu.udo.cs.yale.doc.ReferenceTaglet
 
NAME - Static variable in class edu.udo.cs.yale.doc.RefTaglet
 
NAME - Static variable in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
name - Variable in class edu.udo.cs.yale.example.AbstractAttribute
Optionally contains the name of the attribute.
name - Variable in class edu.udo.cs.yale.example.AttributeWeight
The name of the attribute.
name - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
name - Variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
name - Variable in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
name - Variable in class edu.udo.cs.yale.gui.templates.Template
 
NAME - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
name - Variable in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
A short name describing the purpose of this inner operator chain, e.g.
name - Variable in class edu.udo.cs.yale.operator.learner.weka.WekaAssociator
 
name - Variable in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
The name of the classifier.
name - Variable in class edu.udo.cs.yale.operator.Operator
Name of the operators (for logging).
name - Variable in class edu.udo.cs.yale.operator.OperatorDescription
 
NAME - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
name - Variable in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
NAME - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
The names of the criteria.
name - Variable in class edu.udo.cs.yale.operator.SimpleResultObject
 
name - Variable in class edu.udo.cs.yale.tools.GroupTree
The name of this group.
name - Variable in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
name - Variable in class edu.udo.cs.yale.tools.plugin.Dependency
The name of the desired plugin.
name - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The name of the plugin.
NAME_CONSTRUCTION_DESC_SEP - Static variable in class edu.udo.cs.yale.example.AttributeParser
This string separates the name from the construction description of each attribute.
NAME_FONT - Static variable in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
NAME_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
NAME_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
nameCounters - Static variable in class edu.udo.cs.yale.example.AttributeFactory
The current highest id counters for generated attribute names.
nameField - Variable in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
nameField - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
nameLabel - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
names - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
names - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
names - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
names - Variable in class edu.udo.cs.yale.tools.Ontology
Human readable string representations.
names2descriptions - Static variable in class edu.udo.cs.yale.tools.OperatorService
Maps operator names of form classname|subclassname to operator descriptions.
namesOfCriteria - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
neededYaleVersion - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The Yale version which is needed for this plugin.
NEGATIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
negative - Variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
NEGATIVE_CLASS - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
negativeClassName - Variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
Name of the negative class.
negativeDots - Variable in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
NEQ - Static variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
net - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
net - Variable in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
netDimension - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
netDimensions - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
NEW - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
NEW_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
NEW_BUILDING_BLOCK_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
NEW_OPERATOR_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
NEW_OPERATOR_MENU - Static variable in class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
newAttributes - Variable in class edu.udo.cs.yale.example.AttributeParser
A list of the newly generated attributes specified in the file.
newAttributes(FeatureGenerator[], ExampleTable) - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
Returns a list of new Attributes that are generated by the given generators.
newAttributeStart - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
NewBuildingBlockDialog - Class in edu.udo.cs.yale.gui.templates
This dialog can be used to add a new building block to the experiment.
NewBuildingBlockDialog(MainFrame) - Constructor for class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
NewBuildingBlockMenu - Class in edu.udo.cs.yale.gui.templates
This menu contains all building blocks, the predefined and the user defined.
NewBuildingBlockMenu() - Constructor for class edu.udo.cs.yale.gui.templates.NewBuildingBlockMenu
 
newInstance() - Method in class edu.udo.cs.yale.generator.AbsoluteValueGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Subclasses must implement this method so that a new instance of this generator class is returned.
newInstance() - Method in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.NormalizationGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.SquareRootGenerator
 
newInstance() - Method in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
newInstance(String) - Static method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
newInstance(String) - Static method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with the given type.
NewOperatorDialog - Class in edu.udo.cs.yale.gui.dialog
A dialog for adding new operators to the currently selected operator chain of the operator tree.
NewOperatorDialog(OperatorTree) - Constructor for class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
NewOperatorMenu - Class in edu.udo.cs.yale.gui.operatormenu
An operator menu which can be used to add a new operator to the currently selected operator.
NewOperatorMenu() - Constructor for class edu.udo.cs.yale.gui.operatormenu.NewOperatorMenu
 
next() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
next() - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
next() - Method in class edu.udo.cs.yale.example.ConditionExampleReader
 
next() - Method in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
next() - Method in class edu.udo.cs.yale.example.FileDataRowReader
Returns the next Example.
next() - Method in class edu.udo.cs.yale.example.ListDataRowReader
 
next() - Method in class edu.udo.cs.yale.example.RandomDataRowReader
 
next() - Method in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
next() - Method in class edu.udo.cs.yale.example.SimpleArrayDataRowReader
 
next() - Method in class edu.udo.cs.yale.example.SimpleExampleReader
Returns a new example based on the current data row.
next() - Method in class edu.udo.cs.yale.example.SkipNANExampleReader
 
next() - Method in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Returns the next Example.
next - Variable in class edu.udo.cs.yale.example.SplittedExampleSetReader
The next example that will be returned.
next() - Method in class edu.udo.cs.yale.example.SplittedExampleSetReader
 
next() - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Returns the next Example.
next() - Method in class edu.udo.cs.yale.example.WeightingExampleReader
 
next() - Method in class edu.udo.cs.yale.gui.dialog.Tutorial
 
next - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
next - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
next - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
nextButton - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
nextDoubleInRange(double, double) - Method in class edu.udo.cs.yale.tools.RandomGenerator
Returns the next pseudorandom, uniformly distributed double value between lowerBound and upperBound from this random number generator's sequence (exclusive of the interval endpoint values).
nextElement() - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor.InstanceEnumeration
 
nextGeneration() - Method in class edu.udo.cs.yale.operator.features.Population
Increase the generation number by one.
nextGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
nextGeneration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
nextIntInRange(int, int) - Method in class edu.udo.cs.yale.tools.RandomGenerator
Returns the next pseudorandom, uniformly distributed int value between lowerBound and upperBound from this random number generator's sequence (exclusive of the interval endpoint values).
nextIteration() - Method in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting.PSOWeightingOptimization
 
nextIteration() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
 
nextIteration() - Method in class edu.udo.cs.yale.operator.meta.ESParameterOptimization
 
nextIteration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This method is invoked after each evaluation.
nextIteration() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
This method is invoked after each evaluation.
nextLongInRange(long, long) - Method in class edu.udo.cs.yale.tools.RandomGenerator
returns the next pseudorandom, uniformly distributed long value between lowerBound and upperBound from this random number generator's sequence (exclusive of the interval endpoint values).
nextString(int) - Method in class edu.udo.cs.yale.tools.RandomGenerator
Returns a random String of the given length.
nextTip() - Method in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
NO - Static variable in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
NO - Static variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
NO - Static variable in class edu.udo.cs.yale.tools.TempFileService
 
NO_CONSTRUCTOR_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
NO_DESCRIPTION_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
NO_MUTATION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates no mutation.
NO_PARENT - Static variable in class edu.udo.cs.yale.tools.Ontology
 
NO_SELECTION - Static variable in interface edu.udo.cs.yale.gui.plotter.Plotter
Indicates that no plot values can be selected by the user.
NO_SORTING - Static variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates that the weights should not be sorted at all.
NO_UNIQUE_DESCRIPTION_ERROR - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
NoBugError - Interface in edu.udo.cs.yale
All exceptions that are no bugs (but caused by an error of the user) should implement this interface in order to indicate that this should not issue a bug report.
noDefault - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
noDefault - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
nodes - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
NoiseOperator - Class in edu.udo.cs.yale.operator.preprocessing
This operator adds random attributes and white noise to the data.
NoiseOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
NOMINAL - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
NOMINAL - Static variable in class edu.udo.cs.yale.tools.Ontology
 
NOMINAL_VALUES - Static variable in class edu.udo.cs.yale.test.ExampleGenerator
 
NominalAttribute - Class in edu.udo.cs.yale.example
This class holds all information on a single nominal attribute.
NominalAttribute(String) - Constructor for class edu.udo.cs.yale.example.NominalAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
NominalAttribute(String, int) - Constructor for class edu.udo.cs.yale.example.NominalAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
NominalAttributeStatistics - Class in edu.udo.cs.yale.example
Attribute statistics object for nominal attributes.
NominalAttributeStatistics(int) - Constructor for class edu.udo.cs.yale.example.NominalAttributeStatistics
 
NominalExampleSetGenerator - Class in edu.udo.cs.yale.operator.generator
Generates a random example set for testing purposes.
NominalExampleSetGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
nominalLabel - Variable in class edu.udo.cs.yale.operator.generator.MultiClassificationFunction
 
NominalToBinary - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator maps the values of all nominal values to binary attributes.
NominalToBinary(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
NoMissingAttributesCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to excludes all examples containing missing values from an example set.
NoMissingAttributesCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.NoMissingAttributesCondition
Throws an exception since this condition does not support parameter string.
NoMissingLabelsCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to exclude examples with unknown labels from an example set.
NoMissingLabelsCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.NoMissingLabelsCondition
Throws an exception since a parameter string is not allowed for this condition.
noMoreHits() - Method in class edu.udo.cs.yale.gui.SearchDialog
 
NON_DOMINATED_SORTING_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
NON_DOMINATED_SORTING_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a multi-objective selection scheme (NSGA II).
NON_SERIES - Static variable in class edu.udo.cs.yale.tools.Ontology
 
NonDominatedSortingSelection - Class in edu.udo.cs.yale.operator.features.selection
Performs the non dominated sorting selection from NSGA II.
NonDominatedSortingSelection(int) - Constructor for class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
 
NonDominatedSortingSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Performs the non-dominated sorting selection from NSGA-II.
NonDominatedSortingSelection(int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
Creates a new NSGA-II selection.
NonDominatedSortingSelection.CriteriaComparator - Class in edu.udo.cs.yale.operator.features.selection
The comparator for aggregation individuals using the fitness values of the m-th criterion.
NonDominatedSortingSelection.CriteriaComparator(int) - Constructor for class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection.CriteriaComparator
 
NonDominatedSortingSelection.CriteriaComparator - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
The comparator for aggregation individuals using the fitness values of the m-th criterion.
NonDominatedSortingSelection.CriteriaComparator(int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection.CriteriaComparator
 
NonDominatedSortingSelection.CrowdingComparator - Class in edu.udo.cs.yale.operator.features.selection
The comparator for aggregation individuals using the crowding distance.
NonDominatedSortingSelection.CrowdingComparator() - Constructor for class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection.CrowdingComparator
 
NonDominatedSortingSelection.CrowdingComparator - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
The comparator for aggregation individuals using the crowding distance.
NonDominatedSortingSelection.CrowdingComparator() - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection.CrowdingComparator
 
NONE - Static variable in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
NONE - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
NONE - Static variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
NONE - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
NONE - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
NONE - Static variable in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
NONE - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Hanning.
NONINCREASING - Static variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
NonLinearFunction - Class in edu.udo.cs.yale.operator.generator
The label is att1*att2*att3 + att1*att2 + att2*att2.
NonLinearFunction() - Constructor for class edu.udo.cs.yale.operator.generator.NonLinearFunction
 
NoOpUserError - Exception in edu.udo.cs.yale
An exception caused outside an operator which is not a bug, but caused by the user.
NoOpUserError(Throwable, int, Object[]) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Creates a new NoOpUserError.
NoOpUserError(Throwable, int) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Convenience constructor for messages with no arguments and cause.
NoOpUserError(int, Object[]) - Constructor for exception edu.udo.cs.yale.NoOpUserError
 
NoOpUserError(int) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Convenience constructor for messages with no arguments.
NoOpUserError(int, Object) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Convenience constructor for messages with exactly one argument.
NoOpUserError(Throwable, int, Object) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Convenience constructor for messages with exactly one arguments and cause.
NoOpUserError(int, Object, Object) - Constructor for exception edu.udo.cs.yale.NoOpUserError
Convenience constructor for messages with exactly two arguments.
norm(double[], int) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
norm2(double[], double[]) - Method in class edu.udo.cs.myRVM.Kernel.Kernel
Calculates l2-norm(x, y)^2 = ||x - y||^2
norm2(int[], double[], int[], double[]) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
calculate ||x-y||^2
norm2(double[], double[]) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Calculates the L2-norm, i.e.
norm_l2(double[]) - Method in class edu.udo.cs.myRVM.Model
Create and save data that ist used in our 2d-matlab visualisations.
norm_l2(double[]) - Method in class edu.udo.cs.yale.operator.generator.SincFunction
 
NormalDistribution - Class in edu.udo.cs.yale.operator.learner
Normaldistribution is a distribution, calculating the probaility for a given value from an gaussian normal distribution.
NormalDistribution(double, double) - Constructor for class edu.udo.cs.yale.operator.learner.NormalDistribution
 
Normalization - Class in edu.udo.cs.yale.operator.preprocessing.normalization
This operator performs a normalization.
Normalization(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.normalization.Normalization
Creates a new Normalization operator.
NormalizationGenerator - Class in edu.udo.cs.yale.generator
Creates the normalized value of all input attributes, i.e. calculates
(value - min) / (max - min) for normalization between 0 and 1 and (value - min) / (max - min) * (MAX - MIN) + MIN for normalization between MIN and MAX.
NormalizationGenerator() - Constructor for class edu.udo.cs.yale.generator.NormalizationGenerator
Creates a new normalization generator.
NormalizationGenerator(double, double) - Constructor for class edu.udo.cs.yale.generator.NormalizationGenerator
Creates a new normalization operator which normalizes the values between min and max.
NORMALIZATIONS - Static variable in class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
NormalizedAbsoluteError - Class in edu.udo.cs.yale.operator.performance
Normalized absolute error is the total absolute error normalized by the error simply predicting average of the actual values.
NormalizedAbsoluteError() - Constructor for class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
normY(double) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
NORTH_PAINT - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
northHeight - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
nr_attributes - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
nr_attributes - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
nr_atts - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
nr_atts - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
nr_atts - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
nr_components - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
nr_components - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
nr_components - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
nr_components - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
nr_components - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
nr_iterations - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
nr_samples - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
nr_samples - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
nr_samples - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
nr_series - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
NUM_OF_HEADER_ROWS - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
NUM_OF_ITERATIONS - Static variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Name of the variable specifying the maximal number of iterations of the learner.
NUM_OF_ITERATIONS - Static variable in class edu.udo.cs.yale.operator.learner.meta.Bagging
Name of the variable specifying the maximal number of iterations of the learner.
NUM_OF_ITERATIONS - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Name of the variable specifying the maximal number of iterations of the learner.
NUM_OF_ITERATIONS - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Name of the variable specifying the maximal number of iterations of the learner.
NUMBER - Static variable in class edu.udo.cs.yale.operator.generator.CheckerboardClassificationFunction
 
number - Variable in class edu.udo.cs.yale.operator.meta.XVPrediction
 
number - Variable in class edu.udo.cs.yale.operator.validation.WrapperXValidation
Total number of iterations.
number - Variable in class edu.udo.cs.yale.operator.validation.XValidation
 
number - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.Group
 
number_atts - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
number_atts - Variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
NUMBER_FORMAT - Static variable in class edu.udo.cs.yale.tools.Tools
Used for formatting values in the Tools.formatNumber(double) method.
NUMBER_OF_ATTRIBUTES - Static variable in class edu.udo.cs.yale.operator.generator.MultipleLabelGenerator
 
NUMBER_OF_CONDITIONS - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
NUMBER_OF_MEASUREMENTS - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
NUMBER_OF_NEGATIVE_DOTS - Static variable in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
NUMBER_OF_POSITIVE_DOTS - Static variable in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
NUMBER_OF_RECENT_FILES - Static variable in class edu.udo.cs.yale.gui.YaleGUI
 
number_of_samples - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
number_of_samples - Variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
NUMBER_OF_SPECIAL_COLUMNS - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
NUMBER_OF_STYLES - Static variable in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
NUMBER_OF_SUPPORT_POINTS - Static variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
NUMBER_OF_TICS - Static variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
NUMBER_OF_TURNS - Static variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The number of turns.
NUMBER_OF_USER_CRITERIA - Static variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
The number of allowed user criteria.
numberOfAttributes - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The number of attributes.
numberOfAttributes - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
numberOfAttributes - Variable in class edu.udo.cs.yale.operator.learner.DistributionModel
 
numberOfAttributes - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
The number of attributes.
numberOfAttributes - Variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
numberOfAttributes - Variable in class edu.udo.cs.yale.test.ExampleSetSampleTest
 
numberOfClasses - Variable in class edu.udo.cs.yale.operator.learner.DistributionModel
 
numberOfClasses - Variable in class edu.udo.cs.yale.operator.learner.meta.ClassificationByRegression
 
numberOfCombinations - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
numberOfCombinations - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
numberOfCombinations - Variable in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
numberOfCombinations - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
numberOfConstructed - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
numberOfExamples - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
numberOfExamples - Variable in class edu.udo.cs.yale.test.ExampleSetSampleTest
 
numberOfIndividuals - Variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
The size of the population.
numberOfLiterals - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Counts the total number literals that have been constructed.
numberOfMissingValues - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
numberOfNeighbours - Variable in class edu.udo.cs.yale.tools.math.SimplePeakFinder
 
numberOfNewAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
Maximal number of newly generated attributes.
numberOfOriginal - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
numberOfRegularAttributes - Variable in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
numberOfSamples - Variable in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
Indicates the number of examples which should be randomly generated to check equivalency.
numberOfSolutions - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Parameter k of the GSS algorithm
numberOfSpecialAttributeRows - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
 
numberOfSpecialAttributes - Variable in class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
numberOfSteps - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
numberOfSteps - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
numberOfSteps - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
numerical - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
NUMERICAL - Static variable in class edu.udo.cs.yale.tools.Ontology
 
NUMERICAL_ATTRIBUTES - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
NUMERICAL_CLASS - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
NumericalAttribute - Class in edu.udo.cs.yale.example
This class holds all information on a single numerical attribute.
NumericalAttribute(String) - Constructor for class edu.udo.cs.yale.example.NumericalAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
NumericalAttribute(String, int) - Constructor for class edu.udo.cs.yale.example.NumericalAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
NumericalAttributeStatistics - Class in edu.udo.cs.yale.example
Attribute statistics object for numerical attributes.
NumericalAttributeStatistics() - Constructor for class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
NumericToBinary - Class in edu.udo.cs.yale.operator.preprocessing.filter
Converts all numerical attributes to binary ones.
NumericToBinary(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.NumericToBinary
 
numInstances() - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Returns the number of instances.
numVectors - Variable in class edu.udo.cs.myRVM.Model
 


O

obfuscateAttribute(Attribute, Map<String, String>, RandomGenerator) - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
Obfuscator - Class in edu.udo.cs.yale.operator.preprocessing
This operator takes an ExampleSet as input and maps all nominal values to randomly created strings.
Obfuscator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
objectArray - Variable in class edu.udo.cs.yale.operator.io.IOObjectWriter
 
objectArray - Variable in class edu.udo.cs.yale.operator.IOConsumeOperator
 
objectArray - Variable in class edu.udo.cs.yale.operator.IOMultiplyOperator
 
objectTest(String, DataRowFactory) - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
ObjectVisualizer - Interface in edu.udo.cs.yale
Interface managing the visualization of objects.
objectVisualizers - Static variable in class edu.udo.cs.yale.tools.ObjectVisualizerService
 
ObjectVisualizerService - Class in edu.udo.cs.yale.tools
This class provides the management of ObjectVisualizers.
ObjectVisualizerService() - Constructor for class edu.udo.cs.yale.tools.ObjectVisualizerService
 
occurences - Variable in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
OFF - Static variable in class edu.udo.cs.yale.tools.LogService
For switching off logging during testing.
ok() - Method in class edu.udo.cs.yale.gui.dialog.ExperimentInfoScreen
 
ok() - Method in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
ok - Variable in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
ok() - Method in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
ok() - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
ok - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
ok - Variable in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
ok() - Method in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
ok() - Method in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
ok() - Method in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
ok - Variable in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
ok() - Method in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
ok - Variable in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
ok() - Method in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
ok - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
ok() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
oldWeight - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
oldWeights - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
 
oldWeights - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
oldWeights - Variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
ON_EXIT - Static variable in class edu.udo.cs.yale.tools.TempFileService
 
ONE_POINT - Static variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
oneClass - Variable in class edu.udo.cs.yale.operator.postprocessing.Threshold
The second class.
OneThirdClassification - Class in edu.udo.cs.yale.operator.generator
The label is positive if att1 < 0.3333 and="and" negative="negative" else.="else." OneThirdClassification() - Constructor for class edu.udo.cs.yale.operator.generator.OneThirdClassification
 
OneVariableNonLinearFunction - Class in edu.udo.cs.yale.operator.generator
The label is 3*att1*att1*att1 - att1*att1 + 1000 / abs(att1) + 2000 * abs(att1).
OneVariableNonLinearFunction() - Constructor for class edu.udo.cs.yale.operator.generator.OneVariableNonLinearFunction
 
Ontology - Class in edu.udo.cs.yale.tools
Very simple ontology class.
Ontology(int[], String[]) - Constructor for class edu.udo.cs.yale.tools.Ontology
Constructs a new ontology where each of the entries points to its parent.
op - Variable in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting.PSOWeightingOptimization
 
OPEN - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
open() - Method in class edu.udo.cs.yale.gui.MainFrame
 
open(File) - Method in class edu.udo.cs.yale.gui.MainFrame
 
open(File, boolean) - Method in class edu.udo.cs.yale.gui.MainFrame
 
OPEN_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
OPEN_ATTRIBUTE_FILE_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
openAttributeFile() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
openAttributeFile(File) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
openNodes - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
operate(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
Determines the applicable generators and generates up to numberOfNewAttributes new attributes.
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.ConstantGeneration
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.IndividualOperator
Subclasses must implement this method providing a list of new individuals.
operate(Population) - Method in class edu.udo.cs.yale.operator.features.IndividualOperator
Operates on all individuals, removes the original individuals and adds the new ones.
operate(Population) - Method in class edu.udo.cs.yale.operator.features.KeepBest
 
operate(Population) - Method in interface edu.udo.cs.yale.operator.features.PopulationOperator
Modifies the population.
operate(Population) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.RedundanceRemoval
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.RemoveUselessAttributes
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.selection.BackwardElimination
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.BestSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.BoltzmannSelection
Applies the method from the superclass and decreases the temperature in the adaptive case.
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.CutSelection
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.selection.ForwardSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.RankSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.selection.SelectionMutation
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.selection.SwitchingForwardSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.selection.UniformSelection
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.weighting.SimpleWeighting
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
 
operate(Population) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
operate(Individual) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
operate(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.BoltzmannSelection
Applies the method from the superclass and decreases the temperature in the adaptive case.
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Crossover
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.CutSelection
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ElitistSelection
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
Performs non-dominated sorting selection from NSGA-II.
operate(Population) - Method in interface edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationOperator
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
 
operate(Population) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
 
OPERATOR - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
operator - Variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
operator - Variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
operator - Variable in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
operator - Variable in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
operator - Variable in class edu.udo.cs.yale.Main.WaitForKeyThread
 
operator - Variable in exception edu.udo.cs.yale.operator.IllegalInputException
 
operator - Variable in class edu.udo.cs.yale.operator.meta.ESParameterOptimization
The parent operator.
operator - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
operator - Variable in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
operator - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
Operator - Class in edu.udo.cs.yale.operator
An operator accepts an array of input objects and generates an array of output objects that can be processed by other operators.
Operator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.Operator
Creates an unnamed operator.
operator - Variable in exception edu.udo.cs.yale.operator.UserError
 
operator - Variable in exception edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException
 
OPERATOR_CHAIN_SELECTED - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
OPERATOR_DESCRIPTION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
OPERATOR_NAME - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
OPERATOR_SELECTED - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
operatorAdded(Operator) - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
operatorAdded(Operator) - Method in interface edu.udo.cs.yale.operator.AddListener
 
operatorChain - Variable in exception edu.udo.cs.yale.operator.IllegalNumberOfInnerOperatorsException
 
OperatorChain - Class in edu.udo.cs.yale.operator
A chain of operators that is subsequently applied.
OperatorChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.OperatorChain
Creates an empty operator chain.
operatorCombo - Variable in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
operatorCombo - Variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
operatorCombo - Variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
OperatorCreationException - Exception in edu.udo.cs.yale.operator
Exception class whose instances are thrown during the creation of operators.
OperatorCreationException(int, String, Throwable) - Constructor for exception edu.udo.cs.yale.operator.OperatorCreationException
Code must be one of the constants of this class.
operatorDescription - Variable in class edu.udo.cs.yale.operator.Operator
The operator description of this operator (icon, classname, description, ...).
OperatorDescription - Class in edu.udo.cs.yale.operator
Data container for name, class, short name, path and the (very short) description of an operator.
OperatorDescription(ClassLoader, String, String, String, String, String, String) - Constructor for class edu.udo.cs.yale.operator.OperatorDescription
Creates a new operator description object.
OperatorDocGenerator - Interface in edu.udo.cs.yale.doc
Generates the documentation for operators.
OperatorEnabler - Class in edu.udo.cs.yale.operator.meta
This operator can be used to enable and disable other operators.
OperatorEnabler(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.OperatorEnabler
 
OperatorException - Exception in edu.udo.cs.yale.operator
Exception class whose instances are thrown by instances of the class Operator or of one of its subclasses.
OperatorException() - Constructor for exception edu.udo.cs.yale.operator.OperatorException
 
OperatorException(String) - Constructor for exception edu.udo.cs.yale.operator.OperatorException
 
OperatorException(String, Throwable) - Constructor for exception edu.udo.cs.yale.operator.OperatorException
 
operatorInfo - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
OperatorInfoPanel - Class in edu.udo.cs.yale.gui.dialog
An info panel for operators.
OperatorInfoPanel(OperatorDescription) - Constructor for class edu.udo.cs.yale.gui.dialog.OperatorInfoPanel
 
OperatorInfoScreen - Class in edu.udo.cs.yale.gui.dialog
An info screen for operators.
OperatorInfoScreen(Frame, Operator) - Constructor for class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
operatorList - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
OperatorMenu - Class in edu.udo.cs.yale.gui.operatormenu
This is the abstract superclass for all menu containing operators.
OperatorMenu(String, boolean) - Constructor for class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
operatorNameMap - Variable in class edu.udo.cs.yale.Experiment
 
operatorPanel - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer
 
OperatorPropertyTable - Class in edu.udo.cs.yale.gui.properties
This is the most important implementation of PropertyTable.
OperatorPropertyTable(MainFrame) - Constructor for class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
OperatorRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
Superclass for renderers that can display operators.
OperatorRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
operators - Variable in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
operators - Variable in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
The operators for which parameters should be optimized.
operators - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
operators - Variable in class edu.udo.cs.yale.operator.OperatorChain
The inner operators.
operators - Variable in class edu.udo.cs.yale.tools.GroupTree
The list of operator in this group.
OperatorService - Class in edu.udo.cs.yale.tools
This class reads the description of the YALE operators.
OperatorService() - Constructor for class edu.udo.cs.yale.tools.OperatorService
 
operatorTree - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
operatorTree - Variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
OperatorTree - Class in edu.udo.cs.yale.gui.operatortree
Displays the experiment as a JTree.
OperatorTree(MainFrame) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree
Creates a new operator tree.
operatorTree - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
The operator tree.
OperatorTree.AddAllBreakpointsAction - Class in edu.udo.cs.yale.gui.operatortree
Action for expanding the complete tree.
OperatorTree.AddAllBreakpointsAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.AddAllBreakpointsAction
 
OperatorTree.CollapseAllAction - Class in edu.udo.cs.yale.gui.operatortree
Action for collapsing the complete tree.
OperatorTree.CollapseAllAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.CollapseAllAction
 
OperatorTree.CopyAction - Class in edu.udo.cs.yale.gui.operatortree
Action for copying the selected operator.
OperatorTree.CopyAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.CopyAction
 
OperatorTree.CutAction - Class in edu.udo.cs.yale.gui.operatortree
Action for cutting the selected operator.
OperatorTree.CutAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.CutAction
 
OperatorTree.DeleteOperatorAction - Class in edu.udo.cs.yale.gui.operatortree
Action for deleting the selected operator.
OperatorTree.DeleteOperatorAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.DeleteOperatorAction
 
OperatorTree.ExpandAllAction - Class in edu.udo.cs.yale.gui.operatortree
Action for expanding the complete tree.
OperatorTree.ExpandAllAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.ExpandAllAction
 
OperatorTree.InfoOperatorAction - Class in edu.udo.cs.yale.gui.operatortree
Action for showing information about the selected operator.
OperatorTree.InfoOperatorAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.InfoOperatorAction
 
OperatorTree.NewBuildingBlockAction - Class in edu.udo.cs.yale.gui.operatortree
Action for adding a new building block.
OperatorTree.NewBuildingBlockAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewBuildingBlockAction
 
OperatorTree.NewOperatorAction - Class in edu.udo.cs.yale.gui.operatortree
Action for adding a new operator.
OperatorTree.NewOperatorAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewOperatorAction
 
OperatorTree.PasteAction - Class in edu.udo.cs.yale.gui.operatortree
Action for pasting the clip boad operator into the tree.
OperatorTree.PasteAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.PasteAction
 
OperatorTree.RemoveAllBreakpointsAction - Class in edu.udo.cs.yale.gui.operatortree
Action for expanding the complete tree.
OperatorTree.RemoveAllBreakpointsAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.RemoveAllBreakpointsAction
 
OperatorTree.RenameOperatorAction - Class in edu.udo.cs.yale.gui.operatortree
Action for renaming the selected operator.
OperatorTree.RenameOperatorAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.RenameOperatorAction
 
OperatorTree.SaveBuildingBlockAction - Class in edu.udo.cs.yale.gui.operatortree
Action for saving the selected operator as building block.
OperatorTree.SaveBuildingBlockAction() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.SaveBuildingBlockAction
 
OperatorTree.ToggleActivationItem - Class in edu.udo.cs.yale.gui.operatortree
Item for toggling the activation state of the selected operator.
OperatorTree.ToggleActivationItem(boolean) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleActivationItem
 
OperatorTree.ToggleBreakpointItem - Class in edu.udo.cs.yale.gui.operatortree
Items for toggling breakpoint states.
OperatorTree.ToggleBreakpointItem(int) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleBreakpointItem
 
OperatorTree.ToggleShowDisabledItem - Class in edu.udo.cs.yale.gui.operatortree
Item for toggling if disabled operator should be shown by the tree.
OperatorTree.ToggleShowDisabledItem(boolean) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleShowDisabledItem
 
OperatorTreeCellEditor - Class in edu.udo.cs.yale.gui.operatortree
Editor for tree cells that displays a text field to change the operator name.
OperatorTreeCellEditor(JTree) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellEditor
 
OperatorTreeCellRenderer - Class in edu.udo.cs.yale.gui.operatortree
A renderer for operator tree cells that displays the operator's icon, name, class, breakpoints and error hints.
OperatorTreeCellRenderer() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer
 
OperatorTreeCellRenderer.OperatorPanel - Class in edu.udo.cs.yale.gui.operatortree
The panel which will be used for the actual rendering.
OperatorTreeCellRenderer.OperatorPanel() - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
OperatorTreeModel - Class in edu.udo.cs.yale.gui.operatortree
A TreeModel hiding an operator (which itself already has a tree-like structure).
OperatorTreeModel(Operator, OperatorTree) - Constructor for class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Creates a new operator tree model.
OperatorValueValueCellEditor - Class in edu.udo.cs.yale.gui.properties
Parameter editor for ParameterTypeValue, i.e. the parameter type for values which are provided by operators.
OperatorValueValueCellEditor(ParameterTypeValue, Experiment) - Constructor for class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
optimization - Variable in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
optimization - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
The optimization procedure.
Optimization - Interface in edu.udo.cs.yale.tools.math.optimization
General interface for all optimization methods.
optimizationFunction - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
This function is to maximize.
OptimizationFunction - Interface in edu.udo.cs.yale.operator.learner.kernel.evosvm
Subclasses might implement the optimization function in different ways, e.g.
optimizationFunction - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
This function is to maximize.
optimize() - Method in class edu.udo.cs.mySVM.SVM.SVM
Calls the optimizer
optimize() - Method in class edu.udo.cs.mySVM.SVM.SVMpattern
Calls the optimizer
optimize() - Method in class edu.udo.cs.mySVM.SVM.SVMregression
Calls the optimizer
optimize() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Starts the optimization.
optimize() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Invoke this method for optimization.
optimize() - Method in interface edu.udo.cs.yale.tools.math.optimization.Optimization
Should be invoked to start optimization.
optimizer - Variable in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
The actual optimizer.
optional - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
optional - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
optional - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
ORDER - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
ORDER_ORIGINAL - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
ORDER_RANDOM - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
ORDER_REVERSE - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
ORDERED - Static variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Indicates a ordered column mapping.
ORDERED - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Indicates a ordered column mapping.
ORDERED - Static variable in class edu.udo.cs.yale.tools.Ontology
 
orderRandomSeed - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Currently used random seed for random ordering.
orderRandomSeed - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Currently used random seed for random ordering.
orderWeights(double[], int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
Order the subarry from index anfang to index ende with QuickSort Also the attribute_index is ordered.
orderWeights(double[]) - Method in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
Order weights with QuickSort.
ORDINAL - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
ordinalNumber(int) - Static method in class edu.udo.cs.yale.tools.Tools
Returns the name for an ordinal number.
original - Variable in class edu.udo.cs.yale.operator.features.selection.ForwardSelection
 
ORIGINAL_NUMBER_OF_ATTRIBUTES - Static variable in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
ORIGINAL_WEIGHTS - Static variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates that the the actual weights should be used for sorting.
originalAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
originalAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
originalAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
List of AttributeReferences.
originalAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
originalExampleSet - Variable in class edu.udo.cs.yale.gui.viewer.DataViewer
 
originalExampleSet - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
The original example set.
out - Variable in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
out - Variable in class edu.udo.cs.yale.tools.log.StreamMultiplier
The writers to write the contents to.
out - Static variable in class edu.udo.cs.yale.tools.ResultService
 
outliers - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.CommandLineOperator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.AttributeWeightsApplier
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.construction.FeatureGenerationOperator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.FourierTransform
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.weighting.ComponentWeights
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.generator.ExampleSetGenerator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.generator.NominalExampleSetGenerator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ArffExampleSetWriter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeSetLoader
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeSetWriter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeWeightsLoader
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.AttributeWeightsWriter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ExampleSource
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ModelLoader
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ModelWriter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.io.ThresholdWriter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.ParameterCloner
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.meta.XVPrediction
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.ExampleFilter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.IdTagging
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.preprocessing.NoiseOperator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.visualization.ExampleVisualizationOperator
 
OUTPUT_CLASSES - Static variable in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
OUTPUT_CLASSES_LIST - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
outputBehaviour - Variable in class edu.udo.cs.yale.operator.IODescription
 
outputClass - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
outputClasses - Variable in class edu.udo.cs.yale.operator.IODescription
 
outputStream - Variable in class edu.udo.cs.yale.gui.MessageViewer
A stream that can be used to print to this text area.
OutputStreamMultiplier - Class in edu.udo.cs.yale.tools
A stream that writes all that is written to it to a set of other output streams.
OutputStreamMultiplier(OutputStream[]) - Constructor for class edu.udo.cs.yale.tools.OutputStreamMultiplier
 
overwrite - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 

P

p - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
p - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
paint(Graphics) - Method in class edu.udo.cs.yale.gui.dialog.AboutBox.LogoDrawer
 
paint(Graphics) - Method in class edu.udo.cs.yale.gui.dialog.InfoBox
 
paint(Graphics) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
paint(Graphics) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
paint(Graphics) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
paint2DPlots(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
paintAndrewsPlot(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Invokes super method and sets correct color schemes.
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
paintComponent(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
paintDensity(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
paintHistogram(Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
paintIcon(Component, Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter.RectangleStyleIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyleIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter.RectangleStyleIcon
 
paintParallelPlot(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
paintPlotter(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.GridVizPlotter
 
paintPlotter(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
paintPoints(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
paintQuartile(Graphics2D, Quartile, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
paintQuartiles(Graphics2D, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
paintSurveyColumn(Graphics, int, float, float) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
paintSurveyPlot(Graphics) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
pair - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.OperatorParameterPair
 
panel - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
panel - Variable in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
panel - Variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
panel - Variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
parallel(Matrix) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
ParallelPlotter - Class in edu.udo.cs.yale.gui.plotter
This plotter plots the data in parallel coordinates.
ParallelPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
ParallelPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
parameter - Variable in class edu.udo.cs.myGP.GPBase
 
Parameter - Class in edu.udo.cs.myGP
Holds the GP parameters
Parameter() - Constructor for class edu.udo.cs.myGP.Parameter
 
Parameter - Class in edu.udo.cs.myRVM
Holds the RVM parameters
Parameter() - Constructor for class edu.udo.cs.myRVM.Parameter
 
parameter - Variable in class edu.udo.cs.myRVM.RVMBase
 
parameter - Variable in class edu.udo.cs.yale.operator.InputDescription
Indicates if the operator at hand should define a parameter so that the user can decide if the input should be consumed.
parameter - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
parameter - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
Parameter.GPType - Class in edu.udo.cs.myGP
 
Parameter.GPType(String) - Constructor for class edu.udo.cs.myGP.Parameter.GPType
 
Parameter.RVMType - Class in edu.udo.cs.myRVM
 
Parameter.RVMType(String) - Constructor for class edu.udo.cs.myRVM.Parameter.RVMType
 
PARAMETER_DESCRIPTION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
PARAMETER_ITEM - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
PARAMETER_LIST - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
PARAMETER_NAME_OPT - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
PARAMETER_NAME_REQ - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
ParameterCloner - Class in edu.udo.cs.yale.operator.meta
Sets a list of parameters using existing parameter values.
ParameterCloner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterCloner
 
parameterCombo - Variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
ParameterIteration - Class in edu.udo.cs.yale.operator.meta
In contrast to the ParameterOptimizationOperator operator this operators simply uses the defined parameters and perform the inner operators for all possible combinations.
ParameterIteration(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterIteration
 
parameterKey - Variable in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
parameterList - Variable in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
parameterList - Variable in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
parameterList - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
parameterName - Variable in class edu.udo.cs.yale.operator.InputDescription
The parameter name.
ParameterOptimizationOperator - Class in edu.udo.cs.yale.operator.meta
This operator provides basic functions for all other parameter optimization operators.
ParameterOptimizationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterOptimizationOperator
 
parameters - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
0: operator, 1: parameter key
parameters - Variable in class edu.udo.cs.yale.gui.templates.Template
 
parameters - Variable in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
The names of the parameters which should be optimized.
parameters - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
parameters - Variable in class edu.udo.cs.yale.operator.Operator
Parameters for this Operator.
Parameters - Class in edu.udo.cs.yale.operator.parameter
This class is a collection of the parameter values of a single operator.
Parameters() - Constructor for class edu.udo.cs.yale.operator.parameter.Parameters
Creates an empty parameters object without any parameter types.
Parameters(List<ParameterType>) - Constructor for class edu.udo.cs.yale.operator.parameter.Parameters
Constructs an instance of Parameters for the given list of ParameterTypes.
parameters - Variable in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
parameters_working_set_size - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
ParameterService - Class in edu.udo.cs.yale.tools
This class loads the yalrc property files and provides methods to access them.
ParameterService() - Constructor for class edu.udo.cs.yale.tools.ParameterService
 
ParameterSet - Class in edu.udo.cs.yale.operator.meta
A set of parameters generated by a ParameterOptimizationOperator.
ParameterSet() - Constructor for class edu.udo.cs.yale.operator.meta.ParameterSet
Private constructor for the read() method.
ParameterSet(Operator[], String[], String[], PerformanceVector) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterSet
Constructs a new ParameterSet.
ParameterSet.ParameterValue - Class in edu.udo.cs.yale.operator.meta
The best value of a parameter of an operator.
ParameterSet.ParameterValue(String, String, String) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
ParameterSetLoader - Class in edu.udo.cs.yale.operator.io
Reads a set of parameters from a file that was written by a ParameterOptimizationOperator.
ParameterSetLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ParameterSetLoader
 
ParameterSetter - Class in edu.udo.cs.yale.operator.meta
Sets a set of parameters.
ParameterSetter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.ParameterSetter
 
ParameterSetWriter - Class in edu.udo.cs.yale.operator.io
Writes a parameter set into a file.
ParameterSetWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ParameterSetWriter
 
ParameterType - Class in edu.udo.cs.yale.operator.parameter
A ParameterType holds information about type, range, and default value of a parameter.
ParameterType(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterType
Creates a new ParameterType.
ParameterTypeAttributeFile - Class in edu.udo.cs.yale.operator.parameter
A parameter type for parameters which stands for attribute description files (Yale XML descriptions).
ParameterTypeAttributeFile(String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeAttributeFile
 
ParameterTypeAttributeFile(String, String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeAttributeFile
 
ParameterTypeBoolean - Class in edu.udo.cs.yale.operator.parameter
A parameter type for boolean parameters.
ParameterTypeBoolean(String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeBoolean
 
ParameterTypeCategory - Class in edu.udo.cs.yale.operator.parameter
A parameter type for categories.
ParameterTypeCategory(String, String, String[], int) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
ParameterTypeColor - Class in edu.udo.cs.yale.operator.parameter
A parameter type for files.
ParameterTypeColor(String, String, Color) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeColor
 
ParameterTypeColor(String, String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeColor
 
ParameterTypeConfiguration - Class in edu.udo.cs.yale.operator.parameter
This parameter type will lead to a GUI element which can be used as initialization for a sort of operator configuration wizard.
ParameterTypeConfiguration(Class<? extends ConfigurationWizardCreator>, ConfigurationListener) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
ParameterTypeDirectory - Class in edu.udo.cs.yale.operator.parameter
A parameter type for directories.
ParameterTypeDirectory(String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeDirectory
 
ParameterTypeDirectory(String, String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeDirectory
 
ParameterTypeDouble - Class in edu.udo.cs.yale.operator.parameter
A parameter type for double values.
ParameterTypeDouble(String, String, double, double) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double, double) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeDouble
 
ParameterTypeFile - Class in edu.udo.cs.yale.operator.parameter
A parameter type for files.
ParameterTypeFile(String, String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
Creates a new parameter type for files with the given extension.
ParameterTypeFile(String, String, String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeFile
Creates a new parameter type for file with the given extension.
ParameterTypeInnerOperator - Class in edu.udo.cs.yale.operator.parameter
Helper class for GUI purposes.
ParameterTypeInnerOperator(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeInnerOperator
 
ParameterTypeInt - Class in edu.udo.cs.yale.operator.parameter
A parameter type for integer values.
ParameterTypeInt(String, String, int, int) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int, int) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeInt
 
ParameterTypeList - Class in edu.udo.cs.yale.operator.parameter
A parameter type for parameter lists.
ParameterTypeList(String, String, ParameterType) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
ParameterTypeList(String, String, ParameterType, List) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
ParameterTypeNumber - Class in edu.udo.cs.yale.operator.parameter
An abstract superclass for all numerical parameter types.
ParameterTypeNumber(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeNumber
 
ParameterTypeParameterValue - Class in edu.udo.cs.yale.operator.parameter
Helper class for GUI purposes.
ParameterTypeParameterValue(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeParameterValue
 
ParameterTypePassword - Class in edu.udo.cs.yale.operator.parameter
A parameter for passwords.
ParameterTypePassword(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypePassword
 
parameterTypes - Variable in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
parameterTypes - Variable in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
parameterTypes - Variable in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
ParameterTypeSingle - Class in edu.udo.cs.yale.operator.parameter
An abstract superclass for single, i.e. non-list, parameters.
ParameterTypeSingle(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeSingle
 
ParameterTypeString - Class in edu.udo.cs.yale.operator.parameter
A parameter type for String values.
ParameterTypeString(String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
ParameterTypeString(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
ParameterTypeString(String, String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
ParameterTypeStringCategory - Class in edu.udo.cs.yale.operator.parameter
A parameter type for categories.
ParameterTypeStringCategory(String, String, String[]) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
ParameterTypeStringCategory(String, String, String[], String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
ParameterTypeValue - Class in edu.udo.cs.yale.operator.parameter
A helper class for GUI purposes which allows for more sophisticated and automatic parameter creations.
ParameterTypeValue(String, String) - Constructor for class edu.udo.cs.yale.operator.parameter.ParameterTypeValue
 
parameterValue - Variable in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
ParameterValueKeyCellEditor - Class in edu.udo.cs.yale.gui.properties
Parameter editor for ParameterTypeValue.
ParameterValueKeyCellEditor(ParameterTypeParameterValue, OperatorChain) - Constructor for class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
parameterValues - Variable in class edu.udo.cs.yale.operator.meta.ParameterSet
 
parent - Variable in class edu.udo.cs.yale.example.ConditionExampleReader
The example reader that provides a complete example set.
parent - Variable in class edu.udo.cs.yale.operator.Operator
Its parent, if part of an operator chain.
parent - Variable in class edu.udo.cs.yale.tools.GroupTree
The parent of this group.
parentId - Variable in class edu.udo.cs.yale.tools.Ontology
The parent's index in the array.
parentOperator - Variable in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
parentOperator - Variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
parentReader - Variable in class edu.udo.cs.yale.example.WeightingExampleReader
The parent example reader.
ParetoOptimalSetOfModels - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
Each object of this class contains a sets of Pareto-optimal models, trading off the complexity of models against any performance metric.
ParetoOptimalSetOfModels() - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
ParetoOptimalSetOfModels(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
ParetoOptimalSetOfModels(Attribute, String, String) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
ParetoOptimalSetOfModels.ParetoModelWithScores - Class in edu.udo.cs.yale.operator.learner.meta.eaboost
 
ParetoOptimalSetOfModels.ParetoModelWithScores(Model, double[]) - Constructor for class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
parse(String) - Method in class edu.udo.cs.yale.example.AttributeParser
Parses one line.
parseAll(Reader) - Method in class edu.udo.cs.yale.example.AttributeParser
Parses all lines.
parseArguments(String[]) - Method in class edu.udo.cs.yale.Main
Parses the commandline arguments.
parseAttribute(String) - Method in class edu.udo.cs.yale.example.AttributeParser
 
parseAttributes(String) - Method in class edu.udo.cs.yale.example.AttributeParser
Recursively parses the string starting at the current position.
parseText(String) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
parseUnits(String) - Static method in class edu.udo.cs.yale.example.AbstractAttribute
Reads the units from a string as generated by unitToString.
Partition - Class in edu.udo.cs.yale.example
Implements a partition.
Partition(double[], int, PartitionBuilder) - Constructor for class edu.udo.cs.yale.example.Partition
Creates a new partition of a given size consisting of ratio.length sets.
Partition(int, int, PartitionBuilder) - Constructor for class edu.udo.cs.yale.example.Partition
Creates a new partition of a given size consisting of noPartitions equally sized sets.
Partition(int[], int) - Constructor for class edu.udo.cs.yale.example.Partition
Creates a partition from the given one.
Partition(Partition) - Constructor for class edu.udo.cs.yale.example.Partition
Clone constructor.
partition - Variable in class edu.udo.cs.yale.example.SplittedExampleSet
The partition.
partition - Variable in class edu.udo.cs.yale.example.SplittedExampleSetReader
The partition.
PartitionBuilder - Interface in edu.udo.cs.yale.example
Creates partitions from ratio arrays.
partitionSizes - Variable in class edu.udo.cs.yale.example.Partition
Size of the individual partitions.
PASS_UNUSED_INPUT_TO_OUTPUT - Static variable in class edu.udo.cs.yale.operator.IODescription
 
password - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
Remembers the password during connections.
passwordField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This field contains the password.
passwordFromTextField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
Indicates if the password was defined in the text field (and hence should be set as operator parameter).
PASTE_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
pattern - Variable in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
Indicates if the SVM is used for classification learning.
patternField - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
PCA - Class in edu.udo.cs.yale.operator.features.transformation
This operator performs a principal components analysis (PCA) using the covariance matrix.
PCA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.PCA
 
PCAModel - Class in edu.udo.cs.yale.operator.features.transformation
This is the transformation model of the principal components analysis.
PCAModel() - Constructor for class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
PCAModel(ExampleSet, double[], double[][]) - Constructor for class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
Peak - Class in edu.udo.cs.yale.tools.math
A peak with a index and a value.
Peak(double, double) - Constructor for class edu.udo.cs.yale.tools.math.Peak
 
peakFinder - Variable in class edu.udo.cs.yale.generator.SinusFactory
The algorithm to find the peaks in the frequency spectrum.
PeakFinder - Interface in edu.udo.cs.yale.tools.math
PeakFinder are objects which searches peaks in a given series of values.
PERCENT_FORMAT - Static variable in class edu.udo.cs.yale.tools.Tools
Used for formatting values in the Tools.formatPercent(double) method.
performAction(OperatorDescription) - Method in class edu.udo.cs.yale.gui.operatormenu.NewOperatorMenu
 
performAction(OperatorDescription) - Method in class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
performAction(OperatorDescription) - Method in class edu.udo.cs.yale.gui.operatormenu.ReplaceOperatorMenu
 
performAdditionalChecks() - Method in class edu.udo.cs.yale.Experiment
 
performAdditionalChecks() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
performAdditionalChecks() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
performAdditionalChecks() - Method in class edu.udo.cs.yale.operator.Operator
This method is invoked during the validation checks.
performAdditionalChecks() - Method in class edu.udo.cs.yale.operator.OperatorChain
This method invokes the additional check method for each child.
performance - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
 
performance - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
performance - Variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
performance - Variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
 
performance - Variable in class edu.udo.cs.yale.operator.meta.MartinsIterationOperator
 
performance - Variable in class edu.udo.cs.yale.operator.meta.ParameterIteration
 
performance - Variable in class edu.udo.cs.yale.operator.meta.ParameterSet
 
performance10x08 - Variable in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
performance20x04 - Variable in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
PERFORMANCE_COMPARATOR - Static variable in class edu.udo.cs.yale.operator.features.Population
 
PERFORMANCE_COMPARATOR - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
PerformanceComparator - Interface in edu.udo.cs.yale.operator.performance
Compares two PerformanceVectors.
PerformanceCriterion - Class in edu.udo.cs.yale.operator.performance
Each PerformanceCriterion contains a method to compute this criterion on a given set of examples, each which has to have a real and a predicted label.
PerformanceCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.PerformanceCriterion
 
PerformanceEvaluator - Class in edu.udo.cs.yale.operator.performance
A performance evaluator is an operator that expects a test ExampleSet as input, whose elements have both true and predicted labels, and delivers as output a list of performance values according to a list of performance criteria that it calculates.
PerformanceEvaluator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
 
performanceLabel - Variable in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
PerformanceLoader - Class in edu.udo.cs.yale.operator.io
Reads a performance vector from a given file.
PerformanceLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.PerformanceLoader
 
PerformanceSampleTest - Class in edu.udo.cs.yale.test
Performs the sample experiment and checks the output performance.
PerformanceSampleTest(String, String[], double[]) - Constructor for class edu.udo.cs.yale.test.PerformanceSampleTest
 
performanceVector - Variable in class edu.udo.cs.yale.operator.features.Individual
The performance this example set has achieved during evaluation.
PerformanceVector - Class in edu.udo.cs.yale.operator.performance
Handles several performance criteria.
PerformanceVector() - Constructor for class edu.udo.cs.yale.operator.performance.PerformanceVector
 
PerformanceVector.DefaultComparator - Class in edu.udo.cs.yale.operator.performance
The default performance comparator compares the main criterion of two performance vectors.
PerformanceVector.DefaultComparator() - Constructor for class edu.udo.cs.yale.operator.performance.PerformanceVector.DefaultComparator
 
PerformanceVector.DefaultComparator(double[]) - Constructor for class edu.udo.cs.yale.operator.performance.PerformanceVector.DefaultComparator
 
PerformanceWriter - Class in edu.udo.cs.yale.operator.io
Writes the input performance vector in a given file.
PerformanceWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.PerformanceWriter
 
performChecks(ExampleSet, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MultivariateSeries2WindowExamples
 
performChecks(ExampleSet, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
performChecks(ExampleSet, int, int, int, int) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.UnivariateSeries2WindowExamples
 
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.IndividualOperator
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.KeepBest
The default implementation returns true for every generation.
performOperation(int) - Method in interface edu.udo.cs.yale.operator.features.PopulationOperator
Indicates if the operation should be performed in the given generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
Returns true if the current generation modulo the plotGenerations parameter is zero.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.RedundanceRemoval
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.BestSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.CutSelection
 
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
 
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.RankSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.selection.UniformSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.CutSelection
 
performOperation(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
The default implementation returns true for every generation.
performOperation(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
The default implementation returns true for every generation.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Applies the model to each example of the example set.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.lazy.AverageModel
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Iterates over all models and averages confidences.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
Iterates over all classes of the label and applies one model for each class.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
Iterates over all classes of the label and applies one model for each class.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
Iterates over all examples and applies this model.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Subclasses should iterated through the given example set and set the prediction for each example.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.SimpleBinaryPredictionModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.SimplePredictionModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
performPrediction(ExampleSet, Attribute) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
performSelection(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
Performs non-dominated sorting selection from NSGA-II.
performSelection(List<AggregationIndividual>) - Method in interface edu.udo.cs.yale.operator.features.aggregation.AggregationSelection
 
performSelection(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
 
performSelection(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
Performs non-dominated sorting selection from NSGA-II.
performSelection(List<BoostingIndividual>) - Method in interface edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingSelection
 
performSelection(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingTournamentSelection
 
performSignificanceTest(PerformanceVector[], double) - Method in class edu.udo.cs.yale.operator.validation.significance.AnovaSignificanceTestOperator
 
performSignificanceTest(PerformanceVector[], double) - Method in class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
Returns the result of the significance test for the given performance vector collection.
performSignificanceTest(PerformanceVector[], double) - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator
 
performSignificanceTest() - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
PermutationOperator - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator creates a new, shuffled ExampleSet by making a new copy of the exampletable in main memory!
PermutationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.PermutationOperator
 
pGenerate - Variable in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
Probability to generate a new attribute.
phase - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
phi - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
PHI_t - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
pivotTransformQueue - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
PlattParameters - Class in edu.udo.cs.yale.operator.postprocessing
A convenience class that contains the parameters of a PlattScalingModel.
PlattParameters() - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
PlattParameters(double, double) - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
PlattScaling - Class in edu.udo.cs.yale.operator.postprocessing
A scaling operator, applying the original algorithm by Platt (1999) to turn confidence scores of boolean classifiers into probability estimates.
PlattScaling(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattScaling
 
PlattScalingModel - Class in edu.udo.cs.yale.operator.postprocessing
A model that contains a boolean classifier and a scaling operation that turns confidence scores into probability estimates.
PlattScalingModel() - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
PlattScalingModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
PlattScalingModel(Attribute, Model, PlattParameters) - Constructor for class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
Plot - Class in edu.udo.cs.yale.gui.plotter
This collection consists of all ColorPlotterPoints for a plot.
Plot(int) - Constructor for class edu.udo.cs.yale.gui.plotter.Plot
 
plotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
plotDimension - Variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
plotGenerations - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
Indicates in which generations the plot should be updated.
plotIndex - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
plotIndex - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
plotpanel - Variable in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
The actual plotter panel of JMathPlot.
plots - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
plotter - Variable in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
plotter - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
Plotter - Interface in edu.udo.cs.yale.gui.plotter
An interface for all data available plotters.
plotter - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
plotter - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The currently selected plotter object.
plotter - Variable in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
plotter - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
The plotter.
plotter - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
The plotter.
plotter - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
 
plotter - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingPopulationPlotter
The plotter.
plotter - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
The plotter.
PLOTTER_NAMES - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
Known plotter names.
PlotterAdapter - Class in edu.udo.cs.yale.gui.plotter
This adapter class can be used for simple plotter implementation which only need to overwrite the methods they need.
PlotterAdapter() - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
PlotterAdapter.LineStyle - Class in edu.udo.cs.yale.gui.plotter
The line style that should be used for plotting lines.
PlotterAdapter.LineStyle(Color, Stroke) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
 
PlotterAdapter.LineStyleIcon - Class in edu.udo.cs.yale.gui.plotter
This icon is displayed before the columns to indicate the color and line style (as a legend or key).
PlotterAdapter.LineStyleIcon(int) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyleIcon
 
PlotterCondition - Interface in edu.udo.cs.yale.gui.plotter.conditions
This condition class can be used to indicate that a plotter is only available for certain types of data tables, e.g. only for tables with a maximal number of columns.
PlotterLegend - Class in edu.udo.cs.yale.gui.plotter
This plotter legend component can be used by external plotter components.
PlotterLegend(PlotterAdapter) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
PlotterPanel - Class in edu.udo.cs.yale.gui.plotter
This is the main component for all data or statistics plotters.
PlotterPanel(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterPanel
Creates a new plotter panel based on the given DataTable object.
PlotterPanel.LineStyleCellRenderer - Class in edu.udo.cs.yale.gui.plotter
The line style rendered for the legend (or key).
PlotterPanel.LineStyleCellRenderer(Plotter) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
PlotterPoint - Class in edu.udo.cs.yale.gui.plotter
Helper class for the plotter point positions and colors.
PlotterPoint(double, double, double) - Constructor for class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
plotterPoints - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The list of all plotter points.
plotters - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
plotters - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
plotters - Variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
PLOTTERS - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
Known plotters.
plotters - Variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
plotterSize - Variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
plotterSize - Variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
plotterSize - Variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
plotterSize - Variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
Plugin - Class in edu.udo.cs.yale.tools.plugin
The class for Yale plugins.
Plugin(File) - Constructor for class edu.udo.cs.yale.tools.plugin.Plugin
Creates a new pluging based on the plugin .jar file.
PluginClassLoader - Class in edu.udo.cs.yale.tools.plugin
The class loader for a plugin (extending URLClassLoader).
PluginClassLoader(URL[]) - Constructor for class edu.udo.cs.yale.tools.plugin.PluginClassLoader
 
pluginDependencies - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The plugins and their versions which are needed for this plugin.
pMatrix - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
POINT_COLOR - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
POINT_TYPES - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
pointColor - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
pointColorIndex - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
points - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
POINTS - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
POINTSIZE - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
pointType - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
pointTypeSelection - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
PolynomialClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if (att1*att1*att1 + att2*att2 - att3*att3 + att4) > 0.
PolynomialClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.PolynomialClassificationFunction
 
PolynomialFunction - Class in edu.udo.cs.yale.operator.generator
The label is att1*att1*att1 + att2*att2 + att3.
PolynomialFunction() - Constructor for class edu.udo.cs.yale.operator.generator.PolynomialFunction
 
PolynomialKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of a Polynomial kernel of both examples.
PolynomialKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
 
POLYNOMINAL_ATTRIBUTES - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
POLYNOMINAL_CLASS - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
popOps - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Population operators.
popSize - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
The desired population size.
popSize - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.CutSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.RankSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.features.selection.UniformSelection
 
popSize - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
The desired population size.
popSize - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingTournamentSelection
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.CutSelection
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ElitistSelection
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
The desired population size.
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
popSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
 
population - Variable in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
population - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
Population - Class in edu.udo.cs.yale.operator.features
A set of individuals.
Population() - Constructor for class edu.udo.cs.yale.operator.features.Population
Construct an empty generation.
population - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The current population.
Population - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
A set of individuals.
Population() - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
Population - Class in edu.udo.cs.yale.tools.math.optimization.ec.pso
This object stores for each individual index the current values and the best value for the individual so far.
Population(int, int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
population - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
POPULATION_INIT_TYPES - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The names of the initialization types.
PopulationOperator - Interface in edu.udo.cs.yale.operator.features
An operator that modifies populations.
PopulationOperator - Interface in edu.udo.cs.yale.tools.math.optimization.ec.es
A population operator which can be applied on the population.
PopulationPlotter - Class in edu.udo.cs.yale.operator.features
Plots all individuals in performance space, i.e. the dimensions of the plot (color for the third dimension) corresponds to performance criteria.
PopulationPlotter() - Constructor for class edu.udo.cs.yale.operator.features.PopulationPlotter
Creates plotter panel which is repainted every generation.
PopulationPlotter(int, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.features.PopulationPlotter
Creates plotter panel which is repainted each plotGenerations generations.
PopulationPlotter - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Plots the current generation's Pareto set.
PopulationPlotter() - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
 
populationSize - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The number of individuals.
pos1 - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition.PivotTransform
 
pos2 - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition.PivotTransform
 
posIndex - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
position - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleBreakpointItem
 
POSITIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
POSITIVE_CLASS - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
positiveClassName - Variable in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
The positive class name.
positiveClassName - Variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
Name of the positive class.
positiveDots - Variable in class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
positiveWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Stores the weight of examples covered by this hypothesis with correct prediction.
postOps - Variable in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
PowerGenerator - Class in edu.udo.cs.yale.generator
This class has two numerical input attributes and one output attribute.
PowerGenerator() - Constructor for class edu.udo.cs.yale.generator.PowerGenerator
 
PRECISION - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
pred_label - Variable in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
PRED_TO_FILE - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
PREDEFINED_MACROS - Static variable in class edu.udo.cs.yale.MacroHandler
 
predict(Example) - Method in class edu.udo.cs.myKLR.KLR
 
predict(ExampleSet) - Method in class edu.udo.cs.myKLR.KLR
 
predict(ExampleSet) - Method in class edu.udo.cs.mySVM.SVM.SVM
predict values on the testset with model
predict(int) - Method in class edu.udo.cs.mySVM.SVM.SVM
 
predict(Example) - Method in class edu.udo.cs.mySVM.SVM.SVM
predict a single example
predict(ExampleSet) - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Perform a prediction of label for all examples.
predict(Example) - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Perform a prediction of label for all examples.
predict(Example) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
predict(Example) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
predict(Example) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
predict(Example) - Method in class edu.udo.cs.yale.operator.learner.SimpleBinaryPredictionModel
Applies the model to a single example and returns the predicted class value.
predict(Example) - Method in class edu.udo.cs.yale.operator.learner.SimplePredictionModel
Applies the model to a single example and returns the predicted class value.
predicted - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.ScoreNaNInfo
 
predictedAttribute - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
predictedAttribute - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
predictedAttribute - Variable in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
predictedLabel - Variable in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
PREDICTING - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
prediction - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
The index of the label class this rule predicts aka Y+ or Y-.
prediction - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
prediction - Variable in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
PREDICTION_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute prediction.
PredictionAverage - Class in edu.udo.cs.yale.operator.performance
Returns the average value of the prediction.
PredictionAverage() - Constructor for class edu.udo.cs.yale.operator.performance.PredictionAverage
 
PredictionModel - Class in edu.udo.cs.yale.operator.learner
PredictionModel is the superclass for all objects generated by learners, i.e.
PredictionModel() - Constructor for class edu.udo.cs.yale.operator.learner.PredictionModel
Invokes the super constructor.
PredictionModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.PredictionModel
 
predictions - Variable in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
predictionsFile - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
predvalues - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
prefix - Variable in class edu.udo.cs.yale.tools.ResourceSource
 
prefixMap - Variable in class edu.udo.cs.yale.example.SparseFormatDataRowReader
Maps prefixes to special attribute names, e.g.
preOps - Variable in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
prepareBatch(int, Iterator<Example>, Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
The preparation part collecting the examples of a batch, computing priors and resetting weights to 1.
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
prepareData() - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
prepareExtendedBatch(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Similar to prepareBatch, but for extended batches.
prepareRun(IOContainer) - Method in class edu.udo.cs.yale.Experiment
 
prepareSOM(DataTable, double, int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
prepareSOM(ExampleSet, int, int, int, double, double, double, double) - Method in class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
prepareWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Creates a weight attribute if not yet done.
prepareWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
prepareWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Creates a weight attribute if not yet done.
prepareWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Creates a weight attribute if not yet done and fills it with an initial value so that positive and negative examples are equally probable.
PREPEND - Static variable in class edu.udo.cs.yale.operator.io.IOContainerReader
 
prepend(IOObject) - Method in class edu.udo.cs.yale.operator.IOContainer
Creates a new IOContainer by adding the given object before the IOObjects of this container.
prepend(IOObject[]) - Method in class edu.udo.cs.yale.operator.IOContainer
Creates a new IOContainer by adding the given objects before the IOObjects of this container.
PreprocessingOperator - Class in edu.udo.cs.yale.operator.preprocessing
Superclass for all preprocessing operators.
PreprocessingOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
 
pressStart - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The point at which a mouse pressing started.
prevButton - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
previous() - Method in class edu.udo.cs.yale.gui.dialog.Tutorial
 
previous - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
previous - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
previous - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
primal - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
PrincipalComponentsTransformation - Class in edu.udo.cs.yale.operator.features.transformation
Builds the principal components of the given data.
PrincipalComponentsTransformation(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.PrincipalComponentsTransformation
 
print(Graphics, PageFormat, int) - Method in class edu.udo.cs.yale.gui.ComponentPrinter
 
print(Graphics) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
PRINT_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
print_statistics() - Method in class edu.udo.cs.mySVM.SVM.SVM
print statistics about result
print_statistics() - Method in class edu.udo.cs.mySVM.SVM.SVMpattern
 
print_to_stdout - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
printerJob - Variable in class edu.udo.cs.yale.gui.MainFrame
 
printTags(PrintWriter, String, int) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
printUsage() - Static method in class edu.udo.cs.yale.Main
 
priors - Variable in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
The default probability of the positive class
priors - Variable in class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
The prior probability of the two classes of the label.
priors - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
priors - Variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
prob - Variable in class edu.udo.cs.yale.operator.features.construction.ConstantGeneration
The probability for generating new constants.
prob - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
prob - Variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
prob - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
prob - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
prob - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Crossover
 
prob - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
prob - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
probability - Variable in class edu.udo.cs.yale.operator.features.selection.SelectionMutation
 
problem - Variable in class edu.udo.cs.myGP.GPBase
 
Problem - Class in edu.udo.cs.myGP
Holds the data defining the regression / classification problem to be learned. - All input vectors are assumed to have the same dimension. - All target vectors are assumed to have the same dimension
Problem(double[][], Kernel) - Constructor for class edu.udo.cs.myGP.Problem
Constructor
Problem - Class in edu.udo.cs.myRVM
Holds the data defining the regression / classification problem to be learned
Problem(double[][], KernelBasisFunction[]) - Constructor for class edu.udo.cs.myRVM.Problem
Constructor
problem - Variable in class edu.udo.cs.myRVM.RVMBase
 
probMatrix - Variable in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
processBreakpoint(IOContainer, int) - Method in class edu.udo.cs.yale.operator.Operator
 
PRODUCT - Static variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
PRODUCT_NAME_BACKGROUND - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
PRODUCT_NAME_FONT - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
PRODUCT_NAME_PAINT - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
PRODUCT_NAME_X - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
productFontSize - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
productName - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
productNameHeight - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
progressBar - Variable in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
progressBar - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
progressFinished() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
progressFinished() - Method in interface edu.udo.cs.yale.tools.math.som.ProgressListener
 
progressListener - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
ProgressListener - Interface in edu.udo.cs.yale.tools.math.som
This listener will be notified each time a step in progress was performed.
project_to_constraint() - Method in class edu.udo.cs.mySVM.SVM.SVM
Project variables to constraints
PROPERTY_TYPES - Static variable in class edu.udo.cs.yale.Yale
A set of all known system properties (starting with "yale.").
PropertyKeyCellEditor - Interface in edu.udo.cs.yale.gui.properties
Interface for all key cell renderers which can also be used as an editor of property / parameter tables.
propertyTable - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
propertyTable - Variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
PropertyTable - Class in edu.udo.cs.yale.gui.properties
A property table is a table for editing parameters of operators or other properties (like program settings).
PropertyTable() - Constructor for class edu.udo.cs.yale.gui.properties.PropertyTable
 
PropertyTable(String[]) - Constructor for class edu.udo.cs.yale.gui.properties.PropertyTable
 
PropertyValueCellEditor - Interface in edu.udo.cs.yale.gui.properties
Interface for all value cell editors of property / parameter tables.
prune(LinkedList<Integer>) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Create pruned versions of all important matrices / vectors so that only rows / columns matching the indices in basisSet are kept.
prune(LinkedList<Hypothesis>, double, double, double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Prunes the given list of hypothesis.
prunedNodes - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
PSOOptimization - Class in edu.udo.cs.yale.tools.math.optimization.ec.pso
This class performs the optimization of a value vector with a particle swarm approach.
PSOOptimization(int, int, int, int, double, double, double, double, double, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
Creates a new PSO optimization with the given parameters.
PSOSVM - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
This is a SVM implementation using a particle swarm optimization (PSO) approach to solve the dual optimization problem of a SVM.
PSOSVM(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVM
Creates a new SVM which uses a particle swarm optimization approach for optimization.
PSOSVMOptimization - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
PSO approach for SVM optimization.
PSOSVMOptimization(ExampleSet, Kernel, double, int, int, int, double, double, double, boolean, boolean, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
Creates a new evolutionary SVM optimization.
PSOWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This operator performs the weighting of features with a particle swarm approach.
PSOWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.PSOWeighting
 
PSOWeighting.PSOWeightingOptimization - Class in edu.udo.cs.yale.operator.features.weighting
The optimization class.
PSOWeighting.PSOWeightingOptimization(PSOWeighting, int, RandomGenerator) - Constructor for class edu.udo.cs.yale.operator.features.weighting.PSOWeighting.PSOWeightingOptimization
 
PTR - Variable in class edu.udo.cs.myRVM.Test.SECDTest
 
PTR - Variable in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
The matrix used to reverse the pivot-transformations used in decompose() to construct L (PTR = Pivot Transform Reverse): PTR * (L * L') * PTR' = A + E.
put_element(int, Object) - Method in class edu.udo.cs.mySVM.Util.Cache
put element in cache
put_optimizer_values() - Method in class edu.udo.cs.mySVM.SVM.SVM
Stores the optimizer results

Q

Q - Variable in class edu.udo.cs.myGP.Model
 
q - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
qp - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
QuadraticClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if (att1*att1*att1*att1) > 100.
QuadraticClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.QuadraticClassificationFunction
 
quadraticLossNeg - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
quadraticLossPos - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
QuadraticParameterOptimizationOperator - Class in edu.udo.cs.yale.operator.meta
This operator finds the optimal values for a set of parameters using a quadratic interaction model.
QuadraticParameterOptimizationOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.QuadraticParameterOptimizationOperator
 
quadraticProblem - Class in edu.udo.cs.mySVM.Optimizer
A quadratic optimization problem.
quadraticProblem() - Constructor for class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
quadraticProblemSMO - Class in edu.udo.cs.mySVM.Optimizer
A quadratic optimization problem.
quadraticProblemSMO() - Constructor for class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
quadraticProblemSMO(double, double, int) - Constructor for class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
Quartile - Class in edu.udo.cs.yale.gui.plotter
This class encapsulates all information about quartiles.
Quartile(double, double, double, double, double, double, double, double[]) - Constructor for class edu.udo.cs.yale.gui.plotter.Quartile
 
QUARTILE_WIDTH - Static variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
QuartilePlotter - Class in edu.udo.cs.yale.gui.plotter
This plotter can be used to create quartile plots for several columns of the data table.
QuartilePlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
QuartilePlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
QuartilePlotter.RectangleStyleIcon - Class in edu.udo.cs.yale.gui.plotter
Defines the icon which is plotted before the attribute in the selection list (legend or key).
QuartilePlotter.RectangleStyleIcon(int) - Constructor for class edu.udo.cs.yale.gui.plotter.QuartilePlotter.RectangleStyleIcon
 
query(String) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Executes the given SQL-Query.
quickSort(double[], int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
Order the subarry from index anfang to index ende with QuickSort
quickSort2(double[][], int, int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
Order the subarry from index anfang to index ende with QuickSort
quickSort2(double[][], int, int, int) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
Order the subarry from index anfang to index ende with QuickSort
quit(int) - Static method in class edu.udo.cs.yale.Yale
 
quote(String[]) - Method in class edu.udo.cs.yale.example.YaleLineReader
 
QUOTIENT - Static variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 

R

radius - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
radius - Variable in class edu.udo.cs.yale.operator.generator.Dot
 
RADIUS_OFFSET - Static variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The radius factor for the second spiral.
radiusSelection - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
RadVizPlotter - Class in edu.udo.cs.yale.gui.plotter
A Radial coordinate Visualization, hence the name RadViz.
RadVizPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Creates a new RadViz plotter.
RadVizPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Creates a new RadViz plotter from the given data table.
RAINBOW_COLORS - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
RAINBOW_THICKNESS - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
random - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The random generator used for sampling.
random - Variable in class edu.udo.cs.yale.example.ShuffledPartitionBuilder
 
random - Variable in class edu.udo.cs.yale.example.StratifiedPartitionBuilder
 
RANDOM - Static variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Indicates a ordered column mapping.
RANDOM - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Indicates a ordered column mapping.
random - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationCrossover
 
random - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationMutation
 
random - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.ConstantGeneration
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
random - Variable in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover
 
random - Variable in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
The random generator for the example values.
random - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.RankSelection
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.RouletteWheel
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.SelectionMutation
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
random - Variable in class edu.udo.cs.yale.operator.features.selection.UniformSelection
 
random - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
random - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
random - Variable in class edu.udo.cs.yale.operator.generator.RandomClassificationFunction
 
random - Variable in class edu.udo.cs.yale.operator.generator.RandomFunction
 
random - Variable in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
random - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
global random generator
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Crossover
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The random number generator.
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
 
random - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
RandomClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is randomly chosen.
RandomClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.RandomClassificationFunction
 
RandomDataContainer - Class in edu.udo.cs.yale.tools.math.som
The RandomDataContainer is an implementation of the KohonenTrainingsData interface, and therefor provides examples of data for a KohonenNet.
RandomDataContainer() - Constructor for class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
RandomDataRowReader - Class in edu.udo.cs.yale.example
Create data rows based on random data in the range of the minimum and maximum values of the attributes.
RandomDataRowReader(Attribute[], int) - Constructor for class edu.udo.cs.yale.example.RandomDataRowReader
 
RandomDotsClassificationFunction - Class in edu.udo.cs.yale.operator.generator
Returns a classification function with one major class and a set of dots of the second class.
RandomDotsClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
 
RandomExampleTable - Class in edu.udo.cs.yale.example
This class is used for example sets which should provide random values for the given attributes, i.e. each random value lies in the same range as values of the given attributes (min and max).
RandomExampleTable(List<Attribute>, int) - Constructor for class edu.udo.cs.yale.example.RandomExampleTable
 
RandomFunction - Class in edu.udo.cs.yale.operator.generator
The label is randomly generated.
RandomFunction() - Constructor for class edu.udo.cs.yale.operator.generator.RandomFunction
 
randomGenerator - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
RandomGenerator - Class in edu.udo.cs.yale.tools
The global random number generator.
RandomGenerator() - Constructor for class edu.udo.cs.yale.tools.RandomGenerator
Initializes the random number generator without a seed.
RandomGenerator(long) - Constructor for class edu.udo.cs.yale.tools.RandomGenerator
Initializes the random number generator with the given seed
randomIndex(double[]) - Method in class edu.udo.cs.yale.tools.RandomGenerator
Returns a randomly selected integer between 0 and the length of the given array.
RandomOptimizationChain - Class in edu.udo.cs.yale.operator.meta
This operator iterates several times through the inner operators and in each cycle evaluates a performance measure.
RandomOptimizationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
randomSeed - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
RandomSplitValidationChain - Class in edu.udo.cs.yale.operator.validation
A RandomSplitValidationChain splits up the example set into a training and test set and evaluates the model.
RandomSplitValidationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.RandomSplitValidationChain
 
RandomSplitWrapperValidationChain - Class in edu.udo.cs.yale.operator.validation
This operator evaluates the performance of feature weighting algorithms including feature selection.
RandomSplitWrapperValidationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.RandomSplitWrapperValidationChain
 
RANK - Static variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
rank - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
RANK_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
RANK_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a rank based selection scheme.
RankSelection - Class in edu.udo.cs.yale.operator.features.selection
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' rank based on their fitness values.
RankSelection(int, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.RankSelection
 
RankSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' rank based on their fitness values.
RankSelection(int, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.RankSelection
 
RBFKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of the RBF kernel of both examples.
RBFKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
 
read(String) - Static method in class edu.udo.cs.yale.operator.AbstractIOObject
 
read(InputStream) - Static method in class edu.udo.cs.yale.operator.AbstractIOObject
 
read(File) - Static method in class edu.udo.cs.yale.operator.AbstractIOObject
 
read(BufferedReader) - Static method in class edu.udo.cs.yale.operator.meta.ParameterSet
Reads a parameter set from a file.
readAttribute(DataInput) - Static method in class edu.udo.cs.yale.example.AttributeFactory
Reads the attribute data from an input stream.
readAttributeData(DataInput) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Reads the attribute data and initializes the corresponding fields from the given input stream.
readAttributeData(DataInput) - Method in interface edu.udo.cs.yale.example.Attribute
Reads the attribute data from the given input stream.
readAttributeData(DataInput) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Overrides the super method and reads information about the nominal values.
readAttributeData(DataInput) - Method in class edu.udo.cs.yale.example.NominalAttribute
Overrides the super method and reads information about the nominal values.
readBuffer - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
readColumn(ResultSet, Attribute) - Static method in class edu.udo.cs.yale.example.DatabaseDataRow
Reads the data for the given attribute from the result set.
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.Margin
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Reads the performance data from the given reader.
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
readCriterionData(BufferedReader) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
readData(File, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
Loads data from a file.
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.ContainerModel
reads the model from a stream.
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.IOModel
Reads the model data from the stream.
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Reads the label information and creates a label attribute.
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Reads the model data from the given stream.
readData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Reads the model data from the given stream.
readDoubleArray(ObjectInputStream, int) - Static method in class edu.udo.cs.myGP.Model
Read double[] from an input stream
reader - Variable in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
reader - Variable in class edu.udo.cs.yale.example.SkipNANExampleReader
 
reader - Variable in class edu.udo.cs.yale.example.SplittedExampleSetReader
The underlying reader.
reader - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor.InstanceEnumeration
 
readerTest(int, Reader, Reader) - Method in class edu.udo.cs.yale.example.test.SparseReaderTest
 
readExamples(DataRowReader) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Reads the examples into memory in the order they are delivered by the given reader.
readExamples(DataRowReader, boolean) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Reads the examples into memory and permutates the order.
readExamples(DataRowReader, boolean, Random) - Method in class edu.udo.cs.yale.example.MemoryExampleTable
Reads the examples into memory and permutates the order.
readExperiment(InputStream) - Method in class edu.udo.cs.yale.Experiment
 
readExperimentFile(File) - Static method in class edu.udo.cs.yale.Yale
 
readKernel(ObjectInputStream) - Static method in class edu.udo.cs.myRVM.Kernel.Kernel
Read kernel from stream
readKernel(ObjectInputStream) - Static method in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Read KernelBasisFunction-data from stream
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.Kernel
 
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
 
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
 
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
 
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelPoly
Read kernel from stream
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelRadial
Read kernel from stream
readKernelData(ObjectInputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
 
readKernelData(ObjectInputStream) - Static method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Reads the kernel type and generates a new kernel of this type.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelDot
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
Reads the value for gamma from the given stream.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelNeural
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
 
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.DotKernel
Does nothing.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
Reads the values from the given stream.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
Reads the sigma values from the given stream.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Subclasses must implement this method.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
Reads the values from the given stream.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
Does nothing.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
Reads the value for gamma from the given stream.
readKernelParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
Reads the kernel parameters from the given stream.
readLine() - Method in class edu.udo.cs.yale.example.FileDataRowReader
Reads a line of data from all file readers.
readLine() - Method in class edu.udo.cs.yale.example.SparseFormatDataRowReader
 
readLine() - Method in class edu.udo.cs.yale.example.SPSSDataRowReader
Reads another line.
readLine(BufferedReader, int) - Method in class edu.udo.cs.yale.example.YaleLineReader
Ignores comment and empty lines and returns the first line not starting with a comment.
readMatrix(ObjectInputStream) - Static method in class edu.udo.cs.myGP.Model
Read a matrix from a stream
readModel(ObjectInputStream) - Static method in class edu.udo.cs.myGP.Model
Reads the model data from the input stream.
readModel(ObjectInputStream) - Static method in class edu.udo.cs.myRVM.Model
Reads the model data from the input stream.
readModel(File) - Static method in class edu.udo.cs.yale.operator.AbstractModel
Reads the model from a file.
readModel(ObjectInputStream) - Static method in class edu.udo.cs.yale.operator.AbstractModel
Reads the model from an ObjectInput.
readObfuscatorMap(File) - Method in class edu.udo.cs.yale.operator.preprocessing.Deobfuscator
 
readOptionalParameters() - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Helper method reading a start model from the input if present.
readOutput(BufferedReader) - Static method in class edu.udo.cs.yale.tools.Tools
Reads the output of the reader and delivers it at string.
readParameters(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
readPerformanceCriterion(BufferedReader) - Static method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
 
readPerformanceVector(File) - Static method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Reads a performance vector from the given file.
readPerformanceVector(BufferedReader) - Static method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Reads a performance vector from the given reader.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
not supported yet
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Reads the model data from the input stream.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Reads the support vectors and the kernel from the input stream.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Reads the data for this model.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
Reads the model data from the input stream.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
Reads the model data from the input stream.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.lazy.AverageModel
 
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Reads the model data from the input stream.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Reads all models from file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Reads all models from file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Reads all models from file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
Reads all models from the file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
Reads all models from the file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Reads all models from file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
Reads model from the file.
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
not supported yet
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Reads the model data (without label).
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
readPredictionModelData(ObjectInputStream) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
readSerializableModel(ObjectInput) - Static method in class edu.udo.cs.yale.operator.SerializableModel
 
readTextFile(File) - Static method in class edu.udo.cs.yale.tools.Tools
 
readTextFile(Reader) - Static method in class edu.udo.cs.yale.tools.Tools
 
real - Variable in class edu.udo.cs.yale.tools.math.Complex
 
REAL - Static variable in class edu.udo.cs.yale.tools.Ontology
 
recalculateAllAttributeStatistics() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Recalculates the attribute statistics for all attributes.
recalculateAllAttributeStatistics() - Method in interface edu.udo.cs.yale.example.ExampleSet
Recalculate all attribute statistics.
recalculateAttributeStatistics(List) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Here the Example Set is parsed only once, all the information is retained for each example set.
recalculateAttributeStatistics(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Recalculate the attribute statistics of the given attribute.
recalculateAttributeStatistics(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Recalculate the attribute statistics of the given attribute.
recalculateAttributeStatistics - Variable in class edu.udo.cs.yale.operator.features.EquivalentAttributeRemoval
Recalculates attribute statistics before sampling.
recalculateBackgroundImage() - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
recalculateSigma() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
recalculateTableIndices() - Method in class edu.udo.cs.yale.example.Partition
Recalculates the example table indices of the currently selected examples.
RECALL - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
RECENT - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
recentFileList - Variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
recentFiles - Static variable in class edu.udo.cs.yale.gui.YaleGUI
 
recentFilesMenu - Variable in class edu.udo.cs.yale.gui.MainFrame
 
ReciprocalValueGenerator - Class in edu.udo.cs.yale.generator
Creates the reciprocal value of all input attributes.
ReciprocalValueGenerator() - Constructor for class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
recodeUserMissings - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
RECORD_NR - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.DictionaryTermination
 
RECORD_NR - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Document
 
RECORD_NR - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
RECORD_NR - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.ValueLabels
 
RECORD_NR - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.ValueLabelVariable
 
RECTANGLE - Static variable in class edu.udo.cs.yale.tools.math.WindowFunction
The constant for the function Rectangle.
RECTANGLE_STYLE_ICONS - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
RECTANGLE_STYLE_ICONS - Static variable in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
rectangleStyle - Variable in class edu.udo.cs.yale.gui.plotter.Bins
 
RectangleStyle - Class in edu.udo.cs.yale.gui.plotter
Defines the style of plotted rectangles, i.e. the color.
RectangleStyle(int) - Constructor for class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
RectangleStyle(Color) - Constructor for class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
redo() - Method in class edu.udo.cs.yale.gui.MainFrame
 
REDO_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
RedundanceRemoval - Class in edu.udo.cs.yale.operator.features
Ensures that every individual appears only once.
RedundanceRemoval() - Constructor for class edu.udo.cs.yale.operator.features.RedundanceRemoval
 
reestimateAlpha(int) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Reestimate alpha by setting it to the value which maximizes the marginal likelihood: alpha_i = s^2_i / (q^2_i - s_i)
REFERENCE_ENTRY - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
REFERENCE_SECTION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
ReferenceTaglet - Class in edu.udo.cs.yale.doc
A taglet with name "@yale.reference" can be used in the Javadoc comments of an operator to produce a reference to literature including the bibtex entry.
ReferenceTaglet() - Constructor for class edu.udo.cs.yale.doc.ReferenceTaglet
 
refine() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Generates new hypothesis by adding one degree of complexity and creating all rules that are possible now.
refine() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Creates all successors of the rule that have one more literal.
refresh() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
This method causes a refresh of the existing operators without restructuring.
refresh(TreePath) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
This method causes a refresh of the given path.
refresh() - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
RefTaglet - Class in edu.udo.cs.yale.doc
A taglet with name "@yale.ref" can be used in the Javadoc comments of an operator to produce textual references.
RefTaglet() - Constructor for class edu.udo.cs.yale.doc.RefTaglet
 
regExp - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
regExpButton - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates that the columns are separated by the column separator defined by a regular expression.
register(Map<String, Taglet>) - Static method in class edu.udo.cs.yale.doc.CiteTaglet
 
register(Map<String, Taglet>) - Static method in class edu.udo.cs.yale.doc.MathTaglet
 
register(Map<String, Taglet>) - Static method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
register(Map<String, Taglet>) - Static method in class edu.udo.cs.yale.doc.RefTaglet
 
register(Map<String, Taglet>) - Static method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
register(Experiment, String) - Method in class edu.udo.cs.yale.operator.Operator
Registers this operator in an experiment.
register() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
Register the operators of this plugin in Yale.
registerAllJDBCDrivers() - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
registerAllPlugins() - Static method in class edu.udo.cs.yale.tools.plugin.Plugin
Returns a list of Plugins found in the plugins directory.
registerClasspathJDBCDrivers(File) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
registerDynamicJDBCDriver(URLClassLoader, String) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
registerDynamicJDBCDrivers(File) - Static method in class edu.udo.cs.yale.tools.jdbc.DatabaseService
 
registerOperator(String, Operator) - Method in class edu.udo.cs.yale.Experiment
Registers the operator as part of the experiment.
registerOperator(Element, ClassLoader) - Static method in class edu.udo.cs.yale.tools.OperatorService
Registers an operator description from an XML tag (operator description file, mostly operators.xml).
registerOperator(ClassLoader, String, String, String, String, String, String) - Static method in class edu.udo.cs.yale.tools.OperatorService
Registers an operator description from the given meta data.
registerOperator(OperatorDescription) - Static method in class edu.udo.cs.yale.tools.OperatorService
Registers the given operator description.
registerOperators() - Method in interface edu.udo.cs.yale.tools.GenericOperatorFactory
Register additional generic operators.
registerOperators(String, InputStream, ClassLoader) - Static method in class edu.udo.cs.yale.tools.OperatorService
Registers all operators from a given XML input stream.
registerOperators() - Method in class edu.udo.cs.yale.tools.WekaOperatorFactory
 
registerWekaOperators(ClassLoader, String[], String, String, String, String) - Static method in class edu.udo.cs.yale.tools.WekaTools
Registers all given Weka operators.
registerWekaOperators(ClassLoader, String[], Map<String, String>, String, String, String, String) - Static method in class edu.udo.cs.yale.tools.WekaTools
Registers all given Weka operators.
registerYaleProperty(ParameterType) - Static method in class edu.udo.cs.yale.Yale
 
regression - Variable in class edu.udo.cs.myGP.Model
 
Regression - Class in edu.udo.cs.myGP
Gaussian Process Regression.
Regression(RegressionProblem, Parameter) - Constructor for class edu.udo.cs.myGP.Regression
Constructor
regression - Variable in class edu.udo.cs.myRVM.Model
 
Regression.Score - Class in edu.udo.cs.myGP
Used to hold a score value with an associated index
Regression.Score(double, int) - Constructor for class edu.udo.cs.myGP.Regression.Score
 
RegressionFunction - Class in edu.udo.cs.yale.operator.generator
A target function for regression labels, i.e. continous numercial labels.
RegressionFunction() - Constructor for class edu.udo.cs.yale.operator.generator.RegressionFunction
 
RegressionOptimizationFunction - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
This function must be maximized for the search for an optimal hyperplane for regression.
RegressionOptimizationFunction(double) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.RegressionOptimizationFunction
 
RegressionProblem - Class in edu.udo.cs.myGP
Models a Regression-Problem.
RegressionProblem(double[][], double[][], Kernel) - Constructor for class edu.udo.cs.myGP.RegressionProblem
 
RegressionProblem - Class in edu.udo.cs.myRVM
Models a Regression-Problem.
RegressionProblem(double[][], double[][], KernelBasisFunction[]) - Constructor for class edu.udo.cs.myRVM.RegressionProblem
 
REGULAR_NAME - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
REGULAR_NAME - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
regularAttributes - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
The regular attributes used by all rules.
regularAttributes - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
The regular atributes
regularAttributes - Variable in class edu.udo.cs.yale.tools.att.AttributeSet
List of regular attributes.
rejectionSampling - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Indicates if rejection sampling is used to draw the examples that this rule is applied to.
rejectionSampling - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Use rejection sampling or weights directly.
REL_TO_PRED - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
RelativeError - Class in edu.udo.cs.yale.operator.performance
The average relative error: Sum(|label-predicted|/label)/#examples.
RelativeError() - Constructor for class edu.udo.cs.yale.operator.performance.RelativeError
 
relativeSum - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
relativeSum - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
reloadData() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
remapAllIds() - Method in interface edu.udo.cs.yale.example.ExampleSet
Remaps all ids.
remapAllIds() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
remapAllIds() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Remaps all ids.
rememberWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
remove() - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter.KernelModelIterator
 
remove() - Method in class edu.udo.cs.yale.datatable.Example2DataTableRowIterator
 
remove() - Method in class edu.udo.cs.yale.example.AbstractDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove() - Method in class edu.udo.cs.yale.example.AbstractExampleReader
 
remove() - Method in class edu.udo.cs.yale.example.DatabaseDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove() - Method in class edu.udo.cs.yale.example.ListDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove(Individual) - Method in class edu.udo.cs.yale.operator.features.Population
Removes a single individual.
remove(int) - Method in class edu.udo.cs.yale.operator.features.Population
Removes a single individual.
remove(Class<T>) - Method in class edu.udo.cs.yale.operator.IOContainer
Removes the first IOObject which is of class cls.
remove(Class<T>, int) - Method in class edu.udo.cs.yale.operator.IOContainer
Removes the nr-th IOObject which is of class cls.
remove() - Method in class edu.udo.cs.yale.operator.Operator
Removes this operator from its parent.
remove(Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Removes a single individual.
remove(int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Removes a single individual.
REMOVE_ALL_BREAKPOINTS - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
REMOVE_COLUMN_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
REMOVE_ROW_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
removeAddListener(AddListener) - Method in class edu.udo.cs.yale.operator.OperatorChain
Removes the given listener.
removeAllAttributes() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
removeAllAttributes() - Method in interface edu.udo.cs.yale.example.ExampleSet
Removes all attributes.
removeAllBreakpoints() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
removeAllBreakpoints(Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
removeAttribute(int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
removeAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Equivalent to calling removeAttribute(attribute.getTableIndex()).
removeAttribute(int) - Method in class edu.udo.cs.yale.example.AbstractExampleTable
Sets the attribute with the given index to null.
removeAttribute(Attribute) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
removeAttribute(Attribute) - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
removeAttribute(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Removes an attribute.
removeAttribute(int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Removes the attribute with the given index.
removeAttribute(Attribute) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
removeAttribute(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleTable
Equivalent to calling removeAttribute(attribute.getTableIndex()).
removeAttribute(int) - Method in interface edu.udo.cs.yale.example.ExampleTable
Sets the attribute with the given index to null.
removeAttribute(Attribute) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Removes the attribute from the attribute list which has the same column index like the given one.
removeAveragable(Averagable) - Method in class edu.udo.cs.yale.tools.math.AverageVector
Removes an Averagable from the list of criteria.
removeBreakpointListener(BreakpointListener) - Method in class edu.udo.cs.yale.Experiment
 
removeColumn(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
removeColumn(Attribute, String) - Method in class edu.udo.cs.yale.tools.jdbc.DatabaseHandler
Removes the column of the given attribute from the table with name tableName.
RemoveCorrelatedFeatures - Class in edu.udo.cs.yale.operator.features.selection
Removes (un-) correlated features due to the selected filter relation.
RemoveCorrelatedFeatures(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
removeDataTableListener(DataTableListener) - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
removeDataTableListener(DataTableListener) - Method in interface edu.udo.cs.yale.datatable.DataTable
Removes the given listener from the list of data change listeners.
removedFeatures - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
removeElementAt(int) - Method in class edu.udo.cs.yale.operator.IOContainer
Removes and returns the n-th IOObject in this container.
removeExperimentListener(ExperimentListener) - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
removeMetaOptions(String[]) - Static method in class edu.udo.cs.yale.tools.WekaTools
Removes all parameters from the given Weka options which are part of the inner learner of a meta learning scheme.
removeModel(Model) - Method in class edu.udo.cs.yale.operator.ContainerModel
Removes the given model from the container.
removeObjectVisualizer(ObjectVisualizer) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
removeObjectVisualizer(ObjectVisualizer) - Static method in class edu.udo.cs.yale.tools.ObjectVisualizerService
 
removeOperator(Operator) - Method in class edu.udo.cs.yale.operator.OperatorChain
Removes the given operator from this operator chain.
removePlotter(String) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
removePredictedLabel(ExampleSet) - Static method in class edu.udo.cs.yale.operator.learner.PredictionModel
Helper method in order to lower memory consumption.
removeRow(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
removeSelected() - Method in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
removeTreeModelListener(TreeModelListener) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Removes the tree model listener.
RemoveUselessAttributes - Class in edu.udo.cs.yale.operator.features
This individual operator removes all attributes from the example set which has weight 0 or the same minimum and maximum values.
RemoveUselessAttributes() - Constructor for class edu.udo.cs.yale.operator.features.RemoveUselessAttributes
 
RemoveUselessFeatures - Class in edu.udo.cs.yale.operator.features.selection
Removes useless attribute from the example set.
RemoveUselessFeatures(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.RemoveUselessFeatures
 
removeViewChangeListener(DataControlListener) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
rename(String) - Method in class edu.udo.cs.yale.operator.Operator
Renames this operator updating the name map.
RENAME_OPERATOR_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
RenameAttributeOperator - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator can be used to rename an attribute of the input example set.
RenameAttributeOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
renew(int) - Method in class edu.udo.cs.mySVM.Util.Cache
mark element as recently used
REP_NAMES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
REP_NAMES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
RepeatUntilOperatorChain - Class in edu.udo.cs.yale.operator.meta
Performs its inner operators until all given criteria is met or a timeout occurs.
RepeatUntilOperatorChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
replace(Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The currently selected operator will be replaced by the given operator.
replace() - Method in class edu.udo.cs.yale.gui.SearchDialog
 
REPLACE - Static variable in class edu.udo.cs.yale.operator.io.IOContainerReader
 
REPLACE_OPERATOR_MENU - Static variable in class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
REPLACE_OPERATORCHAIN_MENU - Static variable in class edu.udo.cs.yale.gui.operatormenu.OperatorMenu
 
replaceAttribute(Attribute, Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Replaces the first attribute by the second.
replaceAttribute(Attribute, Attribute) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
replaceAttribute(Attribute, Attribute) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Replaces the first attribute by the second.
replaceField - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
replaceMacros(String) - Method in class edu.udo.cs.yale.operator.Operator
Replaces existing macros in the given value string by the macro values defined for the experiment.
ReplaceOperatorMenu - Class in edu.udo.cs.yale.gui.operatormenu
An operator menu which can be used to replace the currently selected operator by one of the same type.
ReplaceOperatorMenu(boolean) - Constructor for class edu.udo.cs.yale.gui.operatormenu.ReplaceOperatorMenu
 
replaceValue(String, String) - Method in interface edu.udo.cs.yale.example.Attribute
Replaces the old value with the new one.
replaceValue(String, String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Replaces the old value with the new one.
replaceValue(String, String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Replaces the old value with the new one.
replaceValue(String, String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
replenishValue(double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
replenishValue(double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.MissingValueReplenishment
 
replenishValue(double) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
Returns true iff the value should be replenished.
rescalePriors(ExampleSet, double[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Computes the weighted class priors of the boolean target attribute and shifts weights so that the priors are equal afterwards.
rescaleToEqualPriors(ExampleSet, double[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
reset() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Sets 'coveredWeight' and 'positiveWeight' back to 0.0d.
reset() - Method in interface edu.udo.cs.yale.tools.math.som.KohonenTrainingsData
 
reset() - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
reset_shrinked() - Method in class edu.udo.cs.mySVM.SVM.SVM
reset the shrinked variables
resetAttributeType(List<AttributeDataSource>, String, String) - Method in class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
resetNameCounters() - Static method in class edu.udo.cs.yale.example.AttributeFactory
Resets the counters for the generated attribute names.
resetResultSet() - Method in class edu.udo.cs.yale.example.DatabaseExampleTable
 
resetWeights - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Reset weights after complexity increase?
resolve(String, SourcePosition) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
resolveFileName(String) - Method in class edu.udo.cs.yale.Experiment
Resolves the given filename against the directory containing the experiment file.
RESOURCE_PREFIX - Static variable in class edu.udo.cs.yale.tools.ResourceSource
The prefix path for the resources directory.
ResourceSource - Class in edu.udo.cs.yale.tools
ResourceSources can be added to the Tools class in order to allow resource loading for both the YALE core and the plugin.
ResourceSource(ClassLoader) - Constructor for class edu.udo.cs.yale.tools.ResourceSource
 
ResourceSource(ClassLoader, String) - Constructor for class edu.udo.cs.yale.tools.ResourceSource
 
restoreOldWeights(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
restoreWeights(ExampleSet, double[]) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
 
Result - Class in edu.udo.cs.yale.operator.learner.igss
Object of this class represent results found by the IGSS algorithm.
Result(Hypothesis, double, double, double, double) - Constructor for class edu.udo.cs.yale.operator.learner.igss.Result
 
RESULT_FILE_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
resultAttributes - Variable in class edu.udo.cs.yale.generator.FeatureGenerator
The attributes of the function(s) calculated by this FeatureGenerator.
ResultDisplay - Class in edu.udo.cs.yale.gui.experimenteditor
The result display is the view of the Yale GUI which refers to (intermediate) results.
ResultDisplay() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
resultDisplay - Variable in class edu.udo.cs.yale.gui.MainFrame
 
resultFileField - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The result attribute description file name.
ResultObject - Interface in edu.udo.cs.yale.operator
This interface extends IOObject and is hence an object which can be handled by operators.
ResultObjectAdapter - Class in edu.udo.cs.yale.operator
An adapter class for the interface ResultObject.
ResultObjectAdapter() - Constructor for class edu.udo.cs.yale.operator.ResultObjectAdapter
 
results - Variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
results - Variable in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
The list of results.
ResultService - Class in edu.udo.cs.yale.tools
Some statical methods to write results in a file.
ResultService() - Constructor for class edu.udo.cs.yale.tools.ResultService
 
resultSet - Variable in class edu.udo.cs.yale.example.DatabaseDataRow
The result set which backs this data row.
resultSet - Variable in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
resultSet - Variable in class edu.udo.cs.yale.example.DatabaseExampleTable
 
resultSet - Variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
ResultSetDataRowReader - Class in edu.udo.cs.yale.example
Unlike a FileDataRowReader that reads examples from a file, objects of this class read examples from a ResultSet, a data structure that is returned from a database query.
ResultSetDataRowReader(DataRowFactory, List<Attribute>, ResultSet) - Constructor for class edu.udo.cs.yale.example.ResultSetDataRowReader
Constructor.
ResultSetExampleSource - Class in edu.udo.cs.yale.operator.io
Abstract superclass for operators that provide access to an ExampleSet via a ResultSet.
ResultSetExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ResultSetExampleSource
 
ResultWriter - Class in edu.udo.cs.yale.operator.io
This operator can be used at each point in an operator chain.
ResultWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ResultWriter
 
resume() - Method in interface edu.udo.cs.yale.BreakpointListener
This method is invoked after the experiment was resumed.
resume() - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
resume() - Method in class edu.udo.cs.yale.gui.MainFrame
Since the mainframe toggles the resume itself this method does nothing.
resume() - Method in class edu.udo.cs.yale.Main
Does nothing.
resume() - Method in class edu.udo.cs.yale.operator.Operator
This method should only be called by the command line breakpoint listener to resume the experiment after a breakpoint.
RESUME_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
retrainLastWeight(BayBoostModel, ExampleSet, Vector) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
retrieveTableAndAttributeNames() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
reverseEndian - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
reweight(ExampleSet, Model, boolean) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Reweights the examples according to knowledge based sampling.
REWEIGHT - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Boolean parameter: true for additive reweighting, false for multiplicative.
reweightAdd(double, int) - Method in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
reweightExamples(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostPerformanceMeasures
This method reweights the example set with respect to the performance measures.
reweightExamples(WeightedPerformanceMeasures, ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
This method reweights the example set with respect to the WeightedPerformanceMeasures object.
reweightExamples(ExampleSet, int, int) - Method in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
Overwrites method from super class.
reweightExamples(ExampleSet, ContingencyMatrix, boolean) - Static method in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Helper method of the BayesianBoosting operator This method reweights the example set with respect to the WeightedPerformanceMeasures object.
reweightMult(double) - Method in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
right - Variable in class edu.udo.cs.yale.gui.plotter.Bin
 
RingClusteringFunction - Class in edu.udo.cs.yale.operator.generator
Generates a data set for two attributes.
RingClusteringFunction() - Constructor for class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
RitterAdaption - Class in edu.udo.cs.yale.tools.math.som
The RitterAdaption provides an implementation of the AdaptionFunction interface for calculation the adaption of a node to an input stimulus.
RitterAdaption() - Constructor for class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
ROC_FILTER - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
A parameter whether to discard all rules not lying on the convex hull in ROC space.
ROCChartGenerator - Class in edu.udo.cs.yale.operator.visualization
This operator creates a ROC chart for the given example set and model.
ROCChartGenerator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.visualization.ROCChartGenerator
 
ROCDataGenerator - Class in edu.udo.cs.yale.tools.math
Helper class containing some methods for ROC plots, threshold finding and area under curve calculation.
ROCDataGenerator(double, double) - Constructor for class edu.udo.cs.yale.tools.math.ROCDataGenerator
Creates a new ROC data generator.
root - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
The root operator of the model (usually an experiment operator).
ROOT_SELECTED - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
rootDoc - Static variable in class edu.udo.cs.yale.doc.DocumentationGenerator
 
RootMeanSquaredError - Class in edu.udo.cs.yale.operator.performance
The root-mean-squared error.
RootMeanSquaredError() - Constructor for class edu.udo.cs.yale.operator.performance.RootMeanSquaredError
 
rootOperator - Variable in class edu.udo.cs.yale.Experiment
 
RootRelativeSquaredError - Class in edu.udo.cs.yale.operator.performance
Relative squared error is the total squared error made relative to what the error would have been if the prediction had been the average of the absolute value.
RootRelativeSquaredError() - Constructor for class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
rotX - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
rotXStart - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
rotZ - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
rotZStart - Variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter.RotationListener
 
ROULETTE_WHEEL - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
ROULETTE_WHEEL - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a roulette wheel selection scheme.
RouletteWheel - Class in edu.udo.cs.yale.operator.features.selection
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
RouletteWheel(int, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.RouletteWheel
 
RouletteWheel - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
RouletteWheel(int, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.RouletteWheel
 
ROUND - Static variable in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
roundSelection - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
row - Variable in class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
row - Variable in class edu.udo.cs.yale.example.DatabaseDataRow
The current row of the result set.
ROW_COMPARATOR - Static variable in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
row_norm - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
row_norm - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
rowCount - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
rowCounter - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The label for the maximum row counter.
rowName - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The name for the rows.
RowsPlotterCondition - Class in edu.udo.cs.yale.gui.plotter.conditions
This condition accepts data tables with a number of rows in the specified range (including the boundaries).
RowsPlotterCondition(int) - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
RowsPlotterCondition(int, int) - Constructor for class edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
 
rowSums - Variable in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
rule - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
Rule - Class in edu.udo.cs.yale.operator.learner.igss.hypothesis
Objects of this class represent a conjunctive rule.
Rule(Attribute[], Attribute, boolean, boolean) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Creates a new rule,initializes the regularAttributes and the literals attribute.
Rule(Literal, int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Construct a new rule with one literal.
Rule(Literal[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Construct a new rule with the given literals.
RULE_COMBINE_ADDITIVE - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
RULE_COMBINE_MULTIPLY - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
RULE_DOES_NOT_APPLY - Static variable in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
This constant is used to express that no examples have been observed.
run() - Method in class edu.udo.cs.yale.Experiment
Starts the experiment with no input.
run(IOContainer) - Method in class edu.udo.cs.yale.Experiment
Starts the experiment with the given input.
run() - Method in class edu.udo.cs.yale.gui.CheckForUpdatesThread
 
run() - Method in class edu.udo.cs.yale.gui.ExperimentThread
 
run(File) - Method in class edu.udo.cs.yale.gui.YaleGUI
 
run() - Method in class edu.udo.cs.yale.gui.YaleGUI.ShutdownHook
 
run() - Method in class edu.udo.cs.yale.Main
 
run() - Method in class edu.udo.cs.yale.Main.WaitForKeyThread
 
run() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
RUN_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
runVector - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
RunVector - Class in edu.udo.cs.yale.tools.math
Collects the average vectors of a run.
RunVector() - Constructor for class edu.udo.cs.yale.tools.math.RunVector
 
RVM_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
RVMBase - Class in edu.udo.cs.myRVM
Defines the interface for the various RVM-implementations
RVMBase(Problem, Parameter) - Constructor for class edu.udo.cs.myRVM.RVMBase
Constructor
RVMClassification - Class in edu.udo.cs.myRVM
The standard (slow, non scaling) regression RVM (see bla).
RVMClassification(ClassificationProblem, Parameter) - Constructor for class edu.udo.cs.myRVM.RVMClassification
Constructor
RVMLearner - Class in edu.udo.cs.yale.operator.learner.kernel
Relevance Vector Machine (RVM) Learner.
RVMLearner(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
RVMModel - Class in edu.udo.cs.yale.operator.learner.kernel
A model generated by the RVMLearner.
RVMModel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.RVMModel
Constructors
RVMModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
RVMModel(Attribute, Model) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.RVMModel
 
RVMRegression - Class in edu.udo.cs.myRVM
The standard (slow, non scaling) regression RVM (see bla).
RVMRegression(RegressionProblem, Parameter) - Constructor for class edu.udo.cs.myRVM.RVMRegression
Constructor
rvmType - Variable in class edu.udo.cs.myRVM.Parameter.RVMType
 

S

s - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
sample(int) - Method in interface edu.udo.cs.yale.datatable.DataTable
Performs a sampling of this data table.
sample(int) - Method in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
sample(int) - Method in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
sample(int) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
sampleMapping - Variable in class edu.udo.cs.yale.datatable.DataTableKernelModelAdapter
 
sampleRatio - Variable in class edu.udo.cs.yale.example.FileDataRowReader
The sample ratio.
sampleRatio - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
samples - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
samples - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
samples - Variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
sampleSize - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
SampleTest - Class in edu.udo.cs.yale.test
Extends the JUnit test case by a method for checking the output of an experiment.
SampleTest(String) - Constructor for class edu.udo.cs.yale.test.SampleTest
 
sampleTest() - Method in class edu.udo.cs.yale.test.SampleTest
 
SAMPLING_NAMES - Static variable in class edu.udo.cs.yale.example.SplittedExampleSet
Indicates a non-shuffled sampling for partition building.
save(File) - Method in class edu.udo.cs.yale.example.AttributeWeights
Saves the attribute weights into a file.
save() - Method in class edu.udo.cs.yale.Experiment
Saves the experiment to the experiment file.
save(File) - Method in class edu.udo.cs.yale.Experiment
Saves the experiment to the experiment file.
save() - Method in class edu.udo.cs.yale.gui.MainFrame
 
save() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
save() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Should invoke the saving of the plotted data (file dialog,...).
save() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
save() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
save() - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
save() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
save() - Method in class edu.udo.cs.yale.gui.properties.SettingsTabs
 
save(File) - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
save(File) - Method in class edu.udo.cs.yale.gui.templates.Template
 
save(File) - Method in class edu.udo.cs.yale.operator.AbstractModel
 
save(File) - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
save(File) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
save(File) - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
save(File) - Method in interface edu.udo.cs.yale.operator.Saveable
Writes the object into the given file.
SAVE_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
SAVE_AS_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
SAVE_AS_TEMPLATE_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
SAVE_ATTRIBUTE_FILE_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
SAVE_BUILDING_BLOCK_ACTION - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
SAVE_DATA_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
SAVE_LOGFILE_ACTION - Variable in class edu.udo.cs.yale.gui.MessageViewer
 
Saveable - Interface in edu.udo.cs.yale.operator
Interface for resultobjects that can be saved to disc.
SaveAsBuildingBlockDialog - Class in edu.udo.cs.yale.gui.templates
The save as building block dialog assists the user in creating a new experiment building block.
SaveAsBuildingBlockDialog(MainFrame, Operator) - Constructor for class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
Creates a new save as building block dialog.
SaveAsTemplateDialog - Class in edu.udo.cs.yale.gui.templates
The save as template dialog assists the user in creating a new experiment template.
SaveAsTemplateDialog(MainFrame, Operator) - Constructor for class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
Creates a new save as template dialog.
SaveAsTemplateDialog.OperatorParameterPair - Class in edu.udo.cs.yale.gui.templates
A helper class for pairs of operators and their parameters.
SaveAsTemplateDialog.OperatorParameterPair(String[]) - Constructor for class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.OperatorParameterPair
 
SaveAsTemplateDialog.TemplateParameterTableModel - Class in edu.udo.cs.yale.gui.templates
A table model for operator - parameter pairs.
SaveAsTemplateDialog.TemplateParameterTableModel(SaveAsTemplateDialog.OperatorParameterPair[]) - Constructor for class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
saveAttributeFile() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
saveAttributes() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
saveData() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
saveGUIProperties() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
saveLastUpdateCheckDate() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
saveRecentFileList() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
scalarProduct(double[][], double[][], int) - Method in class edu.udo.cs.myGP.Model
Compute the (canonical) scalar product between x and y, using only the first d components of the vectors
scalarProduct(double[][], double[][], int) - Method in class edu.udo.cs.myGP.Regression
Compute the (canonical) scalar product between x and y, using only the first d components of the vectors
scale - Variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
The scaling factor for point plotting, usually 1.
SCALED_LABEL_FONT - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
SCALED_LABEL_FONT - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
scaleFactor - Variable in class edu.udo.cs.yale.operator.learner.NormalDistribution
 
ScalingWeightApplier - Class in edu.udo.cs.yale.example
This weight applier scales the values with the given weight.
ScalingWeightApplier() - Constructor for class edu.udo.cs.yale.example.ScalingWeightApplier
 
ScatterMatrixPlotter - Class in edu.udo.cs.yale.gui.plotter
A scatter plot matrix which uses the ScatterPlotter for each of the plots.
ScatterMatrixPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
ScatterMatrixPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
ScatterPlot3D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 3D scatter plots.
ScatterPlot3D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
ScatterPlot3D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
ScatterPlot3DColor - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 3D scatter plots where a 4th dimension can be shown by using a color scale.
ScatterPlot3DColor() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
ScatterPlot3DColor(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
ScatterPlotter - Class in edu.udo.cs.yale.gui.plotter
The color plotter can display up to two dimensions and uses color schemes to indicate the third dimension.
ScatterPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
ScatterPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
score - Variable in class edu.udo.cs.myGP.Regression.Score
 
score - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.ScoreNaNInfo
 
scores - Variable in class edu.udo.cs.yale.example.NominalAttributeStatistics
 
scores - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels.ParetoModelWithScores
 
scoreUpperBound - Variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
 
SDEnsemble - Class in edu.udo.cs.yale.operator.learner.meta
A subgroup discovery model.
SDEnsemble() - Constructor for class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Needed for creation of IOModel (when loading from file).
SDEnsemble(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Needed for creation of IOModel (when loading from file).
SDEnsemble(Attribute, List, double[], short) - Constructor for class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
SDReweightMeasures - Class in edu.udo.cs.yale.operator.learner.meta
A set of weighted performance measures used for subgroup discovery.
SDReweightMeasures(ExampleSet) - Constructor for class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
SDRulesetInduction - Class in edu.udo.cs.yale.operator.learner.meta
Subgroup discovery learner.
SDRulesetInduction(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Constructor.
search() - Method in class edu.udo.cs.yale.gui.SearchDialog
 
search(int, String, String) - Method in class edu.udo.cs.yale.gui.SearchDialog
 
SEARCH_ACTION - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
SEARCH_ACTION - Variable in class edu.udo.cs.yale.gui.MessageViewer
 
searchBest() - Method in class edu.udo.cs.yale.operator.features.Population
Finds the current generation's best individual.
SearchDialog - Class in edu.udo.cs.yale.gui
The search dialog for searching strings in the message viewer.
SearchDialog(Component, JTextComponent) - Constructor for class edu.udo.cs.yale.gui.SearchDialog
 
SearchDialog(Component, JTextComponent, boolean) - Constructor for class edu.udo.cs.yale.gui.SearchDialog
 
SearchDialog.Result - Class in edu.udo.cs.yale.gui
 
SearchDialog.Result(int, int) - Constructor for class edu.udo.cs.yale.gui.SearchDialog.Result
 
searchKeyword(String, String, int, int, SortedSet<XMLEditor.Keyword>, Color) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
searchQuotes(String, SortedSet<XMLEditor.Keyword>) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
searchText - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
SECDTest - Class in edu.udo.cs.myRVM.Test
Test our SE99-based cholesky decomposition.
SECDTest() - Constructor for class edu.udo.cs.myRVM.Test.SECDTest
 
SECholeskyDecomposition - Class in edu.udo.cs.myRVM.Util
A modified cholesky factorization.
SECholeskyDecomposition(double[][]) - Constructor for class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Constructors.
SECholeskyDecomposition(Matrix) - Constructor for class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
 
SECholeskyDecomposition.PivotTransform - Class in edu.udo.cs.myRVM.Util
Data structures needed for the recording of the pivot transformations.
SECholeskyDecomposition.PivotTransform(int, int) - Constructor for class edu.udo.cs.myRVM.Util.SECholeskyDecomposition.PivotTransform
 
SECOND - Static variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
SECOND_SOURCE - Static variable in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
SECOND_VALUE_INDEX - Static variable in class edu.udo.cs.yale.example.BinaryAttribute
The index of the second value.
secondCapability - Variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
secondCounter - Variable in class edu.udo.cs.yale.example.BinaryAttribute
A counter for the second value.
secondValue - Variable in class edu.udo.cs.yale.example.BinaryAttribute
The second nominal value.
seed - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
First hypothesis used to create all others.
select(int) - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
selectAll() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the weights of all attributes to 1.0.
selectAllSubsetsBut(int) - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Selects all but one subset.
selectAttribute(Attribute[], double[], Random) - Static method in class edu.udo.cs.yale.example.Tools
 
SELECTED_COLOR - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
selectedAttributes - Variable in class edu.udo.cs.yale.example.SimpleExampleReader
The selection of the attributes.
selectedAttributes - Variable in class edu.udo.cs.yale.example.WeightingExampleReader
The selection of the attributes.
selectedPlotter - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
The selected plotter type.
selectedTemplateIndex - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
selectGenerator(ExampleSet, List, int, String[], RandomGenerator) - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
Randomly selects a generator from the generator list.
selection - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
SELECTION_MO - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Indicates NSGA-II selection.
SELECTION_MO - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Indicates NSGA-II selection.
SELECTION_MODE_ALL - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
Indicates a non-restrictive generator selection mode.
SELECTION_MODE_RESTRICTIVE - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
Indicates a restrictive generator selection mode.
SELECTION_SCHEMES - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
SELECTION_TOURNAMENT - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Indicates tournament selection.
SELECTION_TOURNAMENT - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Indicates tournament selection.
SELECTION_TYPES - Static variable in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
The names for the selection types.
SELECTION_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
The names for the selection types.
SELECTION_TYPES - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The names of all available selection schemes.
selectionCount - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
selectionCount - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
SelectionCrossover - Class in edu.udo.cs.yale.operator.features.selection
Crossover operator for the used bitlists of example sets.
SelectionCrossover(int, double, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
selectionList - Variable in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
selectionMode - Static variable in class edu.udo.cs.yale.generator.FeatureGenerator
Indicates the selection mode.
SelectionMutation - Class in edu.udo.cs.yale.operator.features.selection
Inverts the used bit for every feature of every example set with a given fixed probability.
SelectionMutation(double, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.SelectionMutation
 
selectRandomSubset(int, Random) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Randomly selects approximately the given number of attributes.
selectSingleSubset(int) - Method in class edu.udo.cs.yale.example.SplittedExampleSet
Selects exactly one subset.
selectSubset(int) - Method in class edu.udo.cs.yale.example.Partition
Marks the given subset as selected.
semicolonButton - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates that the columns are separated by a semicolon.
sendEmail(IOContainer, Throwable) - Method in class edu.udo.cs.yale.operator.ExperimentOperator
 
sendEmail(String, String, String) - Static method in class edu.udo.cs.yale.tools.Tools
Sends a mail to the given address, using the specified subject and contents.
SEPARATOR - Static variable in class edu.udo.cs.yale.example.Example
Separator used in the getAttributesAsString() method (tab).
SEPARATOR_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
separatorPattern - Variable in class edu.udo.cs.yale.example.YaleLineReader
A regular expression pattern which is used for splitting the columns.
SerializableModel - Class in edu.udo.cs.yale.operator
Superclass of all models which must be serializable to write them to a file.
SerializableModel() - Constructor for class edu.udo.cs.yale.operator.SerializableModel
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.example.ConditionCreationException
 
serialVersionUID - Static variable in class edu.udo.cs.yale.example.SPSSDataRowReader.ValueLabels
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.generator.GenerationException
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.DataCellRenderer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessAllTypesAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.GuessTypeAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveColumnAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.RemoveRowAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.UseRowAsNamesAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.ClearAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadDataAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.LoadSeriesDataAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.OpenAttributeFileAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveAttributeFileAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog.SaveDataAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.ContainerModelViewer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.AboutBox.LogoDrawer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.AboutBox
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog.AnovaTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.Browser
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.ErrorDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.ErrorDialog.StackTraceList
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.ExperimentInfoScreen
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.OperatorInfoPanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.StopDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveDownAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveUpAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.SearchAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.AnovaCalculatorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.AttributeEditorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.CheckForJDBCDriversAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.CheckForUpdatesAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ExitAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ExportAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ManageBuildingBlocksAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ManageTemplatesAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.NewAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.OpenAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.PrintAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.RedoAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ResumeAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.RunAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.SaveAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.SaveAsAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.SaveAsTemplateAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.SettingsAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.StopAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.TotDAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.TutorialAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.UndoAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.ValidateExperiment
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MainFrame.WizardAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MessageViewer.ClearMessageAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MessageViewer.SaveLogFileAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MessageViewer.SearchAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.MessageViewer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatormenu.NewOperatorMenu
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatormenu.ReplaceOperatorMenu
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.AddAllBreakpointsAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CollapseAllAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CopyAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.CutAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.DeleteOperatorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ExpandAllAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.InfoOperatorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewBuildingBlockAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.NewOperatorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.PasteAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.RemoveAllBreakpointsAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.RenameOperatorAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.SaveBuildingBlockAction
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleActivationItem
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleBreakpointItem
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree.ToggleShowDisabledItem
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.GridVizPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.Plot
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.AttributeFileCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.DefaultPropertyKeyRenderer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ListPropertyDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.SettingsDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.SettingsTabs
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.SimpleFileValueCellEditor
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.SearchDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.NewBuildingBlockMenu
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataViewer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewer
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
serialVersionUID - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.NoOpUserError
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.ExperimentStoppedException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.IllegalInputException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.IllegalNumberOfInnerOperatorsException
 
serialVersionUID - Static variable in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
serialVersionUID - Static variable in class edu.udo.cs.yale.operator.meta.ParameterSet
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.MissingIOObjectException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.OperatorCreationException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.OperatorException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.parameter.UndefinedParameterError
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.UserError
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.tools.math.SignificanceCalculationException
 
serialVersionUID - Static variable in class edu.udo.cs.yale.tools.RandomGenerator
 
serialVersionUID - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
serialVersionUID - Static variable in exception edu.udo.cs.yale.tools.XMLException
 
Series2WindowExamples - Class in edu.udo.cs.yale.operator.preprocessing.filter
This is the superclass for all series to example transformation operators based on windowing.
Series2WindowExamples(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
SERIES_AS_ATTRIBUTES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
SERIES_AS_EXAMPLES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
SERIES_REPRESENTATIONS - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.Series2WindowExamples
 
serverField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This field contains the server name or IP.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.BooleanArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.ByteArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.DatabaseDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in interface edu.udo.cs.yale.example.DataRow
Sets the value of the Attribute to value.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.DoubleArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.FloatArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Sets the given data for the given attribute.
set(Attribute, double) - Method in class edu.udo.cs.yale.example.SparseMapDataRow
Sets the given data for the given attribute.
set(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
 
set(Graphics2D) - Method in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
set_alpha(int, double) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
sets an alpha value.
set_b(double) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
set b
set_examples_size(int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Sets the number of examples to new value
set_n(int) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
set_n(int) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
set_y(int, double) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Sets the label value for the specified example.
setAdaptionFunction(AdaptionFunction) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
setAdaptionRadiusEnd(double) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
setAdaptionRadiusStart(double) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
setAdaptionType(int) - Method in class edu.udo.cs.yale.generator.SinusFactory
 
setAdditive(boolean) - Method in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
setAll(double) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets all flags to the given value.
setAlpha(double) - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator
 
setApplyInGeneration(int) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
setArguments(Attribute[]) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the arguments that were used to generate this attribute.
setArguments(Attribute[]) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the arguments that were used to generate this attribute.
setArguments(Attribute[]) - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
setArguments(Attribute[]) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Sets the arguments (indices) used in future generate(...)
setArray(int[], int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
setAttribute(Attribute) - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
setAttributePerPeak(int) - Method in class edu.udo.cs.yale.generator.SinusFactory
Must be bigger than 2!
setAttributes(ExampleSet) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setAttributes(ExampleSet) - Method in interface edu.udo.cs.yale.example.ExampleSet
Copies thie list of attributes from the given example set.
setAttributeUsed(Attribute, boolean) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the selection state of the attribute.
setAttributeUsed(int, boolean) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the selection state of the attribute with the given index.
setAttributeWeights(AttributeWeights) - Method in class edu.udo.cs.yale.operator.features.Individual
 
setAverage(double) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the average value of all attribute values in the example table.
setAverage(double) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
setAverage(double) - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
setAverage(double) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Sets the average value of all attribute values in the example table.
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
setAxis(int, int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Maps the given data dimension on the given plotterAxis.
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setAxis(int, int) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
setBestEver(Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
setBestModel(MultiCriterionDecisionStumps.DecisionStumpModel, double) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
setBinNumber(int) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
setBinNumber(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
setBinNumber(int) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
Indicates how many bins should be used for the distribution plot.
setBlockNumber(int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the block number.
setBlockNumber(int) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the block number.
setBlockType(int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the block type of this attribute.
setBlockType(int) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the block type of this attribute.
setBreakpoint(int, boolean) - Method in class edu.udo.cs.yale.operator.Operator
Sets or clears a breakpoint at the given position.
setButtonText() - Method in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
setCheckForMaximum(boolean) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Sets if the operator should check if the maximum was reached for the main criterion.
setCluster(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setCluster(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Sets the cluster attribute.
setColor(Color) - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
setColumnMapping(int) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
setColumnMapping(int) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
setComparator(PerformanceComparator) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
setCondition(int, int) - Method in class edu.udo.cs.yale.gui.ConditionalAction
 
setConfidence(String, double) - Method in class edu.udo.cs.yale.example.Example
Sets the confidence for the given nominal value.
setCoveredWeight(double) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Sets the covered weight of this hypothesis.
setCrowdingDistance(double) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
setCrowdingDistance(double) - Method in class edu.udo.cs.yale.operator.features.Individual
 
setCrowdingDistance(double) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
setCrowdingDistance(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
setCurrentBest(Individual) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
setCurrentOperator(Operator) - Method in class edu.udo.cs.yale.Experiment
Returns the operator that is currently being executed.
setCurrentPertubatedX(int) - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
setCurrentPertubatedY(int) - Method in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
setData(IOContainer, String) - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
setDataTable(DataTable) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets the data table for this plotter.
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Since this method already adds this object as a listener, all methods overriding this one should invoke the super method.
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewer
 
setDataTable(DataTable) - Method in class edu.udo.cs.yale.gui.viewer.DataTableViewerTable
 
setDataTables(Collection) - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
setDatum(int, int, String) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
setDegree(double) - Method in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
 
setDegree(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
setDescription(String) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Sets the short description.
setDistanceFunction(DistanceFunction) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
setDividerLocations(int, int) - Method in class edu.udo.cs.yale.gui.MainFrame
 
setDragBounds(int, int, int, int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets the bounds of the dragging rectangle.
setDragBounds(int, int, int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setDragBounds(int, int, int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDraw2DLines(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDraw2DLines(boolean) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
setDrawAxes(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDrawLabel(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDrawLegend(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
setDrawLegend(boolean) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
setDrawLegend(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setDrawRange(double, double, double, double) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets the drawing range in data space.
setDrawRange(double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setDrawRange(double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Sets the draw range in data space.
setDrawRange(double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
setDrawRange - Variable in class edu.udo.cs.yale.operator.features.PopulationPlotter
Indicates if the draw range should be set.
setDrawRangeInPlotterSpace(double, double, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Sets the draw range in plotter (mouse) space.
setEnabled(boolean) - Method in class edu.udo.cs.yale.operator.Operator
Sets the activation mode.
setEnabled(boolean) - Method in class edu.udo.cs.yale.operator.OperatorChain
 
setEpsilon(double) - Method in class edu.udo.cs.yale.generator.SinusFactory
 
setExampleSet(ExampleSet) - Method in class edu.udo.cs.yale.gui.viewer.DataViewer
 
setExampleSet(ExampleSet) - Method in class edu.udo.cs.yale.gui.viewer.DataViewerTable
 
setExampleSet(ExampleSet) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewer
 
setExampleSet(ExampleSet) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable
 
setExampleTable(ExampleTable) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
 
setExperiment(String) - Method in class edu.udo.cs.yale.gui.dialog.Tutorial
 
setExperiment(Experiment) - Method in class edu.udo.cs.yale.gui.MainFrame
Sets a new experiment and registers the MainFrame listener.
setExperiment(Experiment, List) - Method in class edu.udo.cs.yale.gui.properties.WizardPropertyTable
Sets rhe experiment and the editable parameters.
setExperiment(Experiment) - Method in class edu.udo.cs.yale.operator.Operator
Sets the experiment of this operator.
setExperiment(Experiment) - Method in class edu.udo.cs.yale.operator.OperatorChain
Sets the experiment for this operator chain and for all children.
setExperiment(Experiment) - Static method in class edu.udo.cs.yale.Yale
 
setExperimentFile(File) - Method in class edu.udo.cs.yale.Experiment
 
setExperimentIntoStateAt(int) - Method in class edu.udo.cs.yale.gui.MainFrame
 
setExpert(boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Sets if this parameter can be seen in expert mode (true) or beginner mode (false).
setExpertMode(boolean) - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
setFirstColumn(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setFirstRow(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setFitness(PerformanceVector) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
setFitnessVector(PerformanceVector[]) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.AbsoluteValueGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.AlgebraicOrGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.AverageGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.ExponentialFunctionGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.FeatureGenerator
Sets the function name.
setFunction(String) - Method in class edu.udo.cs.yale.generator.FloorCeilGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.MinMaxGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.NormalizationGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.PowerGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.ReciprocalValueGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.SquareRootGenerator
 
setFunction(String) - Method in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
setFunctionName(String) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the name of the function that generated this attribute.
setFunctionName(String) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the name of the function that generated this attribute.
setGamma(double) - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
 
setGamma(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
 
setGamma(double) - Method in class edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
 
setId(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setId(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Sets the ID attribute.
setIndexToCounterMap(int[]) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the index to counter map, e.g. after recalculating the attribute statistics.
setIndexToCounterMap(int[]) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Sets the index to counter map, e.g. after recalculating the attribute statistics.
setIndexToCounterMap(int[]) - Method in class edu.udo.cs.yale.example.NominalAttribute
Sets the index to counter map, e.g. after recalculating the attribute statistics.
setIndexToCounterMap(int[]) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
setInput(IOContainer) - Method in class edu.udo.cs.yale.operator.Operator
ATTENTION: Use this method only if you are ABSOLUTELY sure what you are doing!
setInputHandler(InputHandler) - Static method in class edu.udo.cs.yale.Yale
 
setJitter(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets the amount of Jitter and initiates a repaint.
setJitter(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setJitter(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
setJitter(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Sets the level of jitter and initiates a repaint.
setJitter(int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
Sets the level of jitter and initiates a repaint.
setKey(String) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
setKey(String) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
setKey(String) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets a key text (legend).
setKey(String) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setKey(String) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setKey(String) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
setLabel(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setLabel(double) - Method in class edu.udo.cs.yale.example.Example
Sets the value for the label attribute.
setLabel(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Sets the label attribute used for classification and regression.
setLabel(Attribute) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Sets the label attribute.
setLastColumn(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setLastRow(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setLearnRateEnd(double) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
setLearnRateStart(double) - Method in class edu.udo.cs.yale.tools.math.som.RitterAdaption
 
setLegendColumn(DataTable, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterLegend
 
setListParameter(String, List) - Method in class edu.udo.cs.yale.operator.Operator
Sets the given parameter list to the Parameters object of this operator.
setLoader(Loader) - Method in class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
Please note that the file must be set before the loader is given to this method.
setLocalNormalization(boolean) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
Does nothing.
setLowerArgumentBound(double) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Sets the lower bound for the arguments.
setLowerArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
Since circles are used the upper and lower bounds must be the same.
setMainCriterionName(String) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Sets the name of the main average (must be added by AverageVector.addAveragable(Averagable))
setMax(int, double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
setMaxColumns(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setMaxConstructionDepth(int) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
setMaximum(double) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the maximum value of all attribute values in the example table.
setMaximum(double) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
setMaximum(double) - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
setMaximum(double) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Sets the maximum value of all attribute values in the example table.
setMaxModelNumber(int) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Using this setter with a positive value makes the model discard all but the specified number of base models.
setMaxModelNumber(int) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Using this setter with a positive value makes the model discard all but the specified number of base models.
setMaxRows(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
 
setMaxValue(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
setMaxValueForFirstCriterion(double) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
setMessage(String) - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
setMikroAverage(double, int) - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
Sets the value of this estimated performance criterion.
setMin(int, double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
setMinimum(double) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the minimum value of all attribute values in the example table.
setMinimum(double) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
setMinimum(double) - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
setMinimum(double) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Sets the minimum value of all attribute values in the example table.
setMinValue(double) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
 
setMinWeight(double) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
setMode(String) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the average value of all attribute values in the example table.
setMode(String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Sets the mode for this attribute.
setMode(String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Sets the mode for this attribute.
setMode(String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
setMousePosInDataSpace(int, int) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
Sets the mouse position in the shown data space.
setMousePosInDataSpace(int, int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Indicates where the mouse is in the plotter component.
setMousePosInDataSpace(int, int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setMousePosInDataSpace(int, int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
Sets the mouse position in the shown data space.
setMousePosInDataSpace(int, int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
Sets the mouse position in the shown data space.
setName(String) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the name of the attribtue.
setName(String) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the name of the attribtue.
setName(String) - Method in class edu.udo.cs.yale.operator.Operator
Sets the name of the operator.
setNominalValues(List, ResultSet, Attribute) - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
setNominalValues(List, ResultSet, Attribute) - Method in class edu.udo.cs.yale.operator.io.KDBExampleSource
 
setNominalValues(List, ResultSet, Attribute) - Method in class edu.udo.cs.yale.operator.io.ResultSetExampleSource
Since the ResultSet does not provide information about possible values of nominal attributes, subclasses must set these by implementing this method.
setNominalValuesForLabel(Attribute) - Method in class edu.udo.cs.yale.operator.io.DatabaseExampleSource
 
setNrOfComponents(int) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.MainFrame
Sets the root operator for all editors.
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
Creates a new operator tree model and expands the complete tree.
setOperator(Operator) - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
setOperator(Operator) - Method in exception edu.udo.cs.yale.operator.UserError
 
setOperatorParameters(Element) - Method in class edu.udo.cs.yale.operator.Operator
Sets all parameters of this operator (including inner operators and their parameters).
setOptional(boolean) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeString
 
setOutputStream(OutputStream) - Static method in class edu.udo.cs.yale.tools.LogService
 
setOverwriteMode(boolean) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
Indicates if values which are merge with the current weights should overwrite them.
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.AbstractModel
Throws a UserError since most models should not allow additional parameters during application.
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.ContainerModel
Invokes the method for all models.
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
setParameter(String, String) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
setParameter(String, String) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, String) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, String) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, Object) - Method in interface edu.udo.cs.yale.operator.Model
This method can be used to allow additional parameters.
setParameter(String, String) - Method in class edu.udo.cs.yale.operator.Operator
Sets the given single parameter to the Parameters object of this operator.
setParameter(String, Object) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Sets the parameter for the given key after performing a range-check.
setParameters(double, double) - Method in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
 
setParameters(double, double, double) - Method in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
setParameters(double, double) - Method in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
 
setParameters(double, double) - Method in class edu.udo.cs.mySVM.Kernel.KernelNeural
 
setParameters(Parameters) - Method in interface edu.udo.cs.yale.gui.wizards.ConfigurationListener
 
setParameters(Parameters) - Method in class edu.udo.cs.yale.operator.Operator
Sets all parameters of this operator.
setParametersAndEvaluate(Individual) - Method in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
 
setParameterWithoutCheck(String, Object) - Method in class edu.udo.cs.yale.operator.parameter.Parameters
Sets the parameter without performing a range check.
setParent(OperatorChain) - Method in class edu.udo.cs.yale.operator.Operator
Sets the enclosing operator chain.
setParent(GroupTree) - Method in class edu.udo.cs.yale.tools.GroupTree
Sets the parent of this group.
setPerformance(PerformanceVector) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
 
setPerformance(PerformanceVector) - Method in class edu.udo.cs.yale.operator.features.Individual
 
setPerformance(PerformanceVector) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.AndrewsCurves
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
setPlotColumn(int, boolean) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Sets if the given data dimension should be plotted in the value dimension.
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.QuartilePlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
setPlotColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
setPlotterSelection(LinkedHashMap<String, Class>) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
setPointType(int) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setPolynomialParameters(double, double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
Sets the used polynomial parameters.
setPositiveWeight(double) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
Sets the covered positive weight of this hypothesis.
setPredictedLabel(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setPredictedLabel(double) - Method in class edu.udo.cs.yale.example.Example
Sets the value for the label attribute.
setPredictedLabel(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Sets the predicted label.
setPrediction(Example, double) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Sets the correct prediction to the example from the result value of the SVM.
setPrediction(Example, double) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMModel
 
setPrediction(Example, double) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRModel
 
setProgress(int) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
setProgress(int) - Method in interface edu.udo.cs.yale.tools.math.som.ProgressListener
 
setRandomGenerator(Random) - Method in interface edu.udo.cs.yale.tools.math.som.KohonenTrainingsData
 
setRandomGenerator(Random) - Method in class edu.udo.cs.yale.tools.math.som.RandomDataContainer
 
setRandomSeed(long) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
setResult(PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.validation.ValidationChain
Can be used by subclasses to set the performance of the example set.
setResult(PerformanceCriterion) - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Can be used by subclasses to set the performance of the example set.
setSelectedIndividual(int) - Method in class edu.udo.cs.yale.gui.dialog.IndividualSelector
 
setSelectedOperator(String) - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
setSelectedPlotter(String) - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
setSelectionMode(int) - Static method in class edu.udo.cs.yale.generator.FeatureGenerator
 
setShift(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
setShowColumn(int, boolean) - Method in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
setShowDisabledOperators(boolean) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Sets the state of showing diabled operators.
setSigma(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
 
setSigma(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
 
setSigma(double[]) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
setSigma1(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
setSigma2(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
setSigma3(double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
 
setSigmoidParameters(double, double) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
Sets the parameters of this Sigmoid kernel to the given values a and b.
setSource(int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
setSource(File, int) - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
setSpecial(int, boolean) - Method in class edu.udo.cs.yale.datatable.SimpleDataTable
 
setSpecialAttribute(String, Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Adds a special, i.e. named Attribute to the example set.
setSpecialAttribute(String, Attribute) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
setSpecialAttribute(String, Attribute) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
Sets the given special attribute or deletes it if the attribute is null.
setSpecialAttribute(String, Attribute) - Method in class edu.udo.cs.yale.tools.att.AttributeSet
Adds a named special attribute.
setSpecialText(String) - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
setStartGenerations(int) - Method in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
setSystemMonitor(SystemMonitor) - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
setTableIndex(int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the index in the example table.
setTableIndex(int) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the index in the example table.
setText(String) - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
setText() - Method in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
setText(File) - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
SETTINGS_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
SettingsDialog - Class in edu.udo.cs.yale.gui.properties
The settings dialog for user settings.
SettingsDialog(JFrame) - Constructor for class edu.udo.cs.yale.gui.properties.SettingsDialog
 
SettingsPropertyTable - Class in edu.udo.cs.yale.gui.properties
The property table for general Yale settings (in contrast to operator parameters).
SettingsPropertyTable() - Constructor for class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
SettingsPropertyTable(Collection<ParameterType>) - Constructor for class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
 
SettingsTabs - Class in edu.udo.cs.yale.gui.properties
The tabs for the different groups of Yale settings.
SettingsTabs() - Constructor for class edu.udo.cs.yale.gui.properties.SettingsTabs
 
setTitle() - Method in class edu.udo.cs.yale.gui.MainFrame
Sets the window title (Yale + filename + an asterisk if experiment was modified.
setToolTip(String, double, double) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
setToolTip(String, double, double) - Method in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
setToolTip(String, double, double) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
setToolTip(ToolTip) - Method in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
setToolTip(String, double, double) - Method in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
setToolTip(String, double, double) - Method in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
setToolTip(ToolTip) - Method in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
Does nothing.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
Does nothing.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
Sets the total number of attributes.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
Does nothing.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
Does nothing.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
Does nothing.
setTotalNumberOfAttributes(int) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Sets the maximal number of attributes.
setTotalNumberOfAttributes(int) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
Sets the total number of examples.
setTotalNumberOfExamples(int) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Sets the maximal number of examples.
setTotalNumberOfExamples(int) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
Does nothing.
setTrainingRounds(int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
setTutorialMode(boolean) - Method in class edu.udo.cs.yale.gui.MainFrame
 
setType(String) - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
setUnit(int, int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Sets the unit to given exponent.
setUnit(int, int) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the unit to given exponent.
setUnits(String) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Parses and sets the unit string.
setUnits(String) - Method in interface edu.udo.cs.yale.example.Attribute
Reads the units from a string as generated by unitToString.
setUnknownCounter(int) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Defines the number of undefined values for this attribute.
setUnknownCounter(int) - Method in interface edu.udo.cs.yale.example.Attribute
Defines the number of undefined values for this attribute.
setUnusedFunctions(String[]) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
setUp() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
setUp() - Method in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
setUp() - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
setUp() - Method in class edu.udo.cs.yale.test.ApplicationTest
 
setUp() - Method in class edu.udo.cs.yale.test.TestCase
 
setUpdated(boolean) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
setupFromXML(String) - Method in class edu.udo.cs.yale.Experiment
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GaussianFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.GridFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.RingClusteringFunction
 
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
Does nothing.
setUpperArgumentBound(double) - Method in interface edu.udo.cs.yale.operator.generator.TargetFunction
Sets the upper bound for the arguments.
setUpperArgumentBound(double) - Method in class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
 
setupPlaf() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
setUserData(String, Object) - Method in interface edu.udo.cs.yale.example.ExampleSet
Sets arbitrary user data, e.g. to cache certain performance values etc.
setUserData(String, Object) - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
setUserData(String, Object) - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
setUserDescription(String) - Method in class edu.udo.cs.yale.operator.Operator
Sets the user specified comment for this operator.
setValue(String) - Method in class edu.udo.cs.yale.example.AttributeValueFilter
 
setValue(int, int, double) - Method in class edu.udo.cs.yale.example.CorrelationMatrix
 
setValue(Attribute, double) - Method in class edu.udo.cs.yale.example.Example
Sets the value of attribute a.
setValue(Attribute, String) - Method in class edu.udo.cs.yale.example.Example
Sets the value of attribute a which must be a nominal attribute.
setValue(String) - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
setValue(String) - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
setValue(String) - Method in class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor
 
setValue(int, Object) - Method in class edu.udo.cs.yale.gui.properties.SimplePropertyTable
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor.AttributeTableModel
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable.DBExampleSourceConfigurationWizardDataTableModel
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
setValueAt(Object, int, int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
setValues(double[]) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
setValues(int, double[]) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
setValueType(int, int) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
 
setVariance(double) - Method in interface edu.udo.cs.yale.example.Attribute
Sets the variance of all attribute values in the example table.
setVariance(double) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Not supported for nominal attributes.
setVariance(double) - Method in class edu.udo.cs.yale.example.NominalAttribute
Not supported for nominal attributes.
setVariance(double) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Sets the variance of all attribute values in the example table.
setVariance(double) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
setVarianceThreshold(double) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
setVerbosityLevel(int) - Static method in class edu.udo.cs.yale.tools.LogService
 
setViewMode(int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
setWeight(Attribute) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
setWeight(double) - Method in class edu.udo.cs.yale.example.AttributeWeight
Sets the weight of the attribute.
setWeight(Attribute, double) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the weight of the attribute.
setWeight(int, double) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the weight of the attribute with the given index.
setWeight(String, double) - Method in class edu.udo.cs.yale.example.AttributeWeights
Sets the weight for the attribute with the given name.
setWeight(double) - Method in class edu.udo.cs.yale.example.Example
Sets the value for the weight attribute.
setWeight(Attribute) - Method in interface edu.udo.cs.yale.example.ExampleSet
Seturns the weight attribute.
setWeightApplier(WeightApplier) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
Sets the weight applier for this example set.
setWeightForBlock(int, double) - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
If a block starts with this attribute the weight of all attributes in the whole block will be set to the given weight.
setWeights(double[]) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNode
 
setXAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
setYAxis(int) - Method in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
setZooming(int) - Method in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
setZooming(int) - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Reacts to zoom setting changed.
setZooming(int) - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
setZooming(int) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
shift - Variable in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
The parameter shift of the multiquadric kernel.
shift - Variable in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
 
shift - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
The parameter shift of the multiquadric kernel.
shift - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
The parameter shift of the polynomial kernel.
SHORT_DESCRIPTION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
shouldCalculateWeights() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns true if the user wants to calculate feature weights (depending on a parameter).
shouldCalculateWeights() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns true if the user has specified that weights should be calculated.
shouldCalculateWeights() - Method in interface edu.udo.cs.yale.operator.learner.Learner
Most learners will return false since they are not able to calculate attribute weights.
shouldCalculateWeights() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Returns true if the user wants to calculate feature weights (depending on a parameter).
shouldCalculateWeights() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns true if the user wants to calculate feature weights (depending on a parameter).
shouldCalculateWeights() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns true if the user wants to calculate feature weights (depending on a parameter).
shouldDeliverOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns true it the user wants to deliver the performance of the original optimization problem.
shouldDeliverOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
Returns the value of the corresponding parameter.
shouldDeliverOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
Returns the value of the corresponding parameter.
shouldDeliverOptimizationPerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
Returns the value of the corresponding parameter.
shouldEstimatePerformance() - Method in class edu.udo.cs.yale.operator.learner.AbstractLearner
Returns true if the user wants to estimate the performance (depending on a parameter).
shouldEstimatePerformance() - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
shouldEstimatePerformance() - Method in interface edu.udo.cs.yale.operator.learner.Learner
Most learners will return false since they are not able to estimate the learning performance.
shouldEstimatePerformance() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Returns true if the user wants to estimate the performance (depending on a parameter).
shouldEstimatePerformance() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
Returns true if the user wants to estimate the performance (depending on a parameter).
shouldEstimatePerformance() - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
Returns true if the user wants to estimate the performance (depending on a parameter).
shouldIgnoreColumn(int) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
shouldIgnoreColumn(String) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
 
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.ExperimentOperator
Returns true since this operator chain should just return the output of the last inner operator.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
Returns true since this operator chain should just return the output of the last inner operator.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
Returns true since this operator chain should return the output of the last inner operator.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.meta.MultipleLabelIterator
Returns true since this operator chain should just return the output of the last inner operator.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.meta.OperatorEnabler
Returns true since this operator chain should just return the output of the last inner operator.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.meta.RandomOptimizationChain
 
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.OperatorChain
Indicates if inner output should be delivered by this operator chain.
shouldReturnInnerOutput() - Method in class edu.udo.cs.yale.operator.SimpleOperatorChain
Returns true since this operator chain should just return the output of the last inner operator.
shouldStop() - Method in class edu.udo.cs.yale.Experiment
Returns true iff the experiment should be stopped.
show - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
SHOW_PLOT - Static variable in class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
showColor - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
showConnectionError(String, SQLException) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
showDialog(URL) - Static method in class edu.udo.cs.yale.gui.dialog.Browser
 
showDisabledOperators - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Indicates if disabled operators should be shown by the model (default: true).
showDisabledOperators() - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Indicates if disabled operators should be displayed by the tree.
showErrorMessage(String, Throwable) - Static method in class edu.udo.cs.yale.gui.SwingTools
 
showFailureDialog - Variable in class edu.udo.cs.yale.gui.CheckForUpdatesThread
 
showLogo - Variable in class edu.udo.cs.yale.Main
 
showLogo() - Static method in class edu.udo.cs.yale.Yale
 
showMatrix - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
showOptionsDialog() - Method in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
The current implementation of this plotter does not provide an options dialog.
showOptionsDialog() - Method in interface edu.udo.cs.yale.gui.plotter.Plotter
Opens an options dialog.
showOptionsDialog() - Method in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
Does nothing.
showParameter() - Method in class edu.udo.cs.yale.operator.InputDescription
Indicates if a user parameter should be defined.
showPlot - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
Indicates if a convergence plot should be drawn.
showPlot - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates if a convergence plot should be drawn.
showSimpleErrorMessage(String, Throwable) - Static method in class edu.udo.cs.yale.gui.SwingTools
 
showSomething() - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
showSplashScreen() - Method in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
showTip - Variable in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
showVerySimpleErrorMessage(String) - Static method in class edu.udo.cs.yale.gui.SwingTools
 
shrink() - Method in class edu.udo.cs.mySVM.SVM.SVM
shrink the variables
shrink(int, int) - Method in class edu.udo.cs.mySVM.Util.Cache
 
shrink_const - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
shrinked - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
SHUFFLE - Static variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
SHUFFLED_SAMPLING - Static variable in class edu.udo.cs.yale.example.SplittedExampleSet
Indicates a shuffled sampling for partition building.
ShuffledPartitionBuilder - Class in edu.udo.cs.yale.example
Creates a shuffled partition for an example set.
ShuffledPartitionBuilder(int) - Constructor for class edu.udo.cs.yale.example.ShuffledPartitionBuilder
 
SIBLINGS_EXIST - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
SIGMA - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
sigma - Variable in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
The parameter sigma of the Epanechnikov kernel.
sigma - Variable in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
The parameter sigma of the Multiquadric kernel.
sigma - Variable in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
 
sigma - Variable in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
 
sigma - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
The parameter sigma of the Epanechnikov kernel.
sigma - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
The parameter sigma of the Multiquadric kernel.
sigma - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
sigma1 - Variable in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
The parameter sigma1 of the Gaussian combination kernel.
sigma1 - Variable in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
sigma1 - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
The parameter sigma1 of the Gaussian combination kernel.
sigma2 - Variable in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
The parameter sigma2 of the Gaussian combination kernel.
sigma2 - Variable in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
sigma2 - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
The parameter sigma2 of the Gaussian combination kernel.
sigma3 - Variable in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
The parameter sigma3 of the Gaussian combination kernel.
sigma3 - Variable in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
sigma3 - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
The parameter sigma3 of the Gaussian combination kernel.
sigma_0_2 - Variable in class edu.udo.cs.myGP.Problem
 
SIGMA_chol - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
sigmas - Variable in class edu.udo.cs.yale.operator.generator.Cluster
 
sigmoid(double) - Method in class edu.udo.cs.myRVM.RVMClassification
Sigmoid link function
SigmoidKernel - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Returns the value of a Sigmoid kernel of both examples.
SigmoidKernel() - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
 
SignificanceCalculationException - Exception in edu.udo.cs.yale.tools.math
This exception is thrown during the calculation of significance values like paired t-tests or ANOVA.
SignificanceCalculationException(String) - Constructor for exception edu.udo.cs.yale.tools.math.SignificanceCalculationException
 
SignificanceTestOperator - Class in edu.udo.cs.yale.operator.validation.significance
Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors.
SignificanceTestOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
 
SignificanceTestResult - Class in edu.udo.cs.yale.tools.math
This class encapsulates the result of a statistical significance test.
SignificanceTestResult() - Constructor for class edu.udo.cs.yale.tools.math.SignificanceTestResult
 
simple_solve(int, int, double, double, double, double, double, double, double, double, double, double, double) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
SimpleAccuracy - Class in edu.udo.cs.yale.operator.performance
This class calculates the accuracy without determining the complete contingency table.
SimpleAccuracy(String) - Constructor for class edu.udo.cs.yale.operator.performance.SimpleAccuracy
 
SimpleArrayData - Interface in edu.udo.cs.yale.example
The data is hold as string array.
SimpleArrayDataRowReader - Class in edu.udo.cs.yale.example
Creates a data row reader which uses an iterator over SimpleArrayData.
SimpleArrayDataRowReader(DataRowFactory, Attribute[], Iterator) - Constructor for class edu.udo.cs.yale.example.SimpleArrayDataRowReader
 
SimpleBinaryPredictionModel - Class in edu.udo.cs.yale.operator.learner
A model that can be applied to an example set by applying it to each example separately.
SimpleBinaryPredictionModel() - Constructor for class edu.udo.cs.yale.operator.learner.SimpleBinaryPredictionModel
 
SimpleBinaryPredictionModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.SimpleBinaryPredictionModel
 
SimpleBinDiscretization - Class in edu.udo.cs.yale.operator.preprocessing.discretization
An example filter that discretizes all numeric attributes in the dataset into nominal attributes.
SimpleBinDiscretization(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.discretization.SimpleBinDiscretization
 
SimpleChainInnerOperatorCondition - Class in edu.udo.cs.yale.operator.condition
This condition can be used to check if all inner operators can handle the output of their predecessor.
SimpleChainInnerOperatorCondition() - Constructor for class edu.udo.cs.yale.operator.condition.SimpleChainInnerOperatorCondition
 
SimpleChainRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
A renderer for simple operator chain in the box view.
SimpleChainRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.SimpleChainRenderer
 
SimpleCriterion - Class in edu.udo.cs.yale.operator.performance
Simple criteria are those which error can be counted for each example and can be averaged by the number of examples.
SimpleCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
simpleData - Variable in class edu.udo.cs.yale.example.SimpleArrayDataRowReader
 
SimpleDataTable - Class in edu.udo.cs.yale.datatable
A simple data table implementation which stores the data itself.
SimpleDataTable(String, String[]) - Constructor for class edu.udo.cs.yale.datatable.SimpleDataTable
 
SimpleDataTable(String, String[], double[]) - Constructor for class edu.udo.cs.yale.datatable.SimpleDataTable
 
SimpleDataTableRow - Class in edu.udo.cs.yale.datatable
A data list that contains Object arrays that record experiment results or other data.
SimpleDataTableRow(double[]) - Constructor for class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
SimpleDataTableRow(double[], String) - Constructor for class edu.udo.cs.yale.datatable.SimpleDataTableRow
 
SimpleExampleReader - Class in edu.udo.cs.yale.example
This reader simply uses all examples from an example table.
SimpleExampleReader(DataRowReader, ExampleSet) - Constructor for class edu.udo.cs.yale.example.SimpleExampleReader
Creates a simple example reader.
SimpleExampleSet - Class in edu.udo.cs.yale.example
A simple implementation of ExampleSet containing a list of attributes and a special attribute map.
SimpleExampleSet(SimpleExampleSet) - Constructor for class edu.udo.cs.yale.example.SimpleExampleSet
Clone constructor.
SimpleExampleSet(ExampleTable, Collection<Attribute>) - Constructor for class edu.udo.cs.yale.example.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(AbstractExampleTable, Attribute, Attribute, Attribute, Attribute) - Constructor for class edu.udo.cs.yale.example.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(AbstractExampleTable, Map<String, Attribute>) - Constructor for class edu.udo.cs.yale.example.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSource - Class in edu.udo.cs.yale.operator.io
This operator reads an example set from (a) file(s).
SimpleExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.SimpleExampleSource
 
SimpleFileFilter - Class in edu.udo.cs.yale.gui
A file filter for a given set of extensions.
SimpleFileFilter(String, String) - Constructor for class edu.udo.cs.yale.gui.SimpleFileFilter
 
SimpleFileFilter(String, String, int) - Constructor for class edu.udo.cs.yale.gui.SimpleFileFilter
 
SimpleFileFilter(String, String[], int) - Constructor for class edu.udo.cs.yale.gui.SimpleFileFilter
Creates a FileFilter that filters based on a list of extensions.
SimpleFileValueCellEditor - Class in edu.udo.cs.yale.gui.properties
A simple file cell editor for generic files.
SimpleFileValueCellEditor(ParameterTypeFile) - Constructor for class edu.udo.cs.yale.gui.properties.SimpleFileValueCellEditor
 
SimpleNonLinearClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if att1*att2 > 50 and att1 * att2 < 80. SimpleNonLinearClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SimpleNonLinearClassificationFunction
 
SimpleOperatorChain - Class in edu.udo.cs.yale.operator
A simple operator chain which can have an arbitrary number of inner operators.
SimpleOperatorChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.SimpleOperatorChain
Creates an empty operator chain.
SimplePartitionBuilder - Class in edu.udo.cs.yale.example
Creates a simple non-shuffled partition for an example set.
SimplePartitionBuilder() - Constructor for class edu.udo.cs.yale.example.SimplePartitionBuilder
 
SimplePeakFinder - Class in edu.udo.cs.yale.tools.math
This simple implementation returns a peak if the specified number of neighbors is smaller than the current value.
SimplePeakFinder(int) - Constructor for class edu.udo.cs.yale.tools.math.SimplePeakFinder
 
SimplePlotterDialog - Class in edu.udo.cs.yale.gui.plotter
This dialog can be used to create a simple plot dialog from a given DataTable.
SimplePlotterDialog(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
SimplePlotterDialog(DataTable, boolean) - Constructor for class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
SimplePlotterDialog(Frame, DataTable, int, int, boolean) - Constructor for class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 
SimplePolynomialClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if (att1*att1*att1*att1) > 100.
SimplePolynomialClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SimplePolynomialClassificationFunction
 
SimplePredictionModel - Class in edu.udo.cs.yale.operator.learner
A model that can be applied to an example set by applying it to each example separately.
SimplePredictionModel() - Constructor for class edu.udo.cs.yale.operator.learner.SimplePredictionModel
 
SimplePredictionModel(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.SimplePredictionModel
 
SimplePropertyTable - Class in edu.udo.cs.yale.gui.properties
This abstract class implements some methods which should be sufficient in almost all cases of the Yale GUI.
SimplePropertyTable() - Constructor for class edu.udo.cs.yale.gui.properties.SimplePropertyTable
 
SimpleResultObject - Class in edu.udo.cs.yale.operator
A SimpleResulObject is only a helper class for very simple results with only a name and descriptive text.
SimpleResultObject(String, String) - Constructor for class edu.udo.cs.yale.operator.SimpleResultObject
 
SimpleSampleTest - Class in edu.udo.cs.yale.test
Performs the sample experiment and does not check the output.
SimpleSampleTest(String) - Constructor for class edu.udo.cs.yale.test.SimpleSampleTest
 
SimpleSampling - Class in edu.udo.cs.yale.operator.preprocessing.sampling
Simple sampling operator.
SimpleSampling(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.sampling.SimpleSampling
 
SimpleSinusFunction - Class in edu.udo.cs.yale.operator.generator
The label is sin(att1).
SimpleSinusFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SimpleSinusFunction
 
SimpleSuperpositionFunction - Class in edu.udo.cs.yale.operator.generator
The label is 5 * sin(att1) + sin(30 * att1).
SimpleSuperpositionFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SimpleSuperpositionFunction
 
SimpleWeighting - Class in edu.udo.cs.yale.operator.features.weighting
This PopulationOperator realises a simple weighting, i.e. creates a list of clones of each individual and weights one attribute in each of the clones with some different weights.
SimpleWeighting(double, double[]) - Constructor for class edu.udo.cs.yale.operator.features.weighting.SimpleWeighting
Creates a simple weighting.
sin(double) - Method in class edu.udo.cs.yale.gui.plotter.BoundDiagram
Gets the sinus of the angle.
sin(double) - Method in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Gets the sinus of the angle.
SincFunction - Class in edu.udo.cs.yale.operator.generator
The sinc function on R^n for n >= 1 The Label is f(x) = sin(x) / ||x||, if ||x|| !
SincFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SincFunction
 
SINGLE_SELECTION - Static variable in interface edu.udo.cs.yale.gui.plotter.Plotter
Indicates that only single values can be selected by the user for a dimension.
SINGLE_VALUE - Static variable in class edu.udo.cs.yale.tools.Ontology
 
SingleAttributes2ValueSeries - Class in edu.udo.cs.yale.operator.preprocessing.filter
Transforms all regular attributes of a given example set into a value series.
SingleAttributes2ValueSeries(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.SingleAttributes2ValueSeries
 
singleton - Static variable in class edu.udo.cs.yale.tools.XMLSerialization
 
SingularNumericalGenerator - Class in edu.udo.cs.yale.generator
Generators of this class will have one numerical input attribute and one output attribute.
SingularNumericalGenerator() - Constructor for class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
SINUS - Static variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
SinusClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if (sin(att1*att2) + sin(att1+att2)) > 0.
SinusClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SinusClassificationFunction
 
SinusFactory - Class in edu.udo.cs.yale.generator
Factory class to produce new attributes based on the fourier synthesis of the label mapped on an attribute dimension.
SinusFactory(int) - Constructor for class edu.udo.cs.yale.generator.SinusFactory
Creates a new sinus factory which creates maxPeaks new peaks.
SinusFrequencyFunction - Class in edu.udo.cs.yale.operator.generator
The label is 10 * sin(3 * att1) + 12 * sin(7 * att1) + 11 * sin(5 * att2) + 9 * sin(10 * att2) + 10 * sin(8 * (att1 + att2)).
SinusFrequencyFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SinusFrequencyFunction
 
SinusFunction - Class in edu.udo.cs.yale.operator.generator
The label is sin(att1*att2) + sin(att1+att2).
SinusFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SinusFunction
 
size() - Method in class edu.udo.cs.mySVM.Util.Heap
 
size() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns the number of features in this map.
size - Variable in class edu.udo.cs.yale.example.ConditionedExampleSet
 
size() - Method in class edu.udo.cs.yale.example.ConditionedExampleSet
Counts the number of examples which fulfills the condition.
size - Variable in class edu.udo.cs.yale.example.DatabaseExampleTable
 
size() - Method in interface edu.udo.cs.yale.example.ExampleSet
Returns the number of examples in this example set.
size() - Method in class edu.udo.cs.yale.example.ExampleSetAdapter
 
size - Variable in class edu.udo.cs.yale.example.RandomDataRowReader
 
size - Variable in class edu.udo.cs.yale.example.RandomExampleTable
 
size() - Method in class edu.udo.cs.yale.example.SimpleExampleSet
 
size() - Method in class edu.udo.cs.yale.example.SplittedExampleSet
 
size - Variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
size - Variable in class edu.udo.cs.yale.operator.generator.Cluster
 
size() - Method in class edu.udo.cs.yale.operator.IOContainer
Returns the number of IOObjects in this container.
size() - Method in class edu.udo.cs.yale.tools.math.AverageVector
Returns the number of averages in the list.
size() - Method in class edu.udo.cs.yale.tools.math.RunVector
Returns the number of average vectors.
skipLine() - Method in class edu.udo.cs.yale.example.FileDataRowReader
Skips the next line, if present.
SkipNANExampleReader - Class in edu.udo.cs.yale.example
This ExampleReader skips all examples containing attribute values that are not a number.
SkipNANExampleReader(Iterator<Example>) - Constructor for class edu.udo.cs.yale.example.SkipNANExampleReader
 
skipPattern - Variable in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
 
SKIPPED_CLASSIFIERS - Static variable in class edu.udo.cs.yale.tools.WekaOperatorFactory
 
SKIPPED_META_CLASSIFIERS - Static variable in class edu.udo.cs.yale.tools.WekaOperatorFactory
 
slope - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
solutionGoodEnough() - Method in class edu.udo.cs.yale.operator.features.aggregation.EvolutionaryFeatureAggregation
Returns true if the maximum number of generations was reached.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.FeatureOperator
Has to return true if the main loop can be stopped because a solution is concidered to be good enough according to some criterion.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
Returns true if generation is >= maximum_number_of_generations or after generations_without_improval generations without improval.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.selection.BruteForceSelection
Stops immediately.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.selection.FeatureSelectionOperator
Returns true if the best individual is not better than the last generation's best individual.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
Returns true if the best individual is not better than the last generation's best individual.
solutionGoodEnough(Population) - Method in class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
 
solutionGoodEnough() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.EvolutionaryBoosting
Returns true if the maximum number of generations was reached.
solve() - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
solve() - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
SOMDimensionalityReduction - Class in edu.udo.cs.yale.operator.features.transformation
This operator performs a dimensionality reduction based on a SOM (Self Organizing Map, aka Kohonen net).
SOMDimensionalityReduction(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.SOMDimensionalityReduction
 
SOMFireColorizer - Class in edu.udo.cs.yale.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMFireColorizer() - Constructor for class edu.udo.cs.yale.gui.plotter.som.SOMFireColorizer
 
SOMGreyColorizer - Class in edu.udo.cs.yale.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMGreyColorizer() - Constructor for class edu.udo.cs.yale.gui.plotter.som.SOMGreyColorizer
 
SOMLandscapeColorizer - Class in edu.udo.cs.yale.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMLandscapeColorizer() - Constructor for class edu.udo.cs.yale.gui.plotter.som.SOMLandscapeColorizer
 
SOMMatrixColorizer - Interface in edu.udo.cs.yale.gui.plotter.som
This is the interface for every visualization of a SOM map.
SOMPlotter - Class in edu.udo.cs.yale.gui.plotter.som
This is the main class for the SOMPlotter.
SOMPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
sort(int, int) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Sorts the arrays in the given range.
sort(int, int) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Sorts the arrays in the given range.
sort() - Method in class edu.udo.cs.yale.operator.features.Population
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
sort() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
sortByColumn(int, int) - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
sortByCrowdingDistance(List<AggregationIndividual>) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationNonDominatedSortingSelection
Sorts the given rank by crowding distance (i.e. the "neighborhoodship" in the fitness space).
sortByCrowdingDistance(List<Individual>) - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
Sorts the given rank by crowding distance (i.e. the "neighborhoodship" in the fitness space).
sortByCrowdingDistance(List<BoostingIndividual>) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingNonDominatedSortingSelection
Sorts the given rank by crowding distance (i.e. the "neighborhoodship" in the fitness space).
sortByCrowdingDistance(List<Individual>) - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.NonDominatedSortingSelection
Sorts the given rank by crowding distance (i.e. the "neighborhoodship" in the fitness space).
sortByWeight(String[], int, int) - Method in class edu.udo.cs.yale.example.AttributeWeights
Sorts the given array of attribute names according to their weight, the sorting direction (ascending or descending), and with respect to the fact if original or absolute weights should be used.
sorted_eigenvectors - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
sorted_eigenvectors - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
sortindex - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
sortindex - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
SORTING_ORDER_NAMES - Static variable in class edu.udo.cs.yale.example.AttributeWeights
The names for the sorting orders.
SORTING_TYPE_NAMES - Static variable in class edu.udo.cs.yale.example.AttributeWeights
The names for the sorting value type.
sortingDimensions - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
sortNominalMappings() - Method in interface edu.udo.cs.yale.example.Attribute
This method rearranges the string to number mappings such that they are in alphabetical order.
sortNominalMappings() - Method in class edu.udo.cs.yale.example.BinaryAttribute
This method rearranges the string to number mappings such that they are in alphabetical order.
sortNominalMappings() - Method in class edu.udo.cs.yale.example.NominalAttribute
This method rearranges the string to number mappings such that they are in alphabetical order.
sortNominalMappings() - Method in class edu.udo.cs.yale.example.NumericalAttribute
Not supported by numerical attributes.
sortType - Variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates the type of sorting.
source - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
SOURCE - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
source - Variable in class edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
 
SOURCE_BOTH - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
SOURCE_EXPERIMENT - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
SOURCE_FILE - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
sourceDir - Variable in class edu.udo.cs.yale.doc.CommentStripper
 
sourceList - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
sources - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The list of the abstract attribute informations.
sources - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable.ExampleSourceConfigurationWizardAttributeTypeTableModel
 
sources - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
 
sources - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel
 
sources - Variable in class edu.udo.cs.yale.tools.att.AttributeDataSourceCreator
The list of the abstract attribute informations.
SPARSE_SEPARATOR - Static variable in class edu.udo.cs.yale.example.Example
Separates indices from values in sparse format (colon).
SparseDataRow - Interface in edu.udo.cs.yale.example
This interface defines methods for sparse data rows which might be implemented to allow more efficient querying of the non-default values.
SparseFormatDataRowReader - Class in edu.udo.cs.yale.example
Reads the data rows in sparse format.
SparseFormatDataRowReader(DataRowFactory, int, Map<String, String>, AttributeSet, Reader, Reader, int) - Constructor for class edu.udo.cs.yale.example.SparseFormatDataRowReader
Creates a new data row reader for sparse format.
SparseFormatExampleSource - Class in edu.udo.cs.yale.operator.io
Reads an example file in sparse format, i.e. lines have the form
label index:value index:value index:value...
SparseFormatExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.SparseFormatExampleSource
 
SparseMapDataRow - Class in edu.udo.cs.yale.example
Implementation of DataRow that is backed by a HashMap.
SparseMapDataRow() - Constructor for class edu.udo.cs.yale.example.SparseMapDataRow
 
SparseReaderTest - Class in edu.udo.cs.yale.example.test
Tests all formats of the SparseFormatDataRowReader
SparseReaderTest() - Constructor for class edu.udo.cs.yale.example.test.SparseReaderTest
 
SPARSITY_MUTATION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a hybrid between switching mutation and Gaussian mutation.
SparsityMutation - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Checks for each value if it should mutated.
SparsityMutation(double, double[], double[], int[], RandomGenerator) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
SPECIAL_COLUMN_NAMES - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
specialAttributeMap - Variable in class edu.udo.cs.yale.example.SimpleExampleSet
Maps names of named special attributes to Attributes
specialAttributeNames - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
specialAttributes - Variable in class edu.udo.cs.yale.example.Example
The map with all special attributes.
specialAttributes - Variable in class edu.udo.cs.yale.example.SimpleExampleReader
The special attributes of the example set.
specialAttributes - Variable in class edu.udo.cs.yale.example.WeightingExampleReader
The special attributes of the example set.
specialAttributes - Variable in class edu.udo.cs.yale.gui.viewer.DataViewerTableModel
 
specialAttributes - Variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
specialAttributes - Variable in class edu.udo.cs.yale.test.ExampleSetSampleTest
 
specialAttributes - Variable in class edu.udo.cs.yale.tools.att.AttributeSet
Names, i.e.
specialColumns - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
specialText - Variable in class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
SpecificInnerOperatorCondition - Class in edu.udo.cs.yale.operator.condition
A condition for a specific inner operator with a fixed index.
SpecificInnerOperatorCondition(String, int, Class[], Class[]) - Constructor for class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
Creates an inner operator condition.
SpectrumFilter - Class in edu.udo.cs.yale.tools.math
Creates a series of peaks (a spectrum) from the series of complex values calculated for example by a fourier transform.
SpectrumFilter(int) - Constructor for class edu.udo.cs.yale.tools.math.SpectrumFilter
 
SpiralClusteringFunction - Class in edu.udo.cs.yale.operator.generator
Generates a data set for two attributes.
SpiralClusteringFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
 
splashMessage(String) - Static method in class edu.udo.cs.yale.Yale
 
SplashScreen - Class in edu.udo.cs.yale.gui.dialog
The splash screen is displayed during start up of Yale.
SplashScreen(String, String, Image) - Constructor for class edu.udo.cs.yale.gui.dialog.SplashScreen
 
splashScreen - Static variable in class edu.udo.cs.yale.Yale
 
split(Tag) - Method in class edu.udo.cs.yale.doc.RefTaglet
 
split(Tag) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
splitByAttribute(ExampleSet, Attribute) - Static method in class edu.udo.cs.yale.example.SplittedExampleSet
Works only for nominal and integer attributes.
SplitChain - Class in edu.udo.cs.yale.operator.postprocessing
An operator chain that split an ExampleSet into two disjunct parts and applies the first child operator on the first part and applies the second child on the second part and the result of the first child.
SplitChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.postprocessing.SplitChain
 
splitPaneV - Variable in class edu.udo.cs.yale.gui.MainFrame
 
splitPartition - Variable in class edu.udo.cs.yale.example.Partition
Maps every example to its partition index.
SplitSVMModel - Class in edu.udo.cs.yale.operator.features.transformation
Splits a JMySVMModel into an ExampleSet of the support vectors and AttributeWeights representing the normal of the hyperplane.
SplitSVMModel(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.transformation.SplitSVMModel
 
SplittedExampleSet - Class in edu.udo.cs.yale.example
An example set that can be split into subsets by using a Partition.
SplittedExampleSet(SplittedExampleSet) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSet
Clone constructor.
SplittedExampleSet(ExampleSet, Partition) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSet
Constructs a SplittedExampleSet with the given partition.
SplittedExampleSet(ExampleSet, double, int, int) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSet
Creates an example set that is splitted into two subsets using the given sampling type.
SplittedExampleSet(ExampleSet, double[], int, int) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSet
Creates an example set that is splitted into n subsets with the given sampling type.
SplittedExampleSet(ExampleSet, int, int, int) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSet
Creates an example set that is splitted into numberOfSubsets parts with the given sampling type.
SplittedExampleSetReader - Class in edu.udo.cs.yale.example
Returns only a subset of an example set specified by an instance of Partition.
SplittedExampleSetReader(Iterator<Example>, Partition) - Constructor for class edu.udo.cs.yale.example.SplittedExampleSetReader
 
SPSSDataRowReader - Class in edu.udo.cs.yale.example
SPSSDataRowReader implements a DataRowReader that reads DataRows from an SPSS file.
SPSSDataRowReader(DataRowFactory, File, boolean, boolean, boolean, double, int) - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader
 
SPSSDataRowReader.DictionaryTermination - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.DictionaryTermination() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.DictionaryTermination
 
SPSSDataRowReader.Document - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.Document() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.Document
 
SPSSDataRowReader.SPSSFileHeader - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.SPSSFileHeader() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.SPSSFileHeader
 
SPSSDataRowReader.ValueLabels - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.ValueLabels() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.ValueLabels
 
SPSSDataRowReader.ValueLabelVariable - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.ValueLabelVariable() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.ValueLabelVariable
 
SPSSDataRowReader.Variable - Class in edu.udo.cs.yale.example
 
SPSSDataRowReader.Variable() - Constructor for class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
SPSSExampleSource - Class in edu.udo.cs.yale.operator.io
This operator can read spss files.
SPSSExampleSource(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.SPSSExampleSource
 
sqlQueryTextArea - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The text area with the where clause.
SQRT_PN - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
Squared - Class in edu.udo.cs.yale.operator.learner.igss.utility
The utility function Squared.
Squared(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Constructs a new Squared with the given default probability.
SquaredCorrelationCriterion - Class in edu.udo.cs.yale.operator.performance
Computes the square of the empirical corellation coefficient 'r' between label and prediction.
SquaredCorrelationCriterion() - Constructor for class edu.udo.cs.yale.operator.performance.SquaredCorrelationCriterion
 
SquaredError - Class in edu.udo.cs.yale.operator.performance
The squared error.
SquaredError() - Constructor for class edu.udo.cs.yale.operator.performance.SquaredError
 
squaredSum - Variable in class edu.udo.cs.yale.example.NumericalAttributeStatistics
 
squaredSum - Variable in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
SquarePulseFunction - Class in edu.udo.cs.yale.operator.generator
The label is a square pulse in attribute att1.
SquarePulseFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SquarePulseFunction
 
SquareRootGenerator - Class in edu.udo.cs.yale.generator
This class has one numerical input attribute and one output attribute.
SquareRootGenerator() - Constructor for class edu.udo.cs.yale.generator.SquareRootGenerator
 
squaresSum - Variable in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
st_deviation - Variable in class edu.udo.cs.yale.operator.features.selection.RemoveCorrelatedFeatures
 
standardDeviation - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
StandardDeviationWeighting - Class in edu.udo.cs.yale.operator.features.weighting
Creates a plot of the standard deviations of all attributes.
StandardDeviationWeighting(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.weighting.StandardDeviationWeighting
 
start(RootDoc) - Static method in class edu.udo.cs.yale.doc.DocumentationGenerator
 
start() - Method in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
start - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
start - Variable in class edu.udo.cs.yale.gui.SearchDialog.Result
 
start - Variable in class edu.udo.cs.yale.tools.math.BinaryPeakFinder.Area
 
START_TEXT - Static variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
Calculates the AUC.
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.Margin
Calculates the margin.
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.MeasuredPerformance
Initialises the criterion.
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Initializes the criterion and sets the label.
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
startCounting(ExampleSet) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
startGenerations - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGenerator
 
startModel - Variable in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
 
startOptions - Variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
startTime - Variable in class edu.udo.cs.yale.operator.Operator
System time when execution started.
startVisualization(String) - Method in class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
startVisualization(String) - Method in class edu.udo.cs.yale.gui.ExampleVisualizer
 
startVisualization(String) - Method in interface edu.udo.cs.yale.ObjectVisualizer
 
startVisualization(String) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
startVisualization(String) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
state - Variable in class edu.udo.cs.yale.gui.dialog.Tutorial
 
stateChanged(ChangeEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
Handles events of the editorTabs, i.e. updates all editors such that they reflect the changed experiment.
STATISTICS - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
statistics - Variable in class edu.udo.cs.yale.operator.visualization.DataStatistics
 
STATUS - Static variable in class edu.udo.cs.yale.tools.LogService
The default log verbosity for all logging purposes of operators.
StatusBar - Class in edu.udo.cs.yale.gui.experimenteditor
The status bar shows the currently applied operator and the time it needed so far.
StatusBar() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.StatusBar
 
statusBar - Variable in class edu.udo.cs.yale.gui.MainFrame
 
stddev - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
ste - Variable in class edu.udo.cs.yale.gui.dialog.ErrorDialog.FormattedStackTraceElement
 
step(int) - Method in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
step(int) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
step(int) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
STEP_TABLE_SELECTION - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
STEP_TYPE_DEFINITION - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
STEP_USER_DATA - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
stepCounter - Variable in class edu.udo.cs.yale.operator.OperatorChain
 
stepsize - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Parameter stepsize of the IGSS algorithm
stillRunning - Variable in class edu.udo.cs.yale.gui.dialog.StopDialog
 
STOCHASTIC_UNIVERSAL - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
STOCHASTIC_UNIVERSAL - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a stochastic universal sampling selection scheme.
StochasticUniversalSampling - Class in edu.udo.cs.yale.operator.features.selection
Similar to a the roulette wheel selection the fitness values of all individuals build a partition of the 360 degrees of a wheel.
StochasticUniversalSampling(int, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.StochasticUniversalSampling
 
StochasticUniversalSampling - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Similar to a the roulette wheel selection the fitness values of all individuals build a partition of the 360 degrees of a wheel.
StochasticUniversalSampling(int, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.StochasticUniversalSampling
 
stop() - Method in class edu.udo.cs.yale.Experiment
Stops the experiment as soon as possible.
stop() - Method in class edu.udo.cs.yale.operator.Operator
 
STOP_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
StopDialog - Class in edu.udo.cs.yale.gui.dialog
The stop dialog can be used by operators which allow to abort an iteration.
StopDialog(String, String) - Constructor for class edu.udo.cs.yale.gui.dialog.StopDialog
 
stopExperiment - Variable in class edu.udo.cs.yale.Experiment
 
stopExperiment() - Method in class edu.udo.cs.yale.gui.ExperimentThread
 
stoptime - Variable in class edu.udo.cs.yale.operator.meta.RepeatUntilOperatorChain
 
stopVisualization(String) - Method in class edu.udo.cs.yale.gui.DummyObjectVisualizer
 
stopVisualization(String) - Method in class edu.udo.cs.yale.gui.ExampleVisualizer
 
stopVisualization(String) - Method in interface edu.udo.cs.yale.ObjectVisualizer
 
stopVisualization(String) - Method in class edu.udo.cs.yale.operator.features.aggregation.AggregationPopulationPlotter
 
stopVisualization(String) - Method in class edu.udo.cs.yale.operator.features.PopulationPlotter
 
STRATIFIED_SAMPLING - Static variable in class edu.udo.cs.yale.example.SplittedExampleSet
Indicates a stratified shuffled sampling for partition building.
StratifiedPartitionBuilder - Class in edu.udo.cs.yale.example
Creates a shuffled and stratified partition for an example set.
StratifiedPartitionBuilder(ExampleSet, int) - Constructor for class edu.udo.cs.yale.example.StratifiedPartitionBuilder
 
StratifiedPartitionBuilder.ExampleIndex - Class in edu.udo.cs.yale.example
Helper class for sorting according to class values.
StratifiedPartitionBuilder.ExampleIndex(int, double) - Constructor for class edu.udo.cs.yale.example.StratifiedPartitionBuilder.ExampleIndex
 
StratifiedSampling - Class in edu.udo.cs.yale.operator.preprocessing.sampling
Stratified sampling operator.
StratifiedSampling(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.sampling.StratifiedSampling
 
STREAM_CONTROL_ATTRIB_NAME - Static variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Name of the special attribute with additional stream control information.
StreamMultiplier - Class in edu.udo.cs.yale.tools.log
By using this multiplier all written content is multiplied to the given writers.
StreamMultiplier(OutputStream[]) - Constructor for class edu.udo.cs.yale.tools.log.StreamMultiplier
Creates a new writer multiplier.
streams - Variable in class edu.udo.cs.yale.tools.OutputStreamMultiplier
 
STRING - Static variable in class edu.udo.cs.yale.tools.Ontology
 
string2Color(String) - Static method in class edu.udo.cs.yale.operator.parameter.ParameterTypeColor
 
string2Double(String) - Static method in class edu.udo.cs.yale.example.DataRowFactory
 
string2IndexMap - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
stringTest(String, DataRowFactory) - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
stripAsteriks(String) - Static method in class edu.udo.cs.yale.doc.CommentStripper
 
stripClassComment(Class) - Method in class edu.udo.cs.yale.doc.CommentStripper
 
stroke - Variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
 
style - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter.RectangleStyleIcon
 
style - Variable in class edu.udo.cs.yale.gui.plotter.QuartilePlotter.RectangleStyleIcon
 
styleIndex - Variable in class edu.udo.cs.yale.gui.plotter.Plot
 
styleNumber - Variable in class edu.udo.cs.yale.gui.plotter.RectangleStyle
 
successList - Variable in class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
Remember for all positions if an improval was found.
successList - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
Remember for all positions if an improval was found.
suite() - Static method in class edu.udo.cs.yale.test.AllTests
 
suite() - Static method in class edu.udo.cs.yale.test.SampleTest
 
sum - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
sum - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
SUM - Static variable in class edu.udo.cs.yale.generator.BasicArithmeticOperationGenerator
 
sum - Variable in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
sum - Variable in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
sum_alpha - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
SumClassificationFunction - Class in edu.udo.cs.yale.operator.generator
The label is positive if the sum of all arguments is positive.
SumClassificationFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SumClassificationFunction
 
SumFunction - Class in edu.udo.cs.yale.operator.generator
The label is the sum of the arguments.
SumFunction() - Constructor for class edu.udo.cs.yale.operator.generator.SumFunction
 
sumLabel - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
sumLabelPredict - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
sumLabelSqr - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
sumNeg - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
sumPos - Variable in class edu.udo.cs.yale.tools.math.ROCDataGenerator
 
sumPredict - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
sumPredictSqr - Variable in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
sumSquaresBetween - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
sumSquaresResiduals - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
SUPPORT_VECTOR - Static variable in class edu.udo.cs.yale.datatable.KernelModelRow2DataTableRowWrapper
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVM
Returns true for numerical attributes, binominal classes, and numerical target attributes.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVM
Returns true for numerical attributes, binominal classes, and numerical target attributes.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.JMySVMLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.MyKLRLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.lazy.AverageLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultLearner
 
supportsCapability(LearnerCapability) - Method in interface edu.udo.cs.yale.operator.learner.Learner
Checks for Learner capabilities.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.AbstractMetaLearner
For all meta learners, it checks for the underlying operator to see which capabilities are supported by them.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Overrides the method of the super class.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.Bagging
Overrides the method of the super class.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Overrides the method of the super class.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Overrides the method of the super class.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.meta.ClassificationByRegression
ClassificationByRegression supports all types of labels, so it would return true for all class check otherwise, it gives a call to the super.supportsCapability(...) method to check which attributes it supports.
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.NaiveBayes
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
supportsCapability(LearnerCapability) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScaling
 
supportsCapability(Classifier, LearnerCapability) - Static method in class edu.udo.cs.yale.tools.WekaLearnerCapabilities
 
SupportVector - Class in edu.udo.cs.yale.operator.learner.kernel.evosvm
Holds all information of a support vector, i.e. the attribute values, the label, and the alpha.
SupportVector(double[], double, double) - Constructor for class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
Creates a new support vector.
supportVectors - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
The list of all support vectors.
SurfacePlot3D - Class in edu.udo.cs.yale.gui.plotter.mathplot
This plotter can be used to create 3D surface plots of equidistant data.
SurfacePlot3D() - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
SurfacePlot3D(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D
 
SurveyPlotter - Class in edu.udo.cs.yale.gui.plotter
A Survey plot is a set of vertical histograms.
SurveyPlotter() - Constructor for class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
SurveyPlotter(DataTable) - Constructor for class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
SurveyPlotter.SurveyRow - Class in edu.udo.cs.yale.gui.plotter
 
SurveyPlotter.SurveyRow(double[], double) - Constructor for class edu.udo.cs.yale.gui.plotter.SurveyPlotter.SurveyRow
 
SVM - Class in edu.udo.cs.mySVM.SVM
Abstract base class for all SVMs
SVM() - Constructor for class edu.udo.cs.mySVM.SVM.SVM
 
SVM(Operator, Kernel, ExampleSet, ExampleSet) - Constructor for class edu.udo.cs.mySVM.SVM.SVM
class constructor.
svm - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
The SVM which is used for learning.
SVM_TYPES - Static variable in class edu.udo.cs.yale.operator.learner.kernel.LibSVMLearner
The different SVM types implemented by the LibSVM package.
svmExamples - Variable in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMLearner
The SVM example set.
SVMInterface - Interface in edu.udo.cs.mySVM.SVM
The interface of all SVMs.
SVMpattern - Class in edu.udo.cs.mySVM.SVM
Class for pattern recognition SVM
SVMpattern() - Constructor for class edu.udo.cs.mySVM.SVM.SVMpattern
 
SVMpattern(Operator, Kernel, ExampleSet, ExampleSet) - Constructor for class edu.udo.cs.mySVM.SVM.SVMpattern
 
SVMregression - Class in edu.udo.cs.mySVM.SVM
Class for regression SVM
SVMregression() - Constructor for class edu.udo.cs.mySVM.SVM.SVMregression
 
SVMregression(Operator, Kernel, ExampleSet, ExampleSet) - Constructor for class edu.udo.cs.mySVM.SVM.SVMregression
 
swap(int, int) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
swap two training examples
swap(int, int) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
swap two training examples
swap(int, int) - Method in class edu.udo.cs.mySVM.Util.Cache
swap elements in cache
swap(int, int) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Swaps x[a] with x[b].
swap(int, int) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Swaps x[a] with x[b].
swapAttributes(AttributeWeightedExampleSet, AttributeWeightedExampleSet, boolean[]) - Method in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
swapRowsAndColumns(double[][], int, int) - Method in class edu.udo.cs.myGP.Regression
Swap the rows / columns of a symmetric n x n matrix, which is represented as a double[][].
swapRowsAndColumns(double[][], int, int, boolean, int) - Method in class edu.udo.cs.myRVM.Util.SECholeskyDecomposition
Swap rows i<->j and columns i<->j.
swapWeights(AttributeWeightedExampleSet, AttributeWeightedExampleSet, boolean[]) - Method in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
SwingTools - Class in edu.udo.cs.yale.gui
This helper class provides some static methods and properties which might be useful for several GUI classes.
SwingTools() - Constructor for class edu.udo.cs.yale.gui.SwingTools
 
SWITCHING_MUTATION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a switching mutation.
SwitchingForwardSelection - Class in edu.udo.cs.yale.operator.features.selection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
SwitchingForwardSelection() - Constructor for class edu.udo.cs.yale.operator.features.selection.SwitchingForwardSelection
 
SwitchingMutation - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Checks for each value if it should mutated.
SwitchingMutation(double, double[], double[], int[], Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
switchOffFeature(Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureBlockTypeFilter
Implements the method required by the superclass.
switchOffFeature(Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureFilter
Must be implemented by subclasses.
switchOffFeature(Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureNameFilter
Implements the method required by the superclass.
switchOffFeature(Attribute) - Method in class edu.udo.cs.yale.operator.preprocessing.filter.FeatureValueTypeFilter
Implements the method required by the superclass.
symbolToIndexMap - Variable in class edu.udo.cs.yale.example.NominalAttribute
The map between symbolic values and their indices.
systemComboBox - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This combo box contains all available database drivers.
SystemMonitor - Class in edu.udo.cs.yale.gui.experimenteditor
The default system monitor which graphically displays the amount of used memory.
SystemMonitor() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 

T

t - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
tabButton - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates that the columns are separated by tabs.
table - Variable in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
TABLE_ROW_EXTRA_HEIGHT - Static variable in class edu.udo.cs.yale.gui.SwingTools
Defines the extra height for each row in a table.
tableIndexMap - Variable in class edu.udo.cs.yale.example.Partition
Maps every example index to the true index of the data row in the example table.
tableList - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The list with all tables.
tableModel - Variable in class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog
 
tableModel - Variable in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog
 
tableName - Variable in class edu.udo.cs.yale.example.DatabaseExampleTable
 
tables - Variable in class edu.udo.cs.yale.gui.properties.SettingsTabs
 
tabs - Variable in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
tabs - Variable in class edu.udo.cs.yale.gui.properties.SettingsDialog
 
TAGS - Static variable in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
takeStep(int, int) - Method in class edu.udo.cs.myKLR.KLR
 
TANGENS - Static variable in class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
tanh(double) - Static method in class edu.udo.cs.yale.tools.math.MathFunctions
returns tangens hyperbolicus of x, i.e.
target - Variable in class edu.udo.cs.myKLR.KLR
 
target_count - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
TARGET_TYPES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.ChangeAttributeType
 
TARGET_TYPES - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.RenameAttributeOperator
 
TARGET_VALUE_NAME - Static variable in class edu.udo.cs.yale.operator.features.weighting.CorpusBasedFeatureWeighting
 
TargetFunction - Interface in edu.udo.cs.yale.operator.generator
A target function which is used for the ExampleSetGenerator operator.
TargetFunction.FunctionException - Exception in edu.udo.cs.yale.operator.generator
Will be thrown if an error occurrs during the calculation of the target function.
TargetFunction.FunctionException(String, String) - Constructor for exception edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException
 
taskType - Variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
The task type for which this instances object is used.
tearDown() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
tearDown() - Method in class edu.udo.cs.yale.Experiment
 
tearDown() - Method in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
tearDown() - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
TECHNICAL_INFORMATION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
temperature - Variable in class edu.udo.cs.yale.operator.features.selection.BoltzmannSelection
 
temperature - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.BoltzmannSelection
 
TempFileService - Class in edu.udo.cs.yale.tools
This class manages temporary files like model files, files with predicted labels, and so on.
TempFileService() - Constructor for class edu.udo.cs.yale.tools.TempFileService
 
Template - Class in edu.udo.cs.yale.gui.templates
A template experiment consisting of name, short description, a name for an experiment file and a list parameters given as String pairs (operator, key).
Template() - Constructor for class edu.udo.cs.yale.gui.templates.Template
 
Template(File) - Constructor for class edu.udo.cs.yale.gui.templates.Template
 
Template(String, String, String, List<String[]>) - Constructor for class edu.udo.cs.yale.gui.templates.Template
 
templateFile - Variable in class edu.udo.cs.yale.gui.templates.Template
 
templateList - Variable in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
templateMap - Variable in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
templates - Variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
testAbsoluteError() - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
testAttribute - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
testAverage() - Method in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
Tests micro and makro average.
TestCase - Class in edu.udo.cs.yale.test
Extends the JUnit test case by a method for asserting equality of doubles with respect to Double.NaN
TestCase() - Constructor for class edu.udo.cs.yale.test.TestCase
 
TestCase(String) - Constructor for class edu.udo.cs.yale.test.TestCase
 
testClassificationError() - Method in class edu.udo.cs.yale.operator.performance.test.ClassificationCriterionTest
 
testClone() - Method in class edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
 
testConnection() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
testDoubleArrayObjects() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
testDoubleArrayStrings() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
testExample() - Method in class edu.udo.cs.yale.example.test.ExampleTest
 
testExample(Example) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
 
testExperimentCreation() - Method in class edu.udo.cs.yale.test.ApplicationTest
 
testFormatPrefix() - Method in class edu.udo.cs.yale.example.test.SparseReaderTest
 
testFormatSeparate() - Method in class edu.udo.cs.yale.example.test.SparseReaderTest
 
testFormatXY() - Method in class edu.udo.cs.yale.example.test.SparseReaderTest
 
testFormatYX() - Method in class edu.udo.cs.yale.example.test.SparseReaderTest
 
testPaperExample1() - Method in class edu.udo.cs.myRVM.Test.SECDTest
 
testPaperExample2() - Method in class edu.udo.cs.myRVM.Test.SECDTest
 
testSparseMapObjects() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
testSparseMapStrings() - Method in class edu.udo.cs.yale.example.test.DataRowTest
 
testSquaredError() - Method in class edu.udo.cs.yale.operator.performance.test.MeasuredCriterionTest
 
testSwapping() - Method in class edu.udo.cs.myRVM.Test.SECDTest
 
testUCCAverage() - Method in class edu.udo.cs.yale.operator.performance.test.ClassificationCriterionTest
 
testUCCClone() - Method in class edu.udo.cs.yale.operator.performance.test.ClassificationCriterionTest
 
testValue - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
text - Variable in class edu.udo.cs.yale.example.ExampleFormatter.TextCommand
 
text - Variable in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
text - Variable in class edu.udo.cs.yale.gui.plotter.ToolTip
 
text - Variable in class edu.udo.cs.yale.operator.SimpleResultObject
 
text2DisplayHtml(String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Replaces the Yale specific tag elements by normal html tags.
text2SimpleHtml(String) - Static method in class edu.udo.cs.yale.gui.SwingTools
Replaces the Yale specific tag elements by normal html tags.
TEXT_COLOR - Static variable in class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor
 
TEXT_INSTRUCTIONS - Static variable in class edu.udo.cs.yale.gui.dialog.BugAssistant
 
TEXT_NON_SELECTED_COLOR - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
TEXT_SELECTED_COLOR - Static variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
TexTaglet - Interface in edu.udo.cs.yale.doc
Creates the LaTeX code from a html taglet.
textArea - Variable in class edu.udo.cs.yale.gui.MessageViewer
 
textArea - Variable in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
textComponent - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
textField - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
textField - Variable in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
textScrollPane - Variable in class edu.udo.cs.yale.gui.dialog.TotDDialog
 
TFIDFFilter - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator generates TF-IDF values from the input data.
TFIDFFilter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.TFIDFFilter
 
the_examples - Variable in class edu.udo.cs.mySVM.Kernel.Kernel
Container for the examples, parameters etc.
the_examples - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
the_kernel - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
the_size - Variable in class edu.udo.cs.mySVM.Util.Heap
 
theUtility - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
The utility function
THIRD - Static variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
threshold - Variable in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
Threshold - Class in edu.udo.cs.yale.operator.postprocessing
A threshold for soft2crisp classifying.
Threshold(double, String, String) - Constructor for class edu.udo.cs.yale.operator.postprocessing.Threshold
 
threshold - Variable in class edu.udo.cs.yale.operator.postprocessing.Threshold
The threshold.
ThresholdApplier - Class in edu.udo.cs.yale.operator.postprocessing
This operator applies the given threshold to an example set and maps a soft prediction to crisp values.
ThresholdApplier(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.postprocessing.ThresholdApplier
 
ThresholdCreator - Class in edu.udo.cs.yale.operator.postprocessing
This operator creates a user defined threshold for crisp classifying based on prediction confidences.
ThresholdCreator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.postprocessing.ThresholdCreator
 
ThresholdFinder - Class in edu.udo.cs.yale.operator.postprocessing
This operator finds the best threshold for crisp classifying based on user defined costs.
ThresholdFinder(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.postprocessing.ThresholdFinder
 
ThresholdLoader - Class in edu.udo.cs.yale.operator.io
Reads a threshold from a file.
ThresholdLoader(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ThresholdLoader
 
ThresholdWriter - Class in edu.udo.cs.yale.operator.io
Writes the given threshold into a file.
ThresholdWriter(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.io.ThresholdWriter
 
throwNonNominalException(String) - Method in class edu.udo.cs.yale.example.NumericalAttribute
Throws a runtime exception if this attribute is not nominal.
throwNonNumericalException(String) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Throws a runtime exception.
throwNonNumericalException(String) - Method in class edu.udo.cs.yale.example.NominalAttribute
Throws a runtime exception.
TICS - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
TIME2FREQUENCY - Static variable in class edu.udo.cs.yale.tools.math.FastFourierTransform
Specifies the transformation from time into frequency domain.
TIMES_COVERED - Static variable in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Name of special attribute counting the times an example has been covered by a rule.
TITLE - Static variable in class edu.udo.cs.yale.gui.MainFrame
The title of the frame.
TITLE_FONT - Static variable in class edu.udo.cs.yale.gui.ComponentPrinter
 
TITLE_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
titleField - Variable in class edu.udo.cs.yale.gui.plotter.GNUPlotDialog
 
TMP_PREFIX - Static variable in class edu.udo.cs.yale.tools.TempFileService
Prefix of all files.
tmpDir - Static variable in class edu.udo.cs.yale.tools.TempFileService
Directory of all temp files.
TN - Static variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
 
to_shrink - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
toColumnField - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The textfield for the column end.
toDataString() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
 
toDataString() - Method in interface edu.udo.cs.yale.example.ExampleTable
 
toDense() - Method in class edu.udo.cs.mySVM.Examples.Example
 
toDense(int) - Method in class edu.udo.cs.mySVM.Examples.Example
 
TOGGLE_BREAKPOINT - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
TOGGLE_EXPERT_MODE_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
TOGGLE_SHOW_DISABLED - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
 
toggleBreakpoint(int, boolean) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
This method toggles the breakpoint with the given position into the given state.
toggleExpertMode() - Method in class edu.udo.cs.yale.gui.properties.OperatorPropertyTable
 
toHTML() - Method in class edu.udo.cs.yale.example.CorrelationMatrix
Returns a HTML table for the correlation matrix.
toHTML() - Method in class edu.udo.cs.yale.gui.templates.Template
 
toHTML() - Method in class edu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
 
toHTML() - Method in class edu.udo.cs.yale.operator.condition.CombinedInnerOperatorCondition
 
toHTML() - Method in interface edu.udo.cs.yale.operator.condition.InnerOperatorCondition
Returns a HTML string representation of this condition.
toHTML() - Method in class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
 
toHTML() - Method in class edu.udo.cs.yale.operator.condition.SimpleChainInnerOperatorCondition
 
toHTML() - Method in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
 
toHTML() - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
toHTML() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
Returns a HTML table for the confusion matrix.
toHTML() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Returns a HTML table for the confusion matrix.
toHTML() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
toHTML(String) - Static method in class edu.udo.cs.yale.operator.ResultObjectAdapter
Encodes the given String as HTML.
toHTML() - Method in class edu.udo.cs.yale.tools.math.Averagable
Returns a HTML result string.
toHTML() - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
tol - Variable in class edu.udo.cs.myKLR.KLR
 
tolerance - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
Tools - Class in edu.udo.cs.yale.example
Provides some tools for calculation of certain measures and feature generation.
Tools() - Constructor for class edu.udo.cs.yale.example.Tools
 
Tools - Class in edu.udo.cs.yale.operator.validation
Tools class for validation operators.
Tools() - Constructor for class edu.udo.cs.yale.operator.validation.Tools
 
Tools - Class in edu.udo.cs.yale.tools
Tools for YALE.
Tools() - Constructor for class edu.udo.cs.yale.tools.Tools
 
toolTip - Variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
 
toolTip - Variable in class edu.udo.cs.yale.gui.plotter.SurveyPlotter
 
ToolTip - Class in edu.udo.cs.yale.gui.plotter
Collects all necessary information about tool tips for plotters.
ToolTip(String, int, int) - Constructor for class edu.udo.cs.yale.gui.plotter.ToolTip
 
TOOLTIP_COLOR - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
toolTips - Variable in class edu.udo.cs.yale.gui.properties.PropertyTable
 
toolTipX - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
toolTipX - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
toolTipX - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
toolTipX - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
toolTipX - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
toolTipY - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
toolTipY - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
toolTipY - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
toolTipY - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
toolTipY - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
top_value() - Method in class edu.udo.cs.mySVM.Util.Heap
 
TOPK - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
TOPPPERCENT - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
toResultString() - Method in class edu.udo.cs.yale.operator.ContainerModel
 
toResultString() - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
toResultString() - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
toResultString() - Method in interface edu.udo.cs.yale.operator.ResultObject
 
toResultString() - Method in class edu.udo.cs.yale.operator.ResultObjectAdapter
The default implementation simply returns the result of the method Object.toString().
toResultString() - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
toResultString() - Method in class edu.udo.cs.yale.tools.math.RunVector
returns a String containing a time series of the values of each averagable and the average of all averagables over all runs.
toRowField - Variable in class edu.udo.cs.yale.gui.attributeeditor.DataControl
The textfield for the row end.
toSparseString(int) - Method in class edu.udo.cs.yale.example.Example
Returns regular and some special attributes (label, id, and example weight) in sparse format.
toString() - Method in class edu.udo.cs.myGP.Parameter.GPType
 
toString() - Method in class edu.udo.cs.myGP.Regression
Identify the GP
toString() - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Identify the RVM
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelCauchy
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelLaplace
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelPoly
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelRadial
 
toString() - Method in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
 
toString() - Method in class edu.udo.cs.myRVM.Parameter.RVMType
 
toString() - Method in class edu.udo.cs.myRVM.RVMClassification
Identify the RVM
toString() - Method in class edu.udo.cs.myRVM.RVMRegression
Identify the RVM
toString() - Method in class edu.udo.cs.mySVM.Examples.Example
 
toString() - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
toString(boolean) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
toString(int, boolean) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
 
toString() - Method in class edu.udo.cs.mySVM.Kernel.Kernel
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelDot
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelNeural
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
Output as String
toString() - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
Output as String
toString(Tag) - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
toString(Tag[]) - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
toString(Tag) - Method in class edu.udo.cs.yale.doc.MathTaglet
 
toString(Tag[]) - Method in class edu.udo.cs.yale.doc.MathTaglet
 
toString(Tag) - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
toString(Tag[]) - Method in class edu.udo.cs.yale.doc.ReferenceTaglet
 
toString(Tag) - Method in class edu.udo.cs.yale.doc.RefTaglet
 
toString(Tag[]) - Method in class edu.udo.cs.yale.doc.RefTaglet
 
toString(Tag) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
toString(Tag[]) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
toString() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns a human readable string that describes this attribute.
toString() - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
toString() - Method in class edu.udo.cs.yale.example.AbstractExampleTable
 
toString() - Method in interface edu.udo.cs.yale.example.Attribute
Returns a human readable string that describes this attribute.
toString() - Method in class edu.udo.cs.yale.example.AttributeValueFilter
 
toString() - Method in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
 
toString() - Method in class edu.udo.cs.yale.example.AttributeWeights
Returns a string representation of this object.
toString() - Method in class edu.udo.cs.yale.example.BooleanArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.ByteArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.CorrelationMatrix
 
toString() - Method in class edu.udo.cs.yale.example.DoubleArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.Example
This method returns a dense string representation of the example.
toString() - Method in interface edu.udo.cs.yale.example.ExampleTable
 
toString() - Method in class edu.udo.cs.yale.example.FloatArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.NominalAttribute
 
toString() - Method in class edu.udo.cs.yale.example.Partition
 
toString() - Method in class edu.udo.cs.yale.example.SparseMapDataRow
Returns a string representation of the data row.
toString() - Method in class edu.udo.cs.yale.example.StratifiedPartitionBuilder.ExampleIndex
 
toString() - Method in class edu.udo.cs.yale.generator.BinaryNumericalGenerator
 
toString() - Method in class edu.udo.cs.yale.generator.ConstantGenerator
 
toString() - Method in class edu.udo.cs.yale.generator.FeatureGenerator
 
toString() - Method in class edu.udo.cs.yale.generator.SingularNumericalGenerator
 
toString() - Method in class edu.udo.cs.yale.gui.dialog.ErrorDialog.FormattedStackTraceElement
 
toString() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
toString() - Method in class edu.udo.cs.yale.gui.plotter.Bin
 
toString() - Method in class edu.udo.cs.yale.gui.plotter.Bins
 
toString() - Method in class edu.udo.cs.yale.gui.plotter.Quartile
 
toString() - Method in class edu.udo.cs.yale.gui.SearchDialog.Result
 
toString() - Method in class edu.udo.cs.yale.gui.SimpleFileFilter
 
toString() - Method in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
toString() - Method in class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog.OperatorParameterPair
 
toString() - Method in class edu.udo.cs.yale.MacroHandler
 
toString() - Method in class edu.udo.cs.yale.operator.ContainerModel
 
toString() - Method in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
toString() - Method in class edu.udo.cs.yale.operator.features.Individual
 
toString() - Method in class edu.udo.cs.yale.operator.features.Population
 
toString() - Method in class edu.udo.cs.yale.operator.features.selection.NonDominatedSortingSelection
 
toString() - Method in class edu.udo.cs.yale.operator.InputDescription
Returns a String representation of this input description.
toString() - Method in class edu.udo.cs.yale.operator.IOContainer
 
toString() - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
toString() - Method in interface edu.udo.cs.yale.operator.learner.Distribution
Should return an textual representation of the distribution.
toString() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Returns a String representation of the hypothesis stored in this model.
toString() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
Returns a String represenation of this Literal.
toString() - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Rule
Returns a String representation of the rule.
toString() - Method in class edu.udo.cs.yale.operator.learner.igss.IGSSResult
Returns a String-representation of the results in this object.
toString() - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Returns a string representation of this model.
toString() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
toString() - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
 
toString() - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.NormalDistribution
 
toString() - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
 
toString() - Method in class edu.udo.cs.yale.operator.learner.weka.WekaAssociator
 
toString() - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
toString() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet.ParameterValue
 
toString() - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
toString() - Method in class edu.udo.cs.yale.operator.Operator
Returns the name.
toString() - Method in class edu.udo.cs.yale.operator.OperatorDescription
 
toString(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
Returns a string representation of this value.
toString() - Method in class edu.udo.cs.yale.operator.parameter.ParameterType
 
toString(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeCategory
 
toString(Object) - Method in class edu.udo.cs.yale.operator.parameter.ParameterTypeStringCategory
 
toString() - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
Returns the super class implementation of toString() and adds the information about the positive class.
toString() - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
toString() - Method in class edu.udo.cs.yale.operator.performance.Margin
Returns the super class implementation of toString().
toString() - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
toString() - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
 
toString() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
toString() - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
toString() - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
toString() - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Returns a string representation of this model.
toString() - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Returns a string representation of this model.
toString() - Method in class edu.udo.cs.yale.operator.SimpleResultObject
 
toString() - Method in class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
toString() - Method in class edu.udo.cs.yale.operator.visualization.DataStatistics
 
toString() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
toString() - Method in class edu.udo.cs.yale.tools.att.AttributeDataSources
 
toString() - Method in class edu.udo.cs.yale.tools.GroupTree
 
toString() - Method in class edu.udo.cs.yale.tools.jdbc.DriverAdapter
 
toString() - Method in class edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
toString() - Method in class edu.udo.cs.yale.tools.math.Averagable
 
toString() - Method in class edu.udo.cs.yale.tools.math.AverageVector
 
toString() - Method in class edu.udo.cs.yale.tools.math.BinaryPeakFinder.Area
 
toString() - Method in class edu.udo.cs.yale.tools.math.Complex
 
toString() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
toString() - Method in class edu.udo.cs.yale.tools.math.optimization.ec.es.Population
 
toString() - Method in class edu.udo.cs.yale.tools.math.Peak
 
toString() - Method in class edu.udo.cs.yale.tools.math.RunVector
 
toString() - Method in class edu.udo.cs.yale.tools.math.SignificanceTestResult
Returns a string describing the test result.
toString() - Method in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
toString() - Method in class edu.udo.cs.yale.tools.plugin.Dependency
 
toString() - Method in class edu.udo.cs.yale.tools.plugin.Plugin
 
toString() - Method in class edu.udo.cs.yale.tools.plugin.PluginClassLoader
 
toString() - Method in class edu.udo.cs.yale.tools.ResourceSource
 
total - Variable in class edu.udo.cs.yale.operator.learner.meta.ContingencyMatrix
 
totalEvalCounter - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This field counts the total number of evaluations during optimization.
totalEvaluations - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
totalMaxNumberOfAttributes - Variable in class edu.udo.cs.yale.operator.features.construction.AttributeGenerator
The total maximum number of new attributes.
totalNumber - Variable in class edu.udo.cs.yale.operator.generator.SpiralClusteringFunction
The maximal number of examples that will be created by this target function.
totalOccurences - Variable in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
totalPositiveWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Total positive weight used by GSS
totalPositiveWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.Result
total positive weight needed before this result was found
totalProbability - Variable in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
totalValueNumber - Variable in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
totalWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Total weight used by GSS
totalWeight - Variable in class edu.udo.cs.yale.operator.learner.igss.Result
total weight needed before this result was found
TOTD_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
TotDDialog - Class in edu.udo.cs.yale.gui.dialog
A dialog showing a "Tip of the Day".
TotDDialog() - Constructor for class edu.udo.cs.yale.gui.dialog.TotDDialog
 
toTex(Tag) - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
toTex(Tag[]) - Method in class edu.udo.cs.yale.doc.CiteTaglet
 
toTex(Tag) - Method in class edu.udo.cs.yale.doc.MathTaglet
 
toTex(Tag[]) - Method in class edu.udo.cs.yale.doc.MathTaglet
 
toTex(Tag) - Method in class edu.udo.cs.yale.doc.RefTaglet
 
toTex(Tag[]) - Method in class edu.udo.cs.yale.doc.RefTaglet
 
toTex(Tag) - Method in interface edu.udo.cs.yale.doc.TexTaglet
 
toTex(Tag[]) - Method in interface edu.udo.cs.yale.doc.TexTaglet
 
toTex(Tag) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
toTex(Tag[]) - Method in class edu.udo.cs.yale.doc.XMLExampleTaglet
 
TOURNAMENT_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
TOURNAMENT_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a tournament selection scheme.
tournamentFraction - Variable in class edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
 
tournamentFraction - Variable in class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
tournamentFraction - Variable in class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingTournamentSelection
 
tournamentFraction - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
TournamentSelection - Class in edu.udo.cs.yale.operator.features.selection
Performs tournaments with k participants.
TournamentSelection(int, double, int, boolean, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.TournamentSelection
 
TournamentSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Performs tournaments with k participants.
TournamentSelection(int, double, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.TournamentSelection
 
toWekaAttribute(Attribute) - Static method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Converts an Attribute to a Weka attribute.
toWekaInstance(Example) - Method in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Gets an example and creates a Weka instance.
toWekaInstances(ExampleSet, String, int) - Static method in class edu.udo.cs.yale.tools.WekaTools
Creates Weka instances with the given name from the given example set.
toYaleExampleSet(Instances) - Static method in class edu.udo.cs.yale.tools.WekaTools
Invokes toYaleExampleSet(instances, null, DataRowFactory.TYPE_DOUBLE_ARRAY).
toYaleExampleSet(Instances, String) - Static method in class edu.udo.cs.yale.tools.WekaTools
Invokes toYaleExampleSet(instances, attributeNamePrefix, DataRowFactory.TYPE_DOUBLE_ARRAY).
toYaleExampleSet(Instances, String, int) - Static method in class edu.udo.cs.yale.tools.WekaTools
Creates a Yale example set from Weka instances.
TP - Static variable in class edu.udo.cs.yale.tools.math.LiftDataGenerator
 
train() - Method in class edu.udo.cs.myKLR.KLR
 
train() - Method in class edu.udo.cs.mySVM.SVM.SVM
Train the SVM
train() - Method in interface edu.udo.cs.mySVM.SVM.SVMInterface
Train this SVM.
train() - Method in class edu.udo.cs.yale.operator.features.transformation.GHA
 
train() - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
Trains the SVM.
train() - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
train_size - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The number of examples.
trainAdditionalModel(ExampleSet, Vector<BayBoostBaseModelInfo>) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
 
trainBaseModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostStream
Runs the "embedded" learner on the example set and retuns a model.
trainBaseModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Runs the "embedded" learner on the example set and retuns a model.
trainBoostingModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoost
Main method for training the ensemble classifier
trainBoostingModel(ExampleSet, double[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayesianBoosting
Main method for training the ensemble classifier
trainingSteps - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
trainModel(ExampleSet) - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Runs the "embedded" learner on the example set and retuns a model.
trainRuleset(ExampleSet, double[]) - Method in class edu.udo.cs.yale.operator.learner.meta.SDRulesetInduction
Main method for training the ensemble classifier
trainSet - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
TransactionDatasetFunction - Class in edu.udo.cs.yale.operator.generator
Generates an Association function transaction dataset.
TransactionDatasetFunction() - Constructor for class edu.udo.cs.yale.operator.generator.TransactionDatasetFunction
 
transform - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
The transformation from pixel space into data space.
transform(double) - Method in class edu.udo.cs.yale.operator.performance.RootMeanSquaredError
Applies a square root to the given value.
transform(double) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
Simply returns the given value.
TransformedRegression - Class in edu.udo.cs.yale.operator.learner.meta
This meta learner applies a transformation on the label before the inner regression learner is applied.
TransformedRegression(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.learner.meta.TransformedRegression
 
TransformedRegressionModel - Class in edu.udo.cs.yale.operator.learner.meta
Model for TransformedRegression.
TransformedRegressionModel() - Constructor for class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
Necessary for creation via Reflection (see IOModel).
TransformedRegressionModel(Attribute, int, double[], Model, boolean, double, double, boolean) - Constructor for class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
transformHTMLJavadocComment(String, Class, String) - Method in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
Transform the HTML-comment to the respective output language.
transformHTMLJavadocComment(String, Class, String) - Method in class edu.udo.cs.yale.doc.LatexOperatorDocGenerator
 
transformString2Color(String) - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
translateOddsIntoPredictions(Example, Attribute[], Attribute) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
treeModel - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTree
The tree model of the operator tree.
treeModelListeners - Variable in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
The list of all tree model listeners.
TreePanel - Class in edu.udo.cs.yale.gui.experimenteditor
Displays the OperatorTree and a PropertyTable in a SplitPane.
TreePanel(MainFrame) - Constructor for class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
treePanel - Variable in class edu.udo.cs.yale.gui.MainFrame
 
TreePanel.MoveDownAction - Class in edu.udo.cs.yale.gui.experimenteditor
 
TreePanel.MoveDownAction() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveDownAction
 
TreePanel.MoveUpAction - Class in edu.udo.cs.yale.gui.experimenteditor
 
TreePanel.MoveUpAction() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.TreePanel.MoveUpAction
 
TriangularFunction - Class in edu.udo.cs.yale.operator.generator
The label is att1 - (int)att1.
TriangularFunction() - Constructor for class edu.udo.cs.yale.operator.generator.TriangularFunction
 
TrigonometricFunctionGenerator - Class in edu.udo.cs.yale.generator
This class has one numerical input attribute and one output attribute.
TrigonometricFunctionGenerator(int) - Constructor for class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
TrigonometricFunctionGenerator() - Constructor for class edu.udo.cs.yale.generator.TrigonometricFunctionGenerator
 
trim() - Method in class edu.udo.cs.yale.example.BooleanArrayDataRow
Does nothing.
trim() - Method in class edu.udo.cs.yale.example.ByteArrayDataRow
Does nothing.
trim() - Method in class edu.udo.cs.yale.example.DatabaseDataRow
Does nothing.
trim() - Method in interface edu.udo.cs.yale.example.DataRow
Trims the number of columns to the actually needed number.
trim() - Method in class edu.udo.cs.yale.example.DoubleArrayDataRow
Does nothing.
trim() - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Trims the data row to the number of actually used elements.
trim() - Method in class edu.udo.cs.yale.example.FloatArrayDataRow
Does nothing.
trim() - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Trims the data row to the number of actually used elements.
trim() - Method in class edu.udo.cs.yale.example.SparseMapDataRow
Does nothing.
TRUE_NEGATIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
TRUE_POSITIVE - Static variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
TRUE_STRINGS - Static variable in class edu.udo.cs.yale.tools.Tools
 
trueLabelSum - Variable in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
trueLabelSum - Variable in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
TTestSignificanceTestOperator - Class in edu.udo.cs.yale.operator.validation.significance
Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors.
TTestSignificanceTestOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator
 
TTestSignificanceTestOperator.TTestSignificanceTestResult - Class in edu.udo.cs.yale.operator.validation.significance
 
TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[], double[][], double) - Constructor for class edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
turn - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
Tutorial - Class in edu.udo.cs.yale.gui.dialog
The Yale online tutorial.
Tutorial(MainFrame) - Constructor for class edu.udo.cs.yale.gui.dialog.Tutorial
 
TUTORIAL - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
TUTORIAL_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
tutorialMode - Variable in class edu.udo.cs.yale.gui.MainFrame
 
tVector - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
 
type - Variable in class edu.udo.cs.myGP.Parameter
The parameters to be chosen
type - Variable in class edu.udo.cs.myRVM.Parameter
 
type - Variable in class edu.udo.cs.yale.example.DataRowFactory
The type can be one out of TYPE_DOUBLE_ARRAY, TYPE_FLOAT_ARRAY, TYPE_BYTE_ARRAY, TYPE_BOOLEAN_ARRAY, TYPE_DOUBLE_SPARSE_ARRAY, TYPE_FLOAT_SPARSE_ARRAY, or TYPE_SPARSE_MAP.
type - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
type - Variable in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
type - Variable in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
type - Variable in class edu.udo.cs.yale.gui.properties.DefaultPropertyKeyRenderer
 
type - Variable in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
type - Variable in class edu.udo.cs.yale.gui.properties.ListPropertyTable
 
TYPE - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
type - Variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
type - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
type - Variable in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
type - Variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
The type of this performance: accuracy or classification error.
type - Variable in class edu.udo.cs.yale.tools.math.WindowFunction
 
TYPE_ACCURACY - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
TYPE_ATTRIBUTE - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates a regular attribute type.
TYPE_BATCH - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type batch (example batches).
TYPE_BEST_UTILITY - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
TYPE_BINOMIAL - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
TYPE_BOOLEAN - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
TYPE_BOOLEAN_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_BYTE_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_CLASSIFICATION - Variable in class edu.udo.cs.myRVM.Parameter
 
TYPE_CLUSTER - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type cluster.
TYPE_DOUBLE_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_DOUBLE_SPARSE_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_EXAMPLE - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
TYPE_FLOAT_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_FLOAT_SPARSE_ARRAY - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_FONT - Static variable in class edu.udo.cs.yale.gui.experimenteditor.OperatorRenderer
 
TYPE_GAUSS_REGRESSION - Variable in class edu.udo.cs.myGP.Parameter
 
TYPE_ID - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type id.
TYPE_LABEL - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type label.
TYPE_LINEAR - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
TYPE_NAMES - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_NUMERICAL - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.NominalToBinary
 
TYPE_PREDICTION - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type prediction.
TYPE_REGRESSION - Variable in class edu.udo.cs.myRVM.Parameter
 
TYPE_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
TYPE_RULE - Static variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Hypothesis
 
TYPE_SPARSE_MAP - Static variable in class edu.udo.cs.yale.example.DataRowFactory
 
TYPE_SQUARED - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
TYPE_UTILITY - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
TYPE_WEIGHT - Static variable in interface edu.udo.cs.yale.example.ExampleSet
Indicates the special attribute type weight (example weights).
TYPE_WORST_UTILITY - Static variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
 
TYPE_WRACC - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
typeCombo - Variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
types - Variable in class edu.udo.cs.yale.operator.meta.EvolutionaryParameterOptimizationOperator
The parameter types.

U

u - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
uMatrix - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
UnbalancedCrossover - Class in edu.udo.cs.yale.operator.features.construction
This PopulationOperator applies a crossover on two example sets.
UnbalancedCrossover(int, double, Random) - Constructor for class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover
Creates a new generating crossover with the given type which will be applied with the given probability.
UnbalancedCrossover.AttributeWeightContainer - Class in edu.udo.cs.yale.operator.features.construction
 
UnbalancedCrossover.AttributeWeightContainer(Attribute, double) - Constructor for class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
UNDEFINED - Static variable in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
Indicates an undefined type (should not happen).
UNDEFINED_ATTRIBUTE_INDEX - Static variable in interface edu.udo.cs.yale.example.Attribute
Used to identify that this attribute is not part of any example table.
UNDEFINED_BLOCK_NUMBER - Static variable in interface edu.udo.cs.yale.example.Attribute
Indicates a block number which has not been set properly (for value series) or which need not to be used (single values).
UndefinedParameterError - Exception in edu.udo.cs.yale.operator.parameter
This exception will be thrown if a non-optional parameter has no default value and was not defined by the user.
UndefinedParameterError(String) - Constructor for exception edu.udo.cs.yale.operator.parameter.UndefinedParameterError
Creates a new UndefinedParameterError.
undo() - Method in class edu.udo.cs.yale.gui.MainFrame
 
UNDO_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
undoIndex - Variable in class edu.udo.cs.yale.gui.MainFrame
 
undoList - Variable in class edu.udo.cs.yale.gui.MainFrame
 
UNIFORM - Static variable in class edu.udo.cs.yale.operator.features.selection.SelectionCrossover
 
UNIFORM_SELECTION - Static variable in class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
 
UNIFORM_SELECTION - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
Indicates a uniform sampling selection scheme.
UNIFORMLY - Static variable in class edu.udo.cs.yale.generator.SinusFactory
 
UNIFORMLY_WITHOUT_NU - Static variable in class edu.udo.cs.yale.generator.SinusFactory
 
UniformSelection - Class in edu.udo.cs.yale.operator.features.selection
Selects a given fixed number of individuals by uniformly sampling from the current population until the desired population size is reached.
UniformSelection(int, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.selection.UniformSelection
 
UniformSelection - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Selects a given fixed number of individuals by uniformly sampling from the current population until the desired population size is reached.
UniformSelection(int, boolean, Random) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
 
unit - Variable in class edu.udo.cs.yale.example.AbstractAttribute
Unit exponents.
UNIT - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
UNIT_NAMES - Static variable in interface edu.udo.cs.yale.example.Attribute
Names for SI-Units.
UNIT_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
unitToString() - Method in class edu.udo.cs.yale.example.AbstractAttribute
Returns a string representation of the units.
unitToString() - Method in interface edu.udo.cs.yale.example.Attribute
Returns a string representation of the units.
UnivariateSeries2WindowExamples - Class in edu.udo.cs.yale.operator.preprocessing.filter
This operator transforms a given example set containing series data into a new example set containing single valued examples.
UnivariateSeries2WindowExamples(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.UnivariateSeries2WindowExamples
 
unknownCounter - Variable in class edu.udo.cs.yale.example.AbstractAttribute
Number of undefined values of all attribute values in the data set.
unknownCounter - Variable in class edu.udo.cs.yale.example.AttributeStatistics
 
unRegisterOperator(String) - Method in class edu.udo.cs.yale.Experiment
Unregisters the operator as part of the experiment.
unusableFunctions - Variable in class edu.udo.cs.yale.operator.features.construction.DirectedGeneratingMutation
 
unusableFunctions - Variable in class edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
 
unusedColumnList - Variable in class edu.udo.cs.yale.example.AbstractExampleTable
List of Integers referencing indices of columns that were removed, e.g.
unusedFunctions - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingMutation
 
unweighted_num_pred_label - Variable in class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
 
up - Variable in class edu.udo.cs.yale.gui.SearchDialog
 
UPDATABLE - Static variable in class edu.udo.cs.yale.operator.learner.LearnerCapability
 
update() - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
This method should be invoked after data changes.
update(int, int, int, int, int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
Sets the new view data and fire a table structure changed event.
update() - Method in class edu.udo.cs.yale.gui.attributeeditor.DataControl
Performs a last range check for changes due to setting the maximum via a method call.
update(int, int, int, int, int) - Method in interface edu.udo.cs.yale.gui.attributeeditor.DataControlListener
The listener should change the viewport in this method.
update(boolean[]) - Method in class edu.udo.cs.yale.gui.ConditionalAction
Updates an action given the set of states that can be true or false.
update() - Method in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
update() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
update() - Method in class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog
 
update() - Method in class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog
 
update(String[], List<String[]>, Map<String, String>) - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
update() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
update() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
update() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
UPDATE_CHECK_NAME - Static variable in class edu.udo.cs.yale.gui.YaleGUI
 
update_working_set() - Method in class edu.udo.cs.mySVM.SVM.SVM
Updates the working set
updateAll(boolean[]) - Static method in class edu.udo.cs.yale.gui.ConditionalAction
Updates all actions.
updateAttributeNames() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
updateBeta() - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Update beta (same as for the "normal" regression rvm)
updateCheckThread - Static variable in class edu.udo.cs.yale.gui.YaleGUI
 
updateCondition() - Method in class edu.udo.cs.yale.example.ConditionedExampleSet
This method should be invoked after changing the condition, i.e. if the acceptance behavior of the condition has changed.
updateCriteriumScalars(int) - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Compute the scalars s_m, q_m which are part of the criterium for inclusion / deletion of the given basis m: S_m = beta * phi^t_m * phi_m - beta^2 * phi^t_m * PHI * SIGMA * PHI^t * phi_m Q_m = beta * phi^t_m * t - beta^2 * phi^t_m * PHI * SIGMA * PHI^t * t s_m = alpha_m * S_m / (alpha_m - S_m) q_m = alpha_m * Q_m / (alpha_m - S_m)
updated - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
 
updateDataView() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
updateEditorsAndRenderers() - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
updateEstimates(ExampleSet, int, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
updateEstimates(ExampleSet, int, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
 
updateEstimates(ExampleSet, ContingencyMatrix, Attribute[]) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
 
updateEvaluation() - Method in class edu.udo.cs.yale.operator.features.Population
Remember the current generation's best individual and update the best individual.
updateFilter(String) - Method in class edu.udo.cs.yale.gui.viewer.DataViewer
 
updateFilterCounter(ExampleSet) - Method in class edu.udo.cs.yale.gui.viewer.DataViewer
 
updateIcon() - Method in class edu.udo.cs.yale.gui.MainFrame.ToggleExpertModeAction
 
updateLists(LinkedList<Hypothesis>, int, double, double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Updates bestList,bestRest and minBest
updateMap - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
updateMatrix() - Method in class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter
 
updateMatrix() - Method in class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter
 
updateMu() - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Update the mean of the weight posterior distribution (mu): mu = beta * SIGMA * PHI^t * t
updateOperator(Operator, boolean, boolean) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel
 
updateOperatorCombo() - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
updateOperatorList() - Method in class edu.udo.cs.yale.gui.dialog.NewOperatorDialog
 
updatePlotters() - Method in class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter
 
updateProgressListener(int) - Method in class edu.udo.cs.yale.tools.math.som.KohonenNet
 
updateRecentFileList() - Method in class edu.udo.cs.yale.gui.MainFrame
Updates the list of recently used files.
updateSelectionCounter() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog
 
updateSIGMA() - Method in class edu.udo.cs.myRVM.ConstructiveRegression
Update the covariance Matrix of the weight posterior distribution (SIGMA) along with its cholesky factor: SIGMA = (A + beta * PHI^t * PHI)^{-1} SIGMA_chol with SIGMA_chol * SIGMA_chol^t = SIGMA
updateSQLQuery() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
updateSystemSelection() - Method in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
updateTable() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
updateTableData(int) - Method in class edu.udo.cs.yale.gui.properties.PropertyTable
 
updateText(String) - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
updateToggleExpertModeIcon() - Method in class edu.udo.cs.yale.gui.MainFrame
 
updateViews() - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
upper - Variable in class edu.udo.cs.yale.operator.generator.ClassificationFunction
 
upper - Variable in class edu.udo.cs.yale.operator.generator.RegressionFunction
 
upperBound - Variable in class edu.udo.cs.yale.operator.generator.GaussianMixtureFunction
The upper bound for the dataset.
upperBound - Variable in class edu.udo.cs.yale.operator.generator.GridFunction
 
upperQuartile - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
upperWhisker - Variable in class edu.udo.cs.yale.gui.plotter.Quartile
 
url - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The url for this plugin (in WWW).
urlField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This field contains the complete url string for the defined driver.
urlPrefix - Variable in class edu.udo.cs.yale.tools.jdbc.JDBCProperties
 
USE_CONFIDENCES - Static variable in class edu.udo.cs.yale.operator.learner.meta.Bagging
Name of the flag indicating internal bootstrapping.
USE_ROW_AS_NAMES_ACTION - Variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
useAttribute - Variable in class edu.udo.cs.yale.operator.learner.DistributionModel
 
useBinomial - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Indicates if Binomial should be used before increasing complexity.
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.ColorValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor
 
useEditorAsRenderer - Variable in class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.FileValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.ListValueCellEditor
 
useEditorAsRenderer() - Method in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
useEditorAsRenderer() - Method in interface edu.udo.cs.yale.gui.properties.PropertyValueCellEditor
Returns true if this editor should also be used as renderer.
useExperimentFile() - Static method in class edu.udo.cs.yale.gui.YaleGUI
 
useful_criterion - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
the useful criterion for the IGSS algorithm
useGenerators - Variable in class edu.udo.cs.yale.operator.features.construction.GeneratingForwardSelection
 
useKBS - Variable in class edu.udo.cs.yale.operator.learner.igss.IteratingGSS
Indicates if kbs should be used.
useMethod(ExampleSet) - Method in class edu.udo.cs.yale.operator.validation.WrapperValidationChain
Applies the method.
useQuotes - Variable in class edu.udo.cs.yale.example.YaleLineReader
Indicates if quotes should be regarded (slower!).
USER_DEFINED_STRING - Static variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
 
userCriteria - Variable in class edu.udo.cs.yale.operator.performance.PerformanceEvaluator
This list is needed for logging purposes of user defined criteria.
userDataMap - Variable in class edu.udo.cs.yale.example.SimpleExampleSet
A map to store user data in.
userDescription - Variable in class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen
 
userDescription - Variable in class edu.udo.cs.yale.operator.Operator
A user defined description for this operator instance.
UserError - Exception in edu.udo.cs.yale.operator
Exception class whose instances are thrown due to a user error, for example missing files or wrong operator architecture.
UserError(Operator, Throwable, int, Object[]) - Constructor for exception edu.udo.cs.yale.operator.UserError
Creates a new UserError.
UserError(Operator, Throwable, int) - Constructor for exception edu.udo.cs.yale.operator.UserError
Convenience constructor for messages with no arguments and cause.
UserError(Operator, int, Object[]) - Constructor for exception edu.udo.cs.yale.operator.UserError
 
UserError(Operator, int) - Constructor for exception edu.udo.cs.yale.operator.UserError
Convenience constructor for messages with no arguments.
UserError(Operator, int, Object) - Constructor for exception edu.udo.cs.yale.operator.UserError
Convenience constructor for messages with exactly one argument.
UserError(Operator, Throwable, int, Object) - Constructor for exception edu.udo.cs.yale.operator.UserError
Convenience constructor for messages with exactly one arguments and cause.
UserError(Operator, int, Object, Object) - Constructor for exception edu.udo.cs.yale.operator.UserError
Convenience constructor for messages with exactly two arguments.
userNameField - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
This field contains the user name.
useRowAsNames(int) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
useValueLabels - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
uStarMatrix - Variable in class edu.udo.cs.yale.gui.plotter.som.SOMPlotter
 
utility - Variable in class edu.udo.cs.yale.operator.learner.igss.Result
The utility of this result's hypothesis
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Accuracy
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Coverage
Calculates the utility for the given number of examples,positive examples and hypothesis.
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Calculates the utility for the given number of examples,positive examples and hypothesis.
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Calculates the utility for the given number of examples,positive examples and hypothesis.
Utility - Interface in edu.udo.cs.yale.operator.learner.igss.utility
Interface for all utility functions.
utility(double, double, Hypothesis) - Method in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.WRAcc
Calculates the utility for the given number of examples,positive examples and hypothesis.
UTILITY_FUNCTION - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
UTILITY_FUNCTION - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
UTILITY_FUNCTION_LIST - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
UTILITY_FUNCTION_LIST - Static variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 
UTILITY_TYPES - Static variable in interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
 
utilityFunction - Variable in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps
 

V

VALIDATE_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
validateExperiment() - Method in interface edu.udo.cs.yale.gui.experimenteditor.ExperimentEditor
Makes the component check all changes it made to the experiment.
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel
 
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel
 
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay
 
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.TreePanel
 
validateExperiment() - Method in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
ValidationChain - Class in edu.udo.cs.yale.operator.validation
Abstract superclass of operator chains that split an ExampleSet into a training and test set and return a performance vector.
ValidationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.ValidationChain
 
value - Variable in class edu.udo.cs.yale.example.AttributeValueFilter
 
value - Variable in class edu.udo.cs.yale.operator.learner.igss.hypothesis.Literal
The value of the attribute for this literal.
value - Variable in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
The default prediction.
value - Variable in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
value - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
Value - Class in edu.udo.cs.yale.operator
A value contains a key and a description.
Value(String, String) - Constructor for class edu.udo.cs.yale.operator.Value
Creates a new Value object with the given key as name and the given description.
Value(String, String, boolean) - Constructor for class edu.udo.cs.yale.operator.Value
Creates a new Value object.
VALUE_DESCRIPTION - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
VALUE_ITEM - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
VALUE_LIST - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
VALUE_NAME - Static variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
VALUE_SERIES - Static variable in class edu.udo.cs.yale.tools.Ontology
 
VALUE_SERIES_END - Static variable in class edu.udo.cs.yale.tools.Ontology
 
VALUE_SERIES_START - Static variable in class edu.udo.cs.yale.tools.Ontology
 
VALUE_TYPE - Static variable in class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
 
VALUE_TYPE - Static variable in class edu.udo.cs.yale.tools.Ontology
 
VALUE_TYPE_DOUBLE - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This constant indicated that a corresponding dimension is actually built from double values.
VALUE_TYPE_INT - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
This constant indicates that the dimension is actually built from integers instead of doubles.
VALUE_TYPE_NAMES - Static variable in class edu.udo.cs.yale.tools.Ontology
 
VALUE_TYPE_ROW - Static variable in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
VALUE_TYPE_STEP - Static variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
valueChanged(TreeSelectionEvent) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTree
This method will be invoked after a user selection of an operator in the tree.
valueCombo - Variable in class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor
 
valueEditors - Variable in class edu.udo.cs.yale.gui.properties.PropertyTable
 
valueForPathChanged(TreePath, Object) - Method in class edu.udo.cs.yale.gui.operatortree.OperatorTreeModel
Will be invoked after editing changes of nodes, i.e. after renaming.
ValueInterface - Interface in edu.udo.cs.yale.operator
The interface for values which can logged and plotted during experiments.
valueLabels - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader.Variable
 
valueMap - Variable in class edu.udo.cs.yale.operator.Operator
The values for this operator.
valueNames - Variable in class edu.udo.cs.yale.operator.visualization.ExperimentLogOperator
 
ValueReplenishment - Class in edu.udo.cs.yale.operator.preprocessing.filter
Abstract superclass for all operators that replenish values, e.g. nan or infinite values.
ValueReplenishment(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.preprocessing.filter.ValueReplenishment
 
values - Variable in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Stores the used attribute values.
values - Variable in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Stores the used attribute values.
values - Variable in class edu.udo.cs.yale.gui.plotter.BoundDiagram
 
values - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
values - Variable in class edu.udo.cs.yale.operator.learner.DiscreteDistribution
 
values - Variable in class edu.udo.cs.yale.operator.meta.GridSearchParameterOptimizationOperator
 
values - Variable in class edu.udo.cs.yale.test.PerformanceSampleTest
 
values - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.Individual
 
values - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.pso.Population
 
valueType - Variable in class edu.udo.cs.yale.example.AbstractAttribute
An int indicating the value type in terms of the Ontology.ATTRIBUTE_VALUE_TYPE.
valueType - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeList
 
valueTypes - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.ESOptimization
The value types, either DOUBLE (default) or INT.
valueTypes - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.GaussianMutation
 
valueTypes - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SparsityMutation
 
valueTypes - Variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.SwitchingMutation
 
valueTypeView - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
The view of the attribute value types.
variableNrTranslations - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
variables - Variable in class edu.udo.cs.yale.example.SPSSDataRowReader
 
variance - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
 
variance - Variable in class edu.udo.cs.yale.example.NumericalAttribute
Variance of all attribute values.
variance - Variable in class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
variance(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Accuracy
Calculates the empirical variance.
variance(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Binomial
Calculates the variance for a binomial distribution.
variance(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Coverage
Calculates the empirical variance.
variance(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
Calculates the empirical variance.
variance(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Linear
Calculates the variance for a binomial distribution.
variance(double, double) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.Squared
Calculates the variance for a binomial distribution.
variance(double, double, Hypothesis) - Method in class edu.udo.cs.yale.operator.learner.igss.utility.WRAcc
Calculates the empirical variance.
variance - Variable in class edu.udo.cs.yale.operator.learner.NormalDistribution
 
variance - Variable in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel.MeanVariance
The variance value.
variance - Variable in class edu.udo.cs.yale.tools.math.AnovaCalculator.Group
 
variance_threshold - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
VarianceAdaption - Class in edu.udo.cs.yale.operator.features.weighting
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a WeightingMutation.
VarianceAdaption(WeightingMutation, int) - Constructor for class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
The interval size should be as big as the changeable components, i.e. the number of attributes.
VarianceAdaption - Class in edu.udo.cs.yale.tools.math.optimization.ec.es
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a GaussianMutation.
VarianceAdaption(GaussianMutation, int) - Constructor for class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
The interval size should be as big as the changeable components, i.e. the number of examples (alphas).
vecswap(int, int, int) - Method in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Swaps the next n elements from a and b.
vecswap(int, int, int) - Method in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Swaps the next n elements from a and b.
vectorList - Variable in class edu.udo.cs.yale.tools.math.RunVector
List of average vectors.
vendor - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The vendor of the plugin.
VERBOSITYLEVEL_END - Static variable in class edu.udo.cs.yale.tools.LogService
 
VERBOSITYLEVEL_START - Static variable in class edu.udo.cs.yale.tools.LogService
 
version - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
version - Variable in class edu.udo.cs.yale.tools.plugin.Dependency
The version of the desired plugin.
version - Variable in class edu.udo.cs.yale.tools.plugin.Plugin
The version of the plugin.
Version - Class in edu.udo.cs.yale
This class is generated by the ant target "update-version" to ensure the correct version number in Yale.
Version() - Constructor for class edu.udo.cs.yale.Version
 
VERSION_URLS - Static variable in class edu.udo.cs.yale.gui.CheckForUpdatesThread
 
versionFontSize - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
verticalCount - Variable in class edu.udo.cs.yale.gui.plotter.HintonDiagram
 
VIEW_ALL - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
VIEW_EXPERIMENT - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
VIEW_FILE - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
VIEW_MODES - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
VIEW_SELECTED - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
VIEW_UPDATED - Static variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
viewMode - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
viscomp - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
viscomp - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
vispanel - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
vispanel - Variable in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
visualizers - Variable in class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog
 

W

W - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
W - Variable in class edu.udo.cs.yale.operator.features.transformation.GHA
 
w_init - Variable in class edu.udo.cs.yale.operator.features.transformation.FastICA
 
WAIT_INTERVALS - Static variable in class edu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
Waits this number of intervals before variance adaption is applied.
waitForProcess(Operator, Process, String) - Static method in class edu.udo.cs.yale.tools.Tools
Waits for process to die and writes log messages.
wanted - Variable in exception edu.udo.cs.yale.operator.MissingIOObjectException
 
WARNING - Static variable in class edu.udo.cs.yale.tools.LogService
Use this log verbosity for logging of warnings.
weight - Variable in class edu.udo.cs.yale.example.AttributeWeight
The weight of the attribute.
weight - Variable in class edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
 
weight - Variable in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
weight - Variable in class edu.udo.cs.yale.tools.math.som.KohonenNode
 
weight - Variable in class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
WEIGHT_BORDER_WIDTH - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterAdapter
 
WEIGHT_NAME - Static variable in interface edu.udo.cs.yale.example.ExampleSet
The name of the special attribute weight (example weights).
WEIGHT_PLOTTER_SELECTION - Static variable in class edu.udo.cs.yale.gui.plotter.PlotterPanel
 
WEIGHT_RELATIONS - Static variable in class edu.udo.cs.yale.operator.features.selection.AttributeWeightSelection
 
weightApplier - Variable in class edu.udo.cs.yale.example.AttributeWeightedExampleSet
This weight applier is used for the examples created by a example reader.
weightApplier - Variable in class edu.udo.cs.yale.example.Example
The value of all attributes is calculated as a function f(original value, weight) by an instance of WeightApplier.
WeightApplier - Interface in edu.udo.cs.yale.example
WeightAppliers calculate the actual value of an attribute for a given example.
weightApplier - Variable in class edu.udo.cs.yale.example.WeightingExampleReader
The weight applier which should be used to calculate the actual values.
weightApplier - Variable in class edu.udo.cs.yale.operator.features.FeatureOperator
 
WeightedConfidenceAndLabel - Class in edu.udo.cs.yale.tools.math
Helper class for finding thresholds for cost sensitive learning or calculating the AUC performance criterion.
WeightedConfidenceAndLabel(double, double, double) - Constructor for class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
WeightedConfidenceAndLabel(double, double, double, double) - Constructor for class edu.udo.cs.yale.tools.math.WeightedConfidenceAndLabel
 
WeightedPerformanceCreator - Class in edu.udo.cs.yale.operator.performance
Returns a performance vector containing the weighted fitness value of the input criteria.
WeightedPerformanceCreator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.performance.WeightedPerformanceCreator
 
WeightedPerformanceMeasures - Class in edu.udo.cs.yale.operator.learner.meta
This private class cares about weighted performance measures as used by the BayesianBoosting algorithm and the similarly working ModelBasedSampling operator.
WeightedPerformanceMeasures(ExampleSet) - Constructor for class edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
Constructor.
WeightGuidedSelectionOperator - Class in edu.udo.cs.yale.operator.features.selection
This operator uses input attribute weights to determine the order of features added to the feature set starting with the feature set containing only the feature with highest weight.
WeightGuidedSelectionOperator(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.selection.WeightGuidedSelectionOperator
 
weighting - Variable in class edu.udo.cs.yale.operator.features.weighting.EvolutionaryWeighting
 
WEIGHTING - Static variable in class edu.udo.cs.yale.tools.WekaInstancesAdaptor
 
WeightingCrossover - Class in edu.udo.cs.yale.operator.features.weighting
Crossover operator for the used weights of example sets.
WeightingCrossover(int, double, Random) - Constructor for class edu.udo.cs.yale.operator.features.weighting.WeightingCrossover
 
WeightingExampleReader - Class in edu.udo.cs.yale.example
This reader takes the selection and weighting of attributes into account.
WeightingExampleReader(Iterator<Example>, ExampleSet, AttributeWeights, WeightApplier) - Constructor for class edu.udo.cs.yale.example.WeightingExampleReader
Creates a attribute weighting example reader.
weightingMutation - Variable in class edu.udo.cs.yale.operator.features.weighting.VarianceAdaption
The weighting mutation.
WeightingMutation - Class in edu.udo.cs.yale.operator.features.weighting
Changes the weight for all attributes by multiplying them with a gaussian distribution.
WeightingMutation(double, boolean, Random) - Constructor for class edu.udo.cs.yale.operator.features.weighting.WeightingMutation
 
weightMap - Variable in class edu.udo.cs.yale.example.AttributeWeights
Maps the name of an attribute to the corresponding attribute weight.
WeightOptimization - Class in edu.udo.cs.yale.operator.meta
Performs a feature selection guided by the AttributeWeights.
WeightOptimization(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.WeightOptimization
 
weights - Variable in class edu.udo.cs.myRVM.Model
 
weights - Variable in class edu.udo.cs.yale.datatable.DataTableExampleSetAdapter
 
weights - Variable in class edu.udo.cs.yale.datatable.SimpleDataTable
 
weights - Variable in class edu.udo.cs.yale.example.AttributeWeight
The parent attribute weights.
weights - Variable in class edu.udo.cs.yale.example.AttributeWeights.WeightComparator
The used attribute weights.
weights - Variable in class edu.udo.cs.yale.example.WeightingExampleReader
The weights of the attributes.
WEIGHTS - Static variable in class edu.udo.cs.yale.gui.plotter.ParallelPlotter
Indicates a ordered column mapping.
WEIGHTS - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Indicates a ordered column mapping.
weights - Variable in class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel
 
weights - Variable in class edu.udo.cs.yale.operator.features.transformation.FunctionValueSeries
 
weights - Variable in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
weights - Variable in class edu.udo.cs.yale.operator.features.transformation.HyperplaneProjection
 
weights - Variable in class edu.udo.cs.yale.operator.features.weighting.SimpleWeighting
These weights are used for building new individuals.
weights - Variable in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
 
weights - Variable in class edu.udo.cs.yale.operator.meta.IterativeWeightOptimization
 
weights - Variable in class edu.udo.cs.yale.operator.meta.WeightOptimization
 
weightType - Variable in class edu.udo.cs.yale.example.AttributeWeights
Indicates if absolute or actualy weights should be used for sorting.
weightType - Variable in class edu.udo.cs.yale.tools.math.SpectrumFilter
 
WEKA_ASSOCIATORS - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
 
WEKA_ATTRIBUTE_EVALUATORS - Static variable in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
 
WEKA_CLASSIFIERS - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
 
WEKA_CLASSIFIERS - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
 
WEKA_CLASSIFIERS - Static variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
 
WekaAssociator - Class in edu.udo.cs.yale.operator.learner.weka
In contrast to models generated by normal learners, the association rules cannot be applied to an example set.
WekaAssociator(String, Associator) - Constructor for class edu.udo.cs.yale.operator.learner.weka.WekaAssociator
 
WekaClassifier - Class in edu.udo.cs.yale.operator.learner.weka
A Weka Classifier which can be used to classify Examples.
WekaClassifier() - Constructor for class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
WekaClassifier(Attribute) - Constructor for class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
WekaClassifier(String, Attribute, Classifier) - Constructor for class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
WekaInstancesAdaptor - Class in edu.udo.cs.yale.tools
This class extends the Weka class Instances and overrides all methods needed to directly use a Yale ExampleSet as source for Weka instead of copying the complete data.
WekaInstancesAdaptor(String, ExampleSet, int) - Constructor for class edu.udo.cs.yale.tools.WekaInstancesAdaptor
Creates a new Instances object based on the given example set.
WekaInstancesAdaptor.InstanceEnumeration - Class in edu.udo.cs.yale.tools
This enumeration implementation uses an ExampleReader (Iterator) to enumerate the instances.
WekaInstancesAdaptor.InstanceEnumeration(Iterator<Example>) - Constructor for class edu.udo.cs.yale.tools.WekaInstancesAdaptor.InstanceEnumeration
 
WekaLearnerCapabilities - Class in edu.udo.cs.yale.tools
Checks if a given classifier supports the desired capability.
WekaLearnerCapabilities() - Constructor for class edu.udo.cs.yale.tools.WekaLearnerCapabilities
 
WekaOperatorFactory - Class in edu.udo.cs.yale.tools
Registers all Weka core operators.
WekaOperatorFactory() - Constructor for class edu.udo.cs.yale.tools.WekaOperatorFactory
 
wekaParameters - Variable in class edu.udo.cs.yale.operator.features.weighting.GenericWekaAttributeWeighting
The list with the weka parameters.
wekaParameters - Variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaAssociationLearner
The list with the weka parameters.
wekaParameters - Variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaEnsembleLearner
The list with the weka parameters.
wekaParameters - Variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaLearner
The list with the weka parameters.
wekaParameters - Variable in class edu.udo.cs.yale.operator.learner.weka.GenericWekaMetaLearner
The list with the weka parameters.
WekaTools - Class in edu.udo.cs.yale.tools
This class contains static methods for converting Weka Instances to Yale ExampleSet and vice versa.
WekaTools() - Constructor for class edu.udo.cs.yale.tools.WekaTools
 
WelcomeDialog - Class in edu.udo.cs.yale.gui.dialog
Lets the user select with what he wants to start: blank, existing file, recent file, wizard or tutorial.
WelcomeDialog(MainFrame) - Constructor for class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
whereTextArea - Variable in class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard
The text area with the where clause.
which_alpha - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
whiteSpaceButton - Variable in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Indicates that the columns are separated by any white space.
width - Variable in class edu.udo.cs.yale.gui.dialog.InfoBox
 
willGet - Variable in class edu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
The array of classes which is given to the inner chain of operators described by this InnerOpDesc object.
willGet - Variable in class edu.udo.cs.yale.operator.condition.LastInnerOperatorCondition
 
willGet - Variable in class edu.udo.cs.yale.operator.condition.SpecificInnerOperatorCondition
The array of classes which is given to the inner chain of operators described by this InnerOpDesc object.
window - Variable in class edu.udo.cs.yale.gui.dialog.SplashScreen
 
windowActivated(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowActivated(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
windowClosed(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowClosed(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
windowClosing(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowClosing(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
windowDeactivated(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowDeactivated(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
windowDeiconified(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowDeiconified(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
WindowFunction - Class in edu.udo.cs.yale.tools.math
Window functions apply a weight to each value of a value series depending on the length of the series.
WindowFunction(int, int) - Constructor for class edu.udo.cs.yale.tools.math.WindowFunction
 
windowFunctionType - Variable in class edu.udo.cs.yale.tools.math.FastFourierTransform
The window function which should be applied before calculating the FT.
windowIconified(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowIconified(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
windowOpened(WindowEvent) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog
 
windowOpened(WindowEvent) - Method in class edu.udo.cs.yale.gui.MainFrame
 
WIZARD - Static variable in class edu.udo.cs.yale.gui.dialog.WelcomeDialog
 
WIZARD_ACTION - Variable in class edu.udo.cs.yale.gui.MainFrame
 
wizardCreatorClass - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
WizardDialog - Class in edu.udo.cs.yale.gui.dialog
The wizard dialog assists the user in creating a new experiment.
WizardDialog(MainFrame) - Constructor for class edu.udo.cs.yale.gui.dialog.WizardDialog
 
wizardIcon - Static variable in class edu.udo.cs.yale.gui.dialog.WizardDialog
 
wizardListener - Variable in class edu.udo.cs.yale.operator.parameter.ParameterTypeConfiguration
 
WizardPropertyTable - Class in edu.udo.cs.yale.gui.properties
With a WizardPropertyTable one can edit (a subset of) parameters of all operators of the experiment in one place.
WizardPropertyTable() - Constructor for class edu.udo.cs.yale.gui.properties.WizardPropertyTable
 
word - Variable in class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
working_set - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
working_set_size - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
WRACC - Static variable in class edu.udo.cs.yale.operator.learner.BestRuleInduction
 
WRAcc - Class in edu.udo.cs.yale.operator.learner.igss.utility
The instance-averaging utility function WRAcc.
WRAcc(double[], int) - Constructor for class edu.udo.cs.yale.operator.learner.igss.utility.WRAcc
Constructs new WRAcc with the given default probability.
wrapperRenderer - Static variable in class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer
 
WrapperRenderer - Class in edu.udo.cs.yale.gui.experimenteditor
An operator renderer for wrapper, i.e. all non-simple operator chains.
WrapperRenderer() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.WrapperRenderer
 
WrapperValidationChain - Class in edu.udo.cs.yale.operator.validation
This operator evaluates the performance of feature weighting algorithms including feature selection.
WrapperValidationChain(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.WrapperValidationChain
 
WrapperXValidation - Class in edu.udo.cs.yale.operator.validation
This operator evaluates the performance of feature weighting and selection algorithms.
WrapperXValidation(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.WrapperXValidation
 
write(PrintWriter) - Method in class edu.udo.cs.yale.datatable.AbstractDataTable
 
write(PrintWriter) - Method in interface edu.udo.cs.yale.datatable.DataTable
Writes the table into the given writer.
write(int) - Method in class edu.udo.cs.yale.gui.MessageViewerOutputStream
 
write(File) - Method in class edu.udo.cs.yale.operator.AbstractIOObject
Just serializes this object with help of a XMLSerialization.
write(OutputStream) - Method in class edu.udo.cs.yale.operator.AbstractIOObject
Just serializes this object with help of a XMLSerialization.
write(File) - Method in interface edu.udo.cs.yale.operator.IOObject
Writes the object data into a file.
write(OutputStream) - Method in interface edu.udo.cs.yale.operator.IOObject
Writes the object data into a stream.
write(PrintWriter) - Method in class edu.udo.cs.yale.operator.meta.ParameterSet
 
write(String, String, String, ZipOutputStream) - Static method in class edu.udo.cs.yale.tools.BugReport
 
write(int) - Method in class edu.udo.cs.yale.tools.log.FormattedFilterStream
 
write(int) - Method in class edu.udo.cs.yale.tools.log.StreamMultiplier
Implements the abstract method of the superclass.
write(int) - Method in class edu.udo.cs.yale.tools.OutputStreamMultiplier
 
write(char[], int, int) - Method in class edu.udo.cs.yale.tools.WriterMultiplier
Implements the abstract method of the superclass.
write2DGNUPlotData(PrintStream, int, int) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
write3DGNUPlotData(PrintStream, int, int, int) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
writeAttributeData(DataOutput) - Method in class edu.udo.cs.yale.example.AbstractAttribute
Writes the (non transient) attribute data to an output stream.
writeAttributeData(String, Attribute, int, PrintWriter, boolean) - Static method in class edu.udo.cs.yale.example.AbstractExampleSet
Writes the data of this attribute in the given stream.
writeAttributeData(DataOutput) - Method in interface edu.udo.cs.yale.example.Attribute
Writes the (non transient) attribute data to an output stream.
writeAttributeData(DataOutput) - Method in class edu.udo.cs.yale.example.BinaryAttribute
Overrides the super method and add information about the nominal values.
writeAttributeData(DataOutput) - Method in class edu.udo.cs.yale.example.NominalAttribute
Overrides the super method and add information about the nominal values.
writeAttributeDescriptions(File) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
writeAttributeFile(File, File) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Writes the attribute descriptions for all examples.
writeAttributeFile(File, File) - Method in interface edu.udo.cs.yale.example.ExampleSet
Writes the attribute meta descriptions into a file.
writeColumnData(PrintWriter, String[]) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.AreaUnderCurve
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.BinaryClassificationPerformance
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.CorrelationCriterion
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.EstimatedPerformance
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.Margin
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.MDLCriterion
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.MinMaxCriterion
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.MultiClassificationPerformance
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.NormalizedAbsoluteError
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Writes the performance criterion into the given writer.
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.PredictionAverage
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.RootRelativeSquaredError
 
writeCriterionData(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.SimpleCriterion
 
writeData(File) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
writeData(File) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Writes the complete data set into a new file.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.AbstractModel
Writes the model to a stream.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.ContainerModel
Writes the model to a stream.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.FastICAModel
 
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.GHAModel
 
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.features.transformation.PCAModel
 
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Writes the label information.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.MinMaxNormalizationModel
Writes the model data into the given stream.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Writes the model data into the given stream.
writeData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.SerializableModel
Writes the model in the given file.
writeDataFile(File) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
 
writeDataFile(File) - Method in interface edu.udo.cs.yale.example.ExampleSet
Writes the data and the attribute description to a file.
writeDoubleArray(ObjectOutputStream, double[]) - Method in class edu.udo.cs.myGP.Model
Write double[] into an output stream
writeFile(File, ZipOutputStream) - Static method in class edu.udo.cs.yale.tools.BugReport
 
writeGNUPlot(PrintStream, int, int, int[], String, String, String) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
writeGNUPlotHeader(PrintStream, String, String, String, String, String) - Method in class edu.udo.cs.yale.datatable.GnuPlotDataTableHandler
 
writeKernel(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.Kernel
Write kernel to stream
writeKernel(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Write KernelBasisFunction-data to stream
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.Kernel
 
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelEpanechnikov
 
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
 
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelMultiquadric
 
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelPoly
Write kernel to stream
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelRadial
Write kernel to stream
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Kernel.KernelSigmoid
 
writeKernelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Writes the kernel type into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.Kernel
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelDot
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelEpanechnikov
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelGaussianCombination
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelMultiquadric
Writes the value for gamma into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelNeural
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelPolynomial
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Kernel.KernelRadial
 
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.DotKernel
Does nothing.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EpanechnikovKernel
Writes the values into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
Writes the sigma values into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
Subclasses must implement this method.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.MultiquadricKernel
Writes the values into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PolynomialKernel
Does nothing.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.RBFKernel
Writes the value for gamma into the given stream.
writeKernelParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SigmoidKernel
Writes the kernel parameters into the given stream.
writeMatrix(ObjectOutputStream, Matrix) - Method in class edu.udo.cs.myGP.Model
Write a matrix to a stream
writeModel(ObjectOutputStream) - Method in class edu.udo.cs.myGP.Model
Writes the model data into the output stream.
writeModel(ObjectOutputStream) - Method in class edu.udo.cs.myRVM.Model
Writes the model data into the output stream.
writeModel(File) - Method in class edu.udo.cs.yale.operator.AbstractModel
Writes the model to a file by writing its class and calling writeModel(ObjectOutput).
writeModel(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.AbstractModel
Writes the model to a file by writing its class and calling writeModel(ObjectOutput).
writeModel(File) - Method in interface edu.udo.cs.yale.operator.Model
Writes the model data into a file.
writeModel(ObjectOutputStream) - Method in interface edu.udo.cs.yale.operator.Model
Writes the model data into a stream.
writeObfuscatorMap(Map, File) - Method in class edu.udo.cs.yale.operator.preprocessing.Obfuscator
 
writeParameters(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattParameters
 
writePerformanceCriterion(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.PerformanceCriterion
Writes the performance criterion into the given writer.
writePerformanceVector(File) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Writes the performance criteria data into the given file.
writePerformanceVector(PrintWriter) - Method in class edu.udo.cs.yale.operator.performance.PerformanceVector
Writes the performance criteria data into the given writer.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel
not supported yet
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.DistributionModel
 
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
Writes the model data into the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.AbstractMySVMModel
Writes the support vectors and the kernel into the input stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoSVMModel
Writes the data for this model.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.GPModel
Writes the model data into the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.LibSVMModel
 
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.kernel.RVMModel
Writes the model data into the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.lazy.AverageModel
 
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.lazy.DefaultModel
Writes the model data into the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.AdaBoostModel
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.BaggingModel
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.BayBoostModel
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.eaboost.ParetoOptimalSetOfModels
 
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModel
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.MultiModelByRegression
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.SDEnsemble
Writes the models subsequently to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
Writes the model to the output stream.
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.MultiCriterionDecisionStumps.DecisionStumpModel
not supported yet
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.PredictionModel
Writes the model data (without label).
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.learner.weka.WekaClassifier
 
writePredictionModelData(ObjectOutputStream) - Method in class edu.udo.cs.yale.operator.postprocessing.PlattScalingModel
 
writeProperties(PrintWriter) - Method in class edu.udo.cs.yale.gui.properties.SettingsPropertyTable
Applies and write the properties in the system dependent config file in the user directory.
writer - Variable in class edu.udo.cs.yale.tools.WriterMultiplier
The writers to write the contents to.
WriterMultiplier - Class in edu.udo.cs.yale.tools
By using this multiplier all written content is multiplied to the given writers.
WriterMultiplier(Writer[]) - Constructor for class edu.udo.cs.yale.tools.WriterMultiplier
Creates a new writer multiplier.
writeSparseAttributeFile(File, File, int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Writes the attribute descriptions for all examples.
writeSparseAttributeFile(File, File, int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Writes the attribute meta descriptions for a sparse data file into a file.
writeSparseDataFile(File, int) - Method in class edu.udo.cs.yale.example.AbstractExampleSet
Writes the data into a sparse file format.
writeSparseDataFile(File, int) - Method in interface edu.udo.cs.yale.example.ExampleSet
Writes the data and the attribute description to a sparse data file.
writeSpecialFormat(ExampleSet, File) - Method in class edu.udo.cs.yale.operator.io.ExampleSetWriter
 
writeSupportVectors(ObjectOutputStream) - Method in class edu.udo.cs.mySVM.Examples.ExampleSet
Writes the example set into the given output stream.
writeThresholdFile(File) - Method in class edu.udo.cs.yale.operator.postprocessing.Threshold
 
writeXML(File) - Method in class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor
 
writeXML(File) - Method in class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard
Before this method will properly work the method ExampleSourceConfigurationWizard.writeData(File) must have been called.
writeXML(PrintWriter, String) - Method in class edu.udo.cs.yale.operator.Operator
Writes the XML representation of this operator.
writeXML(PrintWriter, File) - Method in class edu.udo.cs.yale.tools.att.AttributeDataSource
 
writeXML(Object, OutputStream) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
writeXML(Object, Writer) - Method in class edu.udo.cs.yale.tools.XMLSerialization
 
WrongNumberOfInnerOperatorsException - Exception in edu.udo.cs.yale.operator
Will be thrown if an operator chain needs a specific number of inner operators which is not fulfilled.
WrongNumberOfInnerOperatorsException(OperatorChain, int, int, int) - Constructor for exception edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException
 
WrongPredictionCondition - Class in edu.udo.cs.yale.example
This subclass of Condition serves to accept all examples which are wrongly predicted.
WrongPredictionCondition() - Constructor for class edu.udo.cs.yale.example.WrongPredictionCondition
Creates a new condition.
WrongPredictionCondition(ExampleSet, String) - Constructor for class edu.udo.cs.yale.example.WrongPredictionCondition
Throws an exception since this condition does not support parameter string.

X

x - Variable in class edu.udo.cs.myGP.Problem
 
x - Variable in class edu.udo.cs.myRVM.ConstructiveRegression
Data shared accross various methods
x - Variable in class edu.udo.cs.myRVM.Problem
 
x - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
This example will be once constructed and delivered with the asked values.
x - Variable in class edu.udo.cs.mySVM.Optimizer.quadraticProblem
 
x - Variable in class edu.udo.cs.yale.example.DoubleSparseArrayDataRow
Stores the used attribute indices.
x - Variable in class edu.udo.cs.yale.example.FloatSparseArrayDataRow
Stores the used attribute indices.
x - Variable in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
x - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
x - Variable in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
x - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
x - Variable in class edu.udo.cs.yale.operator.generator.Dot
 
x - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
X - Static variable in class edu.udo.cs.yale.tools.Ontology
 
x1tox2(double, boolean, double, double) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
x2tox1(double, boolean, double, double) - Method in class edu.udo.cs.mySVM.Optimizer.quadraticProblemSMO
 
X_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
Indices of axis components.
X_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
X_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
XML_VIEW - Static variable in class edu.udo.cs.yale.gui.ConditionalAction
 
xmlDescription - Variable in class edu.udo.cs.yale.gui.templates.BuildingBlock
 
XMLEditor - Class in edu.udo.cs.yale.gui.experimenteditor
A text area for editing the experiment as XML.
XMLEditor(MainFrame) - Constructor for class edu.udo.cs.yale.gui.experimenteditor.XMLEditor
 
XMLEditor.Keyword - Class in edu.udo.cs.yale.gui.experimenteditor
A keyword for the simple syntax highlighting parser.
XMLEditor.Keyword(String, int, Color) - Constructor for class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.Keyword
 
XMLEditor.SearchAction - Class in edu.udo.cs.yale.gui.experimenteditor
 
XMLEditor.SearchAction() - Constructor for class edu.udo.cs.yale.gui.experimenteditor.XMLEditor.SearchAction
 
XMLExampleTaglet - Class in edu.udo.cs.yale.doc
A taglet with name "@yale.xmlinput" can be used in the Javadoc comments of an operator to include an XML file into the documentation.
XMLExampleTaglet() - Constructor for class edu.udo.cs.yale.doc.XMLExampleTaglet
 
XMLException - Exception in edu.udo.cs.yale.tools
Indicates that an exception during XML parsing occurred.
XMLException(String) - Constructor for exception edu.udo.cs.yale.tools.XMLException
Creates a new XML exception.
XMLException(String, Throwable) - Constructor for exception edu.udo.cs.yale.tools.XMLException
Creates a new XML exception.
XMLSerialization - Class in edu.udo.cs.yale.tools
This class handles all kinds in- and output write processes for all kinds of objects into and from XML.
XMLSerialization() - Constructor for class edu.udo.cs.yale.tools.XMLSerialization
 
xPos - Variable in class edu.udo.cs.yale.gui.plotter.ToolTip
 
xStream - Variable in class edu.udo.cs.yale.tools.XMLSerialization
 
xTicSize - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
xTicSize - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
XValidation - Class in edu.udo.cs.yale.operator.validation
XValidation encapsulates a cross-validation experiment.
XValidation(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.validation.XValidation
 
XVPrediction - Class in edu.udo.cs.yale.operator.meta
Operator chain that splits an ExampleSet into a training and test sets similar to XValidation, but returns the test set predictions instead of a performance vector.
XVPrediction(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.meta.XVPrediction
 

Y

y - Variable in class edu.udo.cs.myGP.RegressionProblem
 
y - Variable in class edu.udo.cs.myRVM.ClassificationProblem
 
y - Variable in class edu.udo.cs.myRVM.Kernel.KernelBasisFunction
Vector
y - Variable in class edu.udo.cs.myRVM.RegressionProblem
 
y - Variable in class edu.udo.cs.yale.gui.plotter.ColorPlotterPoint
 
y - Variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
 
y - Variable in class edu.udo.cs.yale.gui.plotter.ExamplePlotterPoint
 
y - Variable in class edu.udo.cs.yale.gui.plotter.PlotterPoint
 
y - Variable in class edu.udo.cs.yale.operator.generator.Dot
 
y - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.SupportVector
 
Y - Static variable in class edu.udo.cs.yale.tools.Ontology
 
Y_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.DensityPlotter
 
Y_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter
 
Y_AXIS - Static variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 
YAGGA - Class in edu.udo.cs.yale.operator.features.construction
YAGGA is an acronym for Yet Another Generating Genetic Algorithm.
YAGGA(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.YAGGA
 
YAGGA2 - Class in edu.udo.cs.yale.operator.features.construction
YAGGA is an acronym for Yet Another Generating Genetic Algorithm.
YAGGA2(OperatorDescription) - Constructor for class edu.udo.cs.yale.operator.features.construction.YAGGA2
 
Yale - Class in edu.udo.cs.yale
Main program.
Yale() - Constructor for class edu.udo.cs.yale.Yale
 
YALE_VERBOSITY - Static variable in class edu.udo.cs.mySVM.SVM.SVM
 
YaleGUI - Class in edu.udo.cs.yale.gui
The main class if Yale is startet in GUI mode.
YaleGUI() - Constructor for class edu.udo.cs.yale.gui.YaleGUI
 
YaleGUI.ShutdownHook - Class in edu.udo.cs.yale.gui
This thread listens for System shutdown and cleans up after shutdown.
YaleGUI.ShutdownHook() - Constructor for class edu.udo.cs.yale.gui.YaleGUI.ShutdownHook
 
yaleHome - Static variable in class edu.udo.cs.yale.doc.ReferenceTaglet
 
yaleLineReader - Variable in class edu.udo.cs.yale.example.FileDataRowReader
This reader maps lines read from a file to Yale columns.
YaleLineReader - Class in edu.udo.cs.yale.example
A simple line converter for reading data from BufferedReaders.
YaleLineReader(String, char[], boolean, char) - Constructor for class edu.udo.cs.yale.example.YaleLineReader
Indicates if quoting (") can be used to form.
YaleLineReader(String, char[], boolean) - Constructor for class edu.udo.cs.yale.example.YaleLineReader
Indicates if quoting (") can be used to form.
yaleTagletMap - Variable in class edu.udo.cs.yale.doc.AbstractOperatorDocGenerator
 
YES - Static variable in class edu.udo.cs.yale.example.DatabaseDataRowReader
 
YES - Static variable in class edu.udo.cs.yale.example.ResultSetDataRowReader
 
yPos - Variable in class edu.udo.cs.yale.gui.plotter.ToolTip
 
ys - Variable in class edu.udo.cs.mySVM.Examples.ExampleSet
The labels of the examples if known. -1 and +1 for classification or the real value for regression tasks.
ys - Variable in class edu.udo.cs.mySVM.SVM.SVM
 
ys - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.EvoOptimization
The label values.
ys - Variable in class edu.udo.cs.yale.operator.learner.kernel.evosvm.PSOSVMOptimization
The label values.
yTicSize - Variable in class edu.udo.cs.yale.gui.plotter.HistogramPlotter
 
yTicSize - Variable in class edu.udo.cs.yale.gui.plotter.ScatterPlotter
 

Z

ZERO - Static variable in class edu.udo.cs.yale.operator.preprocessing.filter.InfiniteValueReplenishment
 
zeroClass - Variable in class edu.udo.cs.yale.operator.postprocessing.Threshold
The first class.
ZOOM_FACTOR - Static variable in class edu.udo.cs.yale.gui.plotter.RadVizPlotter
Indicates the initial zoom factor.
zscale - Variable in class edu.udo.cs.yale.operator.learner.meta.TransformedRegressionModel
 
ZTransformationModel - Class in edu.udo.cs.yale.operator.preprocessing.normalization
This model performs a z-Transformation on the given example set.
ZTransformationModel() - Constructor for class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel
Creates a new model.
ZTransformationModel.MeanVariance - Class in edu.udo.cs.yale.operator.preprocessing.normalization
This helper class stores the information about the mean and variance for an attribute.
ZTransformationModel.MeanVariance(double, double) - Constructor for class edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel.MeanVariance
Creates a new MeanVariance helper object.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2001-2006