Base:
property
BitsPerItem
Microsoft.ML.Trainers.FastTree.IntArray.BitsPerItem
5 references to BitsPerItem
Microsoft.ML.FastTree (5)
Dataset\SparseIntArray.cs (5)
111if (BitsPerItem == IntArrayBits.Bits0) 206parts[i] = IntArray.New(assignment[i].Length, IntArrayType.Sparse, BitsPerItem, assignment[i].Select(x => indexer[x])); 221return IntArray.New(itemIndices.Length, IntArrayType.Sparse, BitsPerItem, itemIndices.Select(x => indexer[x])); 266DenseIntArray dense = IntArray.New(Length, IntArrayType.Dense, BitsPerItem) as DenseIntArray; 516((int)BitsPerItem, pValues, pDeltas, numDeltas, pIndices, pSampleOutputs, pSampleWeights,