2 types derived from SinglePartitionedIntArrayFlockBase
Microsoft.ML.FastTree (2)
Dataset\NHotFeatureFlock.cs (1)
13
internal sealed class NHotFeatureFlock :
SinglePartitionedIntArrayFlockBase
<DeltaSparseIntArray>
Dataset\OneHotFeatureFlock.cs (1)
14
internal 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}"/>.
1223
private readonly
SinglePartitionedIntArrayFlockBase
<TIntArray> _flock;
1233
public SufficientStats(
SinglePartitionedIntArrayFlockBase
<TIntArray> flock, bool hasWeights)