Beispiel #1
0
 public string[] DumpModelEx(string fmap = "", int with_stats = 0, string format = "json")
 {
     return(booster.DumpModelEx(fmap, with_stats, format));
 }