ThunderSVM
ThunderSVM: An Open-Source SVM Library on GPUs and CPUs
|
This is the complete list of members for OneClassSVC, including all inherited members.
coef | SvmModel | protected |
cross_validation(DataSet dataset, SvmParam param, int n_fold) | SvmModel | virtual |
label | SvmModel | protected |
load_from_file(string path) | SvmModel | virtual |
model_setup(const DataSet &dataset, SvmParam ¶m) | SvmModel | protectedvirtual |
n_binary_models | SvmModel | protected |
n_classes | SvmModel | protected |
n_sv | SvmModel | protected |
n_total_sv | SvmModel | protected |
param (defined in SvmModel) | SvmModel | protected |
predict(const DataSet::node2d &instances, int batch_size) override | OneClassSVC | virtual |
predict_dec_values(const DataSet::node2d &instances, SyncArray< float_type > &dec_values, int batch_size) const | SvmModel | |
probA | SvmModel | protected |
probB | SvmModel | protected |
rho | SvmModel | protected |
save_to_file(string path) | SvmModel | virtual |
sv | SvmModel | protected |
train(const DataSet &dataset, SvmParam param) override | OneClassSVC | virtual |