Uses of Class
adams.data.spreadsheet.MetaData
-
-
Uses of MetaData in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return MetaData Modifier and Type Method Description MetaData
MetaData. getClone()
Returns a clone of itself.Constructors in adams.data.spreadsheet with parameters of type MetaData Constructor Description MetaData(MetaData source)
Initializes the meta-data with the provided meta-data. -
Uses of MetaData in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation with parameters of type MetaData Modifier and Type Method Description void
AbstractEvaluation. addObjectSize(MetaData meta, String key, Object obj)
Adds the object size to the meta-data. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.associatetab
Fields in adams.gui.tools.wekainvestigator.tab.associatetab declared as MetaData Modifier and Type Field Description protected MetaData
ResultItem. m_RunInformation
the run information.Methods in adams.gui.tools.wekainvestigator.tab.associatetab that return MetaData Modifier and Type Method Description MetaData
ResultItem. getRunInformation()
Returns the stored run information.Methods in adams.gui.tools.wekainvestigator.tab.associatetab with parameters of type MetaData Modifier and Type Method Description void
ResultItem. update(weka.associations.AssociatorEvaluation evaluation, weka.associations.Associator model, MetaData runInfo)
Updates the item. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.attseltab
Fields in adams.gui.tools.wekainvestigator.tab.attseltab declared as MetaData Modifier and Type Field Description protected MetaData
ResultItem. m_RunInformation
the run information.Methods in adams.gui.tools.wekainvestigator.tab.attseltab that return MetaData Modifier and Type Method Description MetaData
ResultItem. getRunInformation()
Returns the stored run information.Methods in adams.gui.tools.wekainvestigator.tab.attseltab with parameters of type MetaData Modifier and Type Method Description void
ResultItem. update(weka.attributeSelection.AttributeSelection attsel, int folds, MetaData runInfo)
Updates the item.protected void
ResultItem. update(weka.attributeSelection.AttributeSelection attsel, int folds, weka.core.Instances full, MetaData runInfo)
Updates the item.void
ResultItem. update(weka.attributeSelection.AttributeSelection attsel, weka.core.Instances full, MetaData runInfo)
Updates the item. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.classifytab
Fields in adams.gui.tools.wekainvestigator.tab.classifytab declared as MetaData Modifier and Type Field Description protected MetaData
ResultItem. m_RunInformation
the run information.Methods in adams.gui.tools.wekainvestigator.tab.classifytab that return MetaData Modifier and Type Method Description MetaData
ResultItem. getRunInformation()
Returns the stored run information.Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type MetaData Modifier and Type Method Description void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Classifier model, MetaData runInfo)
Updates the item.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Classifier model, MetaData runInfo, int[] original, SpreadSheet additional)
Updates the item.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Evaluation[] foldEvaluations, weka.classifiers.Classifier model, weka.classifiers.Classifier[] foldModels, MetaData runInfo, int[] original, SpreadSheet additional)
Updates the item.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Evaluation[] foldEvaluations, weka.classifiers.Evaluation[] runEvaluations, weka.classifiers.Classifier model, weka.classifiers.Classifier[] foldModels, weka.classifiers.Classifier[] runModels, MetaData runInfo, int[] original, int[][] runOriginals, SpreadSheet additional)
Updates the item. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.classifytab.history
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.history that return MetaData Modifier and Type Method Description protected MetaData
SubRangeEvaluation. addSubRangeInfo(MetaData info, double[] range)
Adds the range information to a clone of the provided meta-data info and returns it.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.history with parameters of type MetaData Modifier and Type Method Description protected MetaData
SubRangeEvaluation. addSubRangeInfo(MetaData info, double[] range)
Adds the range information to a clone of the provided meta-data info and returns it. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type MetaData Modifier and Type Method Description protected TextualContentPanel
TextStatistics. createOutput(weka.classifiers.Evaluation eval, MetaData runInfo)
Generates a panel from the results of the evaluation. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold that return MetaData Modifier and Type Method Description protected MetaData
SubRangeEvaluation. addSubRangeInfo(MetaData info, double[] range)
Adds the range information to a clone of the provided meta-data info and returns it.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type MetaData Modifier and Type Method Description protected MetaData
SubRangeEvaluation. addSubRangeInfo(MetaData info, double[] range)
Adds the range information to a clone of the provided meta-data info and returns it. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.clustertab
Fields in adams.gui.tools.wekainvestigator.tab.clustertab declared as MetaData Modifier and Type Field Description protected MetaData
ResultItem. m_RunInformation
the run information.Methods in adams.gui.tools.wekainvestigator.tab.clustertab that return MetaData Modifier and Type Method Description MetaData
ResultItem. getRunInformation()
Returns the stored run information.Methods in adams.gui.tools.wekainvestigator.tab.clustertab with parameters of type MetaData Modifier and Type Method Description void
ResultItem. update(String supplementaryName, Serializable supplementaryData, weka.clusterers.Clusterer model, MetaData runInfo)
Updates the item.void
ResultItem. update(weka.clusterers.ClusterEvaluation evaluation, String supplementaryName, Serializable supplementaryData, weka.clusterers.Clusterer model, MetaData runInfo)
Updates the item.void
ResultItem. update(weka.clusterers.ClusterEvaluation evaluation, weka.clusterers.Clusterer model, MetaData runInfo)
Updates the item. -
Uses of MetaData in adams.gui.tools.wekainvestigator.tab.experimenttab
Fields in adams.gui.tools.wekainvestigator.tab.experimenttab declared as MetaData Modifier and Type Field Description protected MetaData
ResultItem. m_RunInformation
the run information.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab that return MetaData Modifier and Type Method Description MetaData
ResultItem. getRunInformation()
Returns the stored run information.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab with parameters of type MetaData Modifier and Type Method Description void
ResultItem. update(WekaExperimentContainer experiment, MetaData runInfo)
Updates the item.
-