Sha256: 7bca13dd865ec373c522b4e0a584ffc1c0f16314daacd6aca78c42b7f9c19416
Contents?: true
Size: 424 Bytes
Versions: 14
Compression:
Stored size: 424 Bytes
Contents
# TODO These functions from the library are not bound as ruby methods: `void svm_get_labels(const struct svm_model *model, int *label);` `double svm_get_svr_probability(const struct svm_model *model);` `void svm_destroy_param(struct svm_parameter *param);` The model holds reference to the parameters struct, so it's not obvious when it's safe to use. `int svm_check_probability_model(const struct svm_model *model);`
Version data entries
14 entries across 14 versions & 1 rubygems