BinaryConfusionMatrix

googleapis.bigquery.BinaryConfusionMatrix
See theBinaryConfusionMatrix companion object
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

Companion
object
Source
BinaryConfusionMatrix.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product