Other packages > Find by keyword >

GMDH2  

Binary Classification via GMDH-Type Neural Network Algorithms
View on CRAN: Click here


Download and install GMDH2 package within the R console
Install from CRAN:
install.packages("GMDH2")

Install from Github:
library("remotes")
install_github("cran/GMDH2")

Install by package version:
library("remotes")
install_version("GMDH2", "1.8")



Attach the package and use:
library("GMDH2")
Maintained by
Osman Dag
[Scholar Profile | Author Map]
First Published: 2018-04-06
Latest Update: 2022-10-26
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, ).
How to cite:
Osman Dag (2018). GMDH2: Binary Classification via GMDH-Type Neural Network Algorithms. R package version 1.8, https://cran.r-project.org/web/packages/GMDH2. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.0 (2018-04-06 18:40), 1.1 (2018-04-14 16:55), 1.2 (2018-04-30 11:10), 1.3 (2018-05-16 00:16), 1.4 (2018-06-23 23:36), 1.5 (2019-07-22 23:40), 1.6 (2021-04-28 06:20), 1.7 (2022-09-06 15:40)
Other packages that cited GMDH2 R package
View GMDH2 citation profile
Other R packages that GMDH2 depends, imports, suggests or enhances
Complete documentation for GMDH2
Functions, R codes and Examples using the GMDH2 R package
Some associated functions: GMDH . GMDH2 . Table . confMat . cplot2d . cplot3d . dceGMDH . plot.GMDHplot . predict.GMDH . predict.dceGMDH . 
Some associated R codes: GMDH.R . Table.R . confMat.R . cplot2d.R . cplot3d.R . dceGMDH.R . plot.GMDHplot.R . predict.GMDH.R . predict.dceGMDH.R .  Full GMDH2 package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for GMDH2051015202530TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA