GraphIsotonicRegression Method |
Namespace: Emgu.TF
public Operation IsotonicRegression( Output input, DataType? output_dtype = null, string opName = "IsotonicRegression" )
Public Function IsotonicRegression ( input As Output, Optional output_dtype As DataType? = Nothing, Optional opName As String = "IsotonicRegression" ) As Operation
public: Operation^ IsotonicRegression( Output^ input, Nullable<DataType> output_dtype = nullptr, String^ opName = L"IsotonicRegression" )
member IsotonicRegression : input : Output * ?output_dtype : Nullable<DataType> * ?opName : string (* Defaults: let _output_dtype = defaultArg output_dtype null let _opName = defaultArg opName "IsotonicRegression" *) -> Operation
2022 Emgu Corporation, All Rights Reserved,