示例#1
0
 static (Scalar <bool> label, Scalar <string> text) myfunc(TextLoader.Context ctx)
 {
     return(label : ctx.LoadBool(0), text : ctx.LoadText(1));
 }
                 float MonthlyCharges, string Churn) LoadCustomerChurnPredictionData(TextLoader.Context arg)
 {
     throw new NotImplementedException();
 }