Semagle.Framework


Semagle.MachineLearning.Metrics

Semagle.MachineLearning.SVM implements performance evaluation metrics:

  • Accuracy (two and one class classification)

    1: 
    
     let accuracy = Classification.accuracy test_y predict_y
    
  • Mean Squared Error (regression)

    1: 
    
     let mse = Regression.mse test_y predict_y
    
val accuracy : obj
val mse : obj
Fork me on GitHub