Implemented interface member:
property
this
Microsoft.ML.Trainers.FastTree.IIntArrayForwardIndexer.this[System.Int32]
6 overrides of
Microsoft.ML.FastTree (6)
Dataset\DenseIntArray.cs (6)
177
public override int
this
[int index]
289
public sealed override unsafe int
this
[int index]
438
public override unsafe int
this
[int index]
535
public override unsafe int
this
[int index]
645
public override unsafe int
this
[int index]
734
public override int
this
[int index]
3 writes to
Microsoft.ML.FastTree (3)
Dataset\Feature.cs (2)
346
concatBins
[
pos++] = bin;
355
concatBins
[
pos++] = binMap[bin];
Dataset\SparseIntArray.cs (1)
271
dense
[
index] = _values[i];
16 references to
Microsoft.ML.FastTree (16)
Dataset\DenseIntArray.cs (3)
58
return IntArray.New(itemIndices.Length, IntArrayType.Dense, BitsPerItem, itemIndices.Select(x => this
[
x]));
68
newArrays[p] = IntArray.New(assignment[p].Length, IntArrayType.Dense, BitsPerItem, assignment[p].Select(x => this
[
x]));
124
yield return this
[
i];
Dataset\NHotFeatureFlock.cs (1)
87
int v = _flock._values
[
p];
Dataset\RepeatIntArray.cs (4)
124
int val = _values
[
i];
169
return (_lastVal = _array._values
[
_pos]);
231
int featureBin = _values
[
i];
272
int bin = _values
[
pos];
Dataset\SparseIntArray.cs (8)
271
dense[index] = _values
[
i];
292
int featureBin = _values
[
i];
317
int featureBin = _values
[
i];
369
int featureBin = _values
[
iSparse];
429
int featureBin = _values
[
iSparse];
551
return _array._values
[
_pos];
562
return _array._values
[
_pos];
594
yield return _values
[
i];