Type ConfusionMatrix
Namespace tensorflow.python.keras.utils.metrics_utils
Parent PythonObjectContainer
Interfaces IConfusionMatrix
Properties
Fields
Public properties
object FALSE_NEGATIVES_dyn get; set;
object FALSE_POSITIVES_dyn get; set;
object PythonObject get;
object TRUE_NEGATIVES_dyn get; set;
object TRUE_POSITIVES_dyn get; set;
Public fields
string TRUE_NEGATIVES
return string
|
string FALSE_NEGATIVES
return string
|
string TRUE_POSITIVES
return string
|
string FALSE_POSITIVES
return string
|