PerformanceMetrics class
Measurements of how well the MLModel
performed on known
observations. One of the following metrics is returned, based on the type of
the MLModel
:
-
BinaryAUC: The binary
MLModel
uses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: The regression
MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable. -
MulticlassAvgFScore: The multiclass
MLModel
uses the F1 score technique to measure performance.
Constructors
-
PerformanceMetrics({Map<
String, String> ? properties}) -
PerformanceMetrics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
→ Map<
String, String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited