Mojo struct
svm_parameter
@memory_only
struct svm_parameter
Aliases
C_SVC = 0NU_SVC = 1ONE_CLASS = 2EPSILON_SVR = 3NU_SVR = 4LINEAR = 0POLY = 1RBF = 2SIGMOID = 3PRECOMPUTED = 4__del__is_trivial = True__moveinit__is_trivial = True__copyinit__is_trivial = True
Fields
- svm_type (
Int) - kernel_type (
Int) - degree (
Int) - gamma (
Float64) - coef0 (
Float64) - cache_size (
Float64) - eps (
Float64) - C (
Float64) - nr_weight (
Int) - weight_label (
UnsafePointer[Int, MutExternalOrigin]) - weight (
UnsafePointer[Float64, MutExternalOrigin]) - nu (
Float64) - p (
Float64) - shrinking (
Int) - probability (
Int)
Implemented traits
AnyType, Copyable, ImplicitlyDestructible, Movable