Open malcolmgreaves opened 8 years ago
Standard implementations for L1, L2, elastic net regularization on the model's complexity. Also add in a functional interface for SvmDualModel => Double to "plug-n-play" w/ the cost function during learning.
SvmDualModel => Double
Inspiration from scikit-learn documentation: http://scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
Standard implementations for L1, L2, elastic net regularization on the model's complexity. Also add in a functional interface for
SvmDualModel => Double
to "plug-n-play" w/ the cost function during learning.