Expand description
Comprehensive Error Types for SVM Operations
This module provides a unified error handling system for all SVM operations, including training, prediction, kernel computation, and various specialized algorithms. All errors provide detailed context, suggestions for resolution, and appropriate error codes for programmatic handling.
Structs§
- Error
Context - Error context for providing additional debugging information
Enums§
- Error
Severity - Error severity levels for logging and handling
- SVMError
- Main SVM Error type that encompasses all possible SVM operation failures
Type Aliases§
- SVMResult
- Result type for SVM operations