Base:
property
Length
Microsoft.ML.Trainers.FastTree.IntArray.Length
5 references to Length
Microsoft.ML.FastTree (5)
Dataset\NHotFeatureFlock.cs (3)
60
_nextIndex = _flock.Bins.
Length
;
68
Contracts.Assert(0 <= rowIndex && rowIndex < _flock.Bins.
Length
);
75
_nextIndex = _flock.Bins.
Length
;
Dataset\SparseIntArray.cs (2)
266
DenseIntArray dense = IntArray.New(
Length
, IntArrayType.Dense, BitsPerItem) as DenseIntArray;
538
_nextIndex = _array.
Length
;