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