4 writes to MaxDcg
Microsoft.ML.FastTree (4)
Dataset\Dataset.cs (4)
469
MaxDcg
= maxDcg;
494
MaxDcg
= buffer.ToDoubleJaggedArray(ref position);
794
MaxDcg
= null;
795
MaxDcg
= MaxDcgRange(Ratings, Boundaries, truncationLevel);
6 references to MaxDcg
Microsoft.ML.FastTree (6)
Dataset\Dataset.cs (6)
143
public double[][] MaxDcg => _datasetSkeleton.
MaxDcg
;
504
Contracts.Check(Ratings != null && Boundaries != null && QueryIds != null && DocIds != null &&
MaxDcg
!= null,
509
Contracts.Check(Utils.Size(
MaxDcg
) == 0 || Utils.Size(
MaxDcg
[0]) == QueryIds.Length, "Length of MaxDCG does not match number of queries");
547
+
MaxDcg
.SizeInBytes()
563
MaxDcg
.ToByteArray(buffer, ref position);