4 references to ValueMap
Microsoft.ML.FastTree (4)
Dataset\Feature.cs (4)
298
bitsPerItem = IntArray.NumBitsNeeded(parts[0].
ValueMap
.Length);
303
return new TsvFeature(newBins, parts[0].
ValueMap
, parts[0]._name);
306
uint[] concatValueMap = Algorithms.MergeSortedUniqued(parts.Select(x => x.
ValueMap
).ToArray());
342
if (concatValueMap.Length == parts[partIndex].
ValueMap
.Length)