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 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.
Raw_data for developing ML algorithms to predict the classification of new cases
Raw data for external validation for ML algorithms
Code and instruction to perform cluster analysis
Code and instruction to develop ANN algorithm for new case prediction, and use external data to test the algorithm.
Code and instruction to develop Decisiontree algorithm for new case prediction, and use external data to test the algorithm.
Code and instruction to develop K-NN algorithm for new case prediction, and use external data to test the algorithm.
Code and instruction to develop logisticregression algorithm for new case prediction, and use external data to test the algorithm.
Code and instruction to develop random forest algorithm for new case prediction, and use external data to test the algorithm.
Code and instruction to develop SVM algorithm for new case prediction, and use external data to test the algorithm.