ml_svm library
Classes
- SVMModel
- Support Vector Machine Model (Linear, OvR, Hinge Loss + L2)
Functions
-
normalize(
List< Float64List> X) → List<Float64List> - Normalize features to 0-1 range (Min-Max normalization)
-
shuffleInPlace<
T> (List< T> data, List<T> labels, {int? seed}) → void - Shuffle data and labels together (Fisher–Yates)