I'm trying to try a library link
this is the code which is on the page
// include the library
<script src="./svmjs/lib/svm.js"></script>
<script>
data = [[0,0], [0,1], [1,0], [1,1]];
labels = [-1, 1, 1, -1];
svm = new sv...
asked by
24.11.2016 / 01:40