2 references to Str2UIntArray
Microsoft.ML.LightGbm (2)
WrappedLightGbmBooster.cs (2)
252var decisionType = Str2UIntArray(kvPairs["decision_type"], ' '); 266var catThreshold = Str2UIntArray(kvPairs["cat_threshold"], ' ');