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