Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 278 Bytes

File metadata and controls

6 lines (3 loc) · 278 Bytes

Learning-SVM

heart_disease.R- This file contains a prediction model for detecting whether a person has a heart disease based on 13 input variables

support_vector_regression.R - This file contains a simple implementation of regression model using technique of SVM.