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 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_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_dyn(object update_state_fn)
object weakmethod(object method)
object weakmethod_dyn(object method)
Public properties
object NEG_INF_dyn get; set;