2 types derived from SinglePartitionedIntArrayFlockBase
Microsoft.ML.FastTree (2)
Dataset\NHotFeatureFlock.cs (1)
13internal sealed class NHotFeatureFlock : SinglePartitionedIntArrayFlockBase<DeltaSparseIntArray>
Dataset\OneHotFeatureFlock.cs (1)
14internal sealed class OneHotFeatureFlock : SinglePartitionedIntArrayFlockBase<IntArray>
3 references to SinglePartitionedIntArrayFlockBase
Microsoft.ML.FastTree (3)
Dataset\FeatureFlock.cs (3)
1118/// Constructor for the <see cref="SinglePartitionedIntArrayFlockBase{TIntArray}"/>. 1223private readonly SinglePartitionedIntArrayFlockBase<TIntArray> _flock; 1233public SufficientStats(SinglePartitionedIntArrayFlockBase<TIntArray> flock, bool hasWeights)