Uses of Class
moa.gui.featureanalysis.FeatureImportancePanel
-
Packages that use FeatureImportancePanel Package Description moa.gui.featureanalysis -
-
Uses of FeatureImportancePanel in moa.gui.featureanalysis
Fields in moa.gui.featureanalysis declared as FeatureImportancePanel Modifier and Type Field Description protected FeatureImportancePanel
FeatureAnalysisTabPanel. fip
Use Singleton design pattern to ensure the object created here and the object created in DataAnalysisPanel.java are the same object in memory.protected FeatureImportancePanel
VisualizeFeaturesPanel. fip
This is the FeatureImportance Tab panelMethods in moa.gui.featureanalysis that return FeatureImportancePanel Modifier and Type Method Description static FeatureImportancePanel
FeatureImportancePanel. getInstance()
Singleton design pattern
-