Enum MetricType
Types of metric functions
Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public enum MetricType
Fields
| Name | Description |
|---|---|
| Accuracy | The accuracy metric |
| BinaryAccurary | The binary accurary metric |
| MAE | The mean absolute metric |
| MAPE | The mean absolute percentage metric |
| MSE | The mean squared error metric |
| MSLE | The mean square log metric |
| None | None |