Example #1
0
        public static ULabelToR4Label.Output Add(this Microsoft.ML.Runtime.Experiment exp, ULabelToR4Label input)
        {
            var output = new ULabelToR4Label.Output();

            exp.Add(input, output);
            return(output);
        }
Example #2
0
 public static void Add(this Microsoft.ML.Runtime.Experiment exp, ULabelToR4Label input, ULabelToR4Label.Output output)
 {
     exp.AddEntryPoint(EP_ULabelToR4Label.Name, input, output);
 }