class ConfusionMatrix[T] extends Metric[(Output[Long], Output[Long]), Output[T]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfusionMatrix
- Metric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConfusionMatrix(nameScope: String, defaultWeights: Option[tensors.Tensor[Float]] = None, numClasses: Int = -1, variablesCollections: Set[Key[variables.Variable[Any]]] = Set(METRIC_VARIABLES), valuesCollections: Set[Key[Output[Any]]] = Set(METRIC_VALUES), updatesCollections: Set[Key[Output[Any]]] = Set(METRIC_UPDATES), resetsCollections: Set[Key[UntypedOp]] = Set(METRIC_RESETS))(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compute(values: (Output[Long], Output[Long]), weights: Option[Output[Float]] = None, name: String = s"$name/Compute"): Output[T]
- Definition Classes
- ConfusionMatrix → Metric
-
val
defaultWeights: Option[tensors.Tensor[Float]]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getWeights(providedWeights: Option[Output[Float]]): Option[Output[Float]]
- Attributes
- protected
- Definition Classes
- Metric
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
- Definition Classes
- ConfusionMatrix → Metric
- val nameScope: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numClasses: Int
-
val
numClassesOutput: Output[Int]
- Attributes
- protected
- val resetsCollections: Set[Key[UntypedOp]]
-
def
streaming(values: (Output[Long], Output[Long]), weights: Option[Output[Float]] = None, name: String = s"$name/Streaming"): StreamingInstance[Output[T]]
- Definition Classes
- ConfusionMatrix → Metric
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Metric → AnyRef → Any
- val updatesCollections: Set[Key[Output[Any]]]
- val valuesCollections: Set[Key[Output[Any]]]
- val variablesCollections: Set[Key[variables.Variable[Any]]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
weights: Option[tensors.Tensor[Float]]
- Definition Classes
- ConfusionMatrix → Metric