Learn R Programming

GMDH2 (version 1.8)

Binary Classification via GMDH-Type Neural Network Algorithms

Description

Performs binary classification via Group Method of Data Handling (GMDH) - type neural network algorithms. There exist two main algorithms available in GMDH() and dceGMDH() functions. GMDH() performs classification via GMDH algorithm for a binary response and returns important variables. dceGMDH() performs classification via diverse classifiers ensemble based on GMDH (dce-GMDH) algorithm. Also, the package produces a well-formatted table of descriptives for a binary response. Moreover, it produces confusion matrix, its related statistics and scatter plot (2D and 3D) with classification labels of binary classes to assess the prediction performance. All 'GMDH2' functions are designed for a binary response (Dag et al., 2019, ).

Copy Link

Version

Install

install.packages('GMDH2')

Monthly Downloads

229

Version

1.8

License

GPL (>= 2)

Maintainer

Osman Dag

Last Published

October 26th, 2022

Functions in GMDH2 (1.8)

confMat

Confusion Matrix
GMDH2-package

Binary Classification via GMDH-Type Neural Network Algorithms
cplot2d

2D Scatter Plot with Classification Labels
dceGMDH

Diverse Classifiers Ensemble Based on GMDH-Type Neural Network Algorithm for Binary Classification
cplot3d

3D Scatter Plot with Classification Labels
predict.dceGMDH

Predicting Using dce-GMDH Algorithm for Binary Classification
Table

Table for Simple Descriptive Statistics
plot.GMDHplot

Plotting Using GMDH and dce-GMDH Algorithms for Binary Classification
predict.GMDH

Predicting Using GMDH Algorithm for Binary Classification
GMDH

Feature Selection and Classification via GMDH-Type Neural Network Algorithm for a Binary Response