Public static methods
ValueTuple<object, IDictionary<object, object>> classification_signature_fn(object examples, object unused_features, IDictionary<object, object> predictions)
object classification_signature_fn_dyn(object examples, object unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> classification_signature_fn_with_prob(IGraphNodeBase examples, ValueTuple<PythonClassContainer, PythonClassContainer> unused_features, IDictionary<object, object> predictions)
ValueTuple<object, IDictionary<object, object>> classification_signature_fn_with_prob(IGraphNodeBase examples, IGraphNodeBase unused_features, IDictionary<object, object> predictions)
object classification_signature_fn_with_prob_dyn(object examples, object unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> generic_signature_fn(IGraphNodeBase examples, ValueTuple<PythonClassContainer, PythonClassContainer> unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> generic_signature_fn(IGraphNodeBase examples, IGraphNodeBase unused_features, object predictions)
object generic_signature_fn_dyn(object examples, object unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> logistic_regression_signature_fn(object examples, object unused_features, IDictionary<object, object> predictions)
object logistic_regression_signature_fn_dyn(object examples, object unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> regression_signature_fn(IGraphNodeBase examples, ValueTuple<PythonClassContainer, PythonClassContainer> unused_features, object predictions)
ValueTuple<object, IDictionary<object, object>> regression_signature_fn(IGraphNodeBase examples, IGraphNodeBase unused_features, object predictions)
object regression_signature_fn_dyn(object examples, object unused_features, object predictions)
Public properties