GUI_cppcor: Graphical User Interface for PCCor function

Description Usage Arguments Value Examples

View source: R/GUI_cppcor.R

Description

GUI_cppcor A Graphical User Interface (GUI) for function that returns the confusion matrix and parameters of classification analysis

Usage

1

Arguments

gui

Logical argument, TRUE or FALSE. The default is FALSE

Value

GUI_cppcor return a GUI for the confusion matriz and parameters of classification analysis

Examples

1
2
3
4
5
# Loading package
library(cppcor)
if (interactive()) {
  GUI_cppcor()
}

cppcor documentation built on April 1, 2020, 1:08 a.m.

Related to GUI_cppcor in cppcor...