MLModelType
public enum MLModelType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case regression = "REGRESSION" -
Undocumented
Declaration
Swift
case binary = "BINARY" -
Undocumented
Declaration
Swift
case multiclass = "MULTICLASS" -
Declaration
Swift
public var description: String { get }
View on GitHub
MLModelType Enumeration Reference