LostTech.TensorFlow : API Documentation

Type tf.keras.metrics

Namespace tensorflow

Public static methods

Tensor binary_accuracy(IGraphNodeBase y_true, IGraphNodeBase y_pred, double threshold)

object binary_accuracy_dyn(object y_true, object y_pred, ImplicitContainer<T> threshold)

object categorical_accuracy(IGraphNodeBase y_true, IGraphNodeBase y_pred)

object categorical_accuracy_dyn(object y_true, object y_pred)

object sparse_categorical_accuracy(IGraphNodeBase y_true, IGraphNodeBase y_pred)

object sparse_categorical_accuracy_dyn(object y_true, object y_pred)

object sparse_top_k_categorical_accuracy(IGraphNodeBase y_true, IGraphNodeBase y_pred, int k)

object sparse_top_k_categorical_accuracy_dyn(object y_true, object y_pred, ImplicitContainer<T> k)

object top_k_categorical_accuracy(IGraphNodeBase y_true, IGraphNodeBase y_pred, int k)

object top_k_categorical_accuracy_dyn(object y_true, object y_pred, ImplicitContainer<T> k)

Public properties

PythonFunctionContainer binary_accuracy_fn get;

PythonFunctionContainer categorical_accuracy_fn get;

PythonFunctionContainer deserialize_fn get;

PythonFunctionContainer serialize_fn get;

PythonFunctionContainer sparse_categorical_accuracy_fn get;

PythonFunctionContainer sparse_top_k_categorical_accuracy_fn get;

PythonFunctionContainer top_k_categorical_accuracy_fn get;