Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.59 KB

DDH_code_repository

This repository shares the code for performing cluster analysis and machine learing algorithms intended to identify subtypes within the Crowe I DDH cases. For each analysis, please read the instructions along the code to reproduce this analysis.

raw data

Raw data contains data for each case that was inlcuded in the cluster analysis and in the development of machine learning algorithms. Note that the average of four measurements was shown in raw data.

data_for_develop_ML_algorithms

Raw_data for developing ML algorithms to predict the classification of new cases

data_for_external_validation

Raw data for external validation for ML algorithms

Code_Cluster

Code and instruction to perform cluster analysis

Code_ANN

Code and instruction to develop ANN algorithm for new case prediction, and use external data to test the algorithm.

Code_Decisiontree

Code and instruction to develop Decisiontree algorithm for new case prediction, and use external data to test the algorithm.

Code_K-NN

Code and instruction to develop K-NN algorithm for new case prediction, and use external data to test the algorithm.

Code_logisticregression

Code and instruction to develop logisticregression algorithm for new case prediction, and use external data to test the algorithm.

Code_Randomforest

Code and instruction to develop random forest algorithm for new case prediction, and use external data to test the algorithm.

Code_SVM

Code and instruction to develop SVM algorithm for new case prediction, and use external data to test the algorithm.