- Feb 10, 2021
-
-
Thomas Purcell authored
see https://gitlab.com/sissopp_developers/sissopp commits: up to 763e40e4deaf7a45dba3f0d8052cca053c1fa957
-
- Oct 01, 2020
-
-
Thomas Purcell authored
make it always consistent with the C++ calcs
-
- Sep 23, 2020
-
-
Thomas Purcell authored
Something is wrong with sharkML in some enviroments
-
- Sep 18, 2020
-
-
Thomas Purcell authored
1) Width reduced to 1e-5 2) SVM done with a C=100 3) SVM done with Kernel SVM but with a linear Kernel 4) Fixes to how algorithm breaks ties 5) Added a python SVM function 6) Modified Model python interface to accomadate SVM functions
-
- Sep 16, 2020
-
-
Thomas Purcell authored
Projection was only using last residual Model did not print proper SVM misclassified
-
- Sep 14, 2020
-
-
Thomas Purcell authored
Debug tomorrow
-
- Sep 13, 2020
-
-
Thomas Purcell authored
performs better than Fortran in terms of accuracy SVM is a challenge in terms of timing
-
- Sep 09, 2020
-
-
Thomas Purcell authored
use a linear prgramming method to check the feasabilty of a convex combination of the classes to get an estimate of the number of points in overlapping convex hull.
-
- Sep 05, 2020
-
-
Thomas Purcell authored
Compiles but not tested
-