cooperlab / ActiveLearning

Software and documentation from the active learning project on interactive classification.
5 stars 12 forks source link

Added a function for validation #106

Closed slee172 closed 6 years ago

slee172 commented 6 years ago

This PR contains a function that returns the result of validation. Given a training set and a test set, returns labels and scores for each objects.

Modified validation.html, validation-main.js Added validate.php