LostTech.TensorFlow : API Documentation

Type metrics_utils

Namespace tensorflow.python.keras.utils.metrics_utils

Public static methods

void assert_thresholds_range(IEnumerable<object> thresholds)

void assert_thresholds_range(object thresholds)

object assert_thresholds_range_dyn(object thresholds)

IList<object> parse_init_thresholds(double thresholds, double default_threshold)

IList<object> parse_init_thresholds(IEnumerable<double> thresholds, double default_threshold)

object parse_init_thresholds_dyn(object thresholds, ImplicitContainer<T> default_threshold)

object ragged_assert_compatible_and_get_flat_values(IEnumerable<IGraphNodeBase> values, int mask)

object ragged_assert_compatible_and_get_flat_values(IEnumerable<IGraphNodeBase> values, RaggedTensor mask)

object ragged_assert_compatible_and_get_flat_values(IEnumerable<IGraphNodeBase> values, ValueTuple<PythonClassContainer, PythonClassContainer> mask)

object ragged_assert_compatible_and_get_flat_values(IEnumerable<IGraphNodeBase> values, IEnumerable<object> mask)

object ragged_assert_compatible_and_get_flat_values(IEnumerable<IGraphNodeBase> values, IGraphNodeBase mask)

object ragged_assert_compatible_and_get_flat_values_dyn(object values, object mask)

object result_wrapper(PythonFunctionContainer result_fn)

object result_wrapper_dyn(object result_fn)

object update_confusion_matrix_variables(IDictionary<object, object> variables_to_update, IGraphNodeBase y_true, object y_pred, IEnumerable<object> thresholds, object top_k, object class_id, IGraphNodeBase sample_weight)

object update_confusion_matrix_variables_dyn(object variables_to_update, object y_true, object y_pred, object thresholds, object top_k, object class_id, object sample_weight)

object update_state_wrapper(PythonFunctionContainer update_state_fn)

object update_state_wrapper_dyn(object update_state_fn)

object weakmethod(object method)

object weakmethod_dyn(object method)

Public properties

PythonFunctionContainer assert_thresholds_range_fn get;

PythonFunctionContainer AUCCurve_fn get;

PythonFunctionContainer AUCSummationMethod_fn get;

PythonFunctionContainer ConfusionMatrix_fn get;

double NEG_INF get; set;

object NEG_INF_dyn get; set;

PythonFunctionContainer parse_init_thresholds_fn get;

PythonFunctionContainer ragged_assert_compatible_and_get_flat_values_fn get;

PythonFunctionContainer Reduction_fn get;

PythonFunctionContainer result_wrapper_fn get;

PythonFunctionContainer update_confusion_matrix_variables_fn get;

PythonFunctionContainer update_state_wrapper_fn get;

PythonFunctionContainer weakmethod_fn get;