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; 68Contracts.Assert(0 <= rowIndex && rowIndex < _flock.Bins.Length); 75_nextIndex = _flock.Bins.Length;
Dataset\SparseIntArray.cs (2)
266DenseIntArray dense = IntArray.New(Length, IntArrayType.Dense, BitsPerItem) as DenseIntArray; 538_nextIndex = _array.Length;