- changeCategoriesNames(String[], String) - Method in interface engine.Engine
-
Change names of categories for specific category column
- changeCategoriesNames(String[], String) - Method in class engine.r.R_engine
-
- CheckBox - Class in gui.components
-
This class represent CheckBox gui object.
- CheckBox(String, Language) - Constructor for class gui.components.CheckBox
-
Create instance of new Check box with specific
string id (location in language file) and
specific language
Language
.
- CheckBoxMenuItem - Class in gui.components
-
This class represent Check box menu item gui object.
- CheckBoxMenuItem(String, Language) - Constructor for class gui.components.CheckBoxMenuItem
-
Create instance of new Check box menu item with specific
string id (location in language file) and
specific language
Language
.
- chisqDependencyTest() - Method in interface engine.Engine
-
Compute and create report of Pearson's Chi-squared Test,
for testing independency
- chisqDependencyTest() - Method in class engine.r.R_engine
-
- ChiSqDialog - Class in gui.dialog
-
Modal dialog with results from Chi-sq test.
- ChiSqDialog(ChisqTest, String) - Constructor for class gui.dialog.ChiSqDialog
-
Create Chi-sq test dialog.
- ChisqTest - Class in model
-
Model class represented structure for result of independence test.
- ChisqTest(String, boolean) - Constructor for class model.ChisqTest
-
Create instance with result of test.
- ChooseColorPanel - Class in gui.panels
-
Represent panel with color table and
popup menu with colors names to change.
- ChooseColorPanel(String[], String[]) - Constructor for class gui.panels.ChooseColorPanel
-
Create panel with table and popup menu.
- ChooseColorPanel.PopupActionListener - Class in gui.panels
-
Inner class for custom popup listener.
- ChooseNADialog - Class in gui.dialog
-
Modal dialog for defined missing category.
- ChooseVariableDialog - Class in gui.dialog
-
Model dialog for choose column for detail view and analyzing.
- ChooseVariableDialog(String[], Engine, String) - Constructor for class gui.dialog.ChooseVariableDialog
-
Create dialog.
- ColorTableModel - Class in gui.model
-
Table model for choosing colors.
- ColorTableModel(String[], String[]) - Constructor for class gui.model.ColorTableModel
-
Create table model.
- convertVariable(String, Engine.VAR_TYPES) - Method in interface engine.Engine
-
Convert type of column to different type of column
- convertVariable(String, Engine.VAR_TYPES) - Method in class engine.r.R_engine
-
- createBarPlot(Engine.PLOT_TYPES, String, String, String, String...) - Method in interface engine.Engine
-
Draw bar plot for specific columns with specific title and labels.
- createBarPlot(Engine.PLOT_TYPES, String, String, String, String...) - Method in class engine.r.R_engine
-
- createBoxPlot(String, String...) - Method in interface engine.Engine
-
Draw box plot for specific columns with specific title.
- createBoxPlot(String, String...) - Method in class engine.r.R_engine
-
- createHistogram(Engine.PLOT_TYPES, String, String, String, String) - Method in interface engine.Engine
-
Draw histogram for specific numeric column.
- createHistogram(Engine.PLOT_TYPES, String, String, String, String) - Method in class engine.r.R_engine
-
- createPiePlot(Engine.PLOT_TYPES, String, String) - Method in interface engine.Engine
-
Draw pie plot for specific column with specific title.
- createPiePlot(Engine.PLOT_TYPES, String, String) - Method in class engine.r.R_engine
-