Expand description
Ring message types for ML kernels.
This module defines request/response message types for GPU-native persistent actor communication for machine learning algorithms.
Structs§
- Anomaly
Output - Anomaly detection output.
- DBSCAN
Input - DBSCAN clustering input for batch execution.
- DBSCAN
Output - DBSCAN clustering output.
- Hierarchical
Input - Hierarchical clustering input for batch execution.
- Hierarchical
Output - Hierarchical clustering output.
- Isolation
Forest Input - Isolation Forest input for batch execution.
- KMeans
Input - K-Means clustering input for batch execution.
- KMeans
Output - K-Means clustering output.
- LOFInput
- Local Outlier Factor input for batch execution.
- Regression
Input - Regression input for batch execution.
- Regression
Output - Regression output.
Enums§
- Linkage
- Linkage method for hierarchical clustering.