Uses of Class
adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
-
-
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.evaluation
Method parameters in adams.gui.tools.wekainvestigator.evaluation with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
AbstractEvaluation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab that return AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description static AbstractInvestigatorTab.SerializationOption
AbstractInvestigatorTab.SerializationOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractInvestigatorTab.SerializationOption[]
AbstractInvestigatorTab.SerializationOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in adams.gui.tools.wekainvestigator.tab with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description protected Map<String,Object>
AbstractInvestigatorTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
AbstractInvestigatorTabWithDataTable. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
AssociateTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
AttributeSelectionTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
ClassifyTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
ClusterTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
CompareTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
DataQueryTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
ExperimentTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
IndependentComponentsTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
InstanceTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
LogTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
PartialLeastSquaresTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
PreprocessTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.protected Map<String,Object>
PrincipalComponentsTab. doSerialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Object
AbstractInvestigatorTab. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Generates a view of the tab that can be serialized. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Method parameters in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
Train. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Method parameters in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
CrossValidation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
Train. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Method parameters in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
BuildModel. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
CrossValidation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
FromPredictions. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
IndexedSplitsRunsEvaluation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
ReevaluateModel. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
RepeatedCrossValidation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainTestSet. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainTestSplit. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainValidateTestSet. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Method parameters in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
BuildModel. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
ClassesToClusters. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
CrossValidation. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
ReevaluateModel. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainTestSet. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainTestSplit. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization. -
Uses of AbstractInvestigatorTab.SerializationOption in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Method parameters in adams.gui.tools.wekainvestigator.tab.experimenttab.setup with type arguments of type AbstractInvestigatorTab.SerializationOption Modifier and Type Method Description Map<String,Object>
CrossValidationSetup. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.Map<String,Object>
TrainTestSplitSetup. serialize(Set<AbstractInvestigatorTab.SerializationOption> options)
Returns the objects for serialization.
-