1 instantiation of ValuesList
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1767
_instanceList[i] = new
ValuesList
();
10 references to ValuesList
Microsoft.ML.FastTree (10)
FastTree.cs (10)
1023
List<int> features, int[] binnedValues, int[] lastOn,
ValuesList
[] instanceList,
1034
var
values = instanceList[fi];
1054
var ind = new
ValuesList
.ForwardIndexer(instanceList, features.ToArray(), ref forwardIndexerWork);
1743
private readonly
ValuesList
[] _instanceList;
1765
_instanceList = new
ValuesList
[NumFeatures];
2082
var
values = _instanceList[iFeature];
2237
ValuesList
values = _instanceList[iFeature];
2619
private readonly
ValuesList
[] _values;
2648
var
values = _values[_featureIndices[featureIndex]];
2691
public ForwardIndexer(
ValuesList
[] values, int[] features, ref int[] workArray)