2 writes to DocIds
Microsoft.ML.FastTree (2)
Dataset\Dataset.cs (2)
468
DocIds
= docIds;
493
DocIds
= buffer.ToULongArray(ref position);
8 references to DocIds
Microsoft.ML.FastTree (8)
Dataset\Dataset.cs (8)
137
public ulong[] DocIds => _datasetSkeleton.
DocIds
;
504
Contracts.Check(Ratings != null && Boundaries != null && QueryIds != null &&
DocIds
!= null && MaxDcg != null,
507
Contracts.Check(Ratings.Length ==
DocIds
.Length, "Length of label array does not match length of docID array");
530
get { return
DocIds
.Length; }
546
+
DocIds
.SizeInBytes()
562
DocIds
.ToByteArray(buffer, ref position);
665
docIds[p] = assignment[p].Select(d =>
DocIds
[d]).ToArray();
717
Array.Copy(parts[p].
DocIds
, 0, concatDocIds, docBegin, numDocs);