Fix Regularization error
Some checks failed
CI/CD Pipeline / Code Linting (push) Failing after 25s
CI/CD Pipeline / Build and Test (Debug, clang, ubuntu-latest) (push) Failing after 5m18s
CI/CD Pipeline / Build and Test (Debug, gcc, ubuntu-latest) (push) Failing after 6m17s
CI/CD Pipeline / Build and Test (Release, clang, ubuntu-20.04) (push) Failing after 6m15s
CI/CD Pipeline / Build and Test (Release, clang, ubuntu-latest) (push) Failing after 5m5s
CI/CD Pipeline / Build and Test (Release, gcc, ubuntu-20.04) (push) Failing after 6m14s
CI/CD Pipeline / Build and Test (Release, gcc, ubuntu-latest) (push) Failing after 6m9s
CI/CD Pipeline / Docker Build Test (push) Failing after 1m12s
CI/CD Pipeline / Performance Benchmarks (push) Has been skipped
CI/CD Pipeline / Build Documentation (push) Failing after 20s
CI/CD Pipeline / Create Release Package (push) Has been skipped

This commit is contained in:
2025-06-24 12:57:15 +02:00
parent d073e26023
commit c2479bc7c7
5 changed files with 44 additions and 4 deletions

View File

@@ -138,6 +138,7 @@ namespace svm_classifier {
std::vector<double> linear_y_space_;
// Single sample storage (for prediction)
// Thread-local storage for single sample conversions
std::vector<svm_node> single_svm_nodes_;
std::vector<feature_node> single_linear_nodes_;