Module errors

Module errors 

Source
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§

ErrorContext
Error context for providing additional debugging information

Enums§

ErrorSeverity
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