BinaryConfusionMatrix

gcp4s.bigquery.model.BinaryConfusionMatrix
final case class BinaryConfusionMatrix(trueNegatives: Option[Long], precision: Option[Double], f1Score: Option[Double], positiveClassThreshold: Option[Double], accuracy: Option[Double], falsePositives: Option[Long], falseNegatives: Option[Long], truePositives: Option[Long], recall: Option[Double])

Attributes

Source:
BinaryConfusionMatrix.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product