MlStatistics class

Constructors

MlStatistics({List<IterationResult>? iterationResults, String? maxIterations})
MlStatistics.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
iterationResults List<IterationResult>?
Results for all completed iterations.
getter/setter pair
maxIterations String?
Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited