We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b475a0 commit e454a19Copy full SHA for e454a19
src/Microsoft.ML.FastTree/TreeEnsemble/TreeEnsemble.cs
@@ -19,7 +19,7 @@ namespace Microsoft.ML.Trainers.FastTree.Internal
19
public class TreeEnsemble
20
{
21
/// <summary>
22
- /// String appended to the text representation of <see cref="TreeEnsemble"/>. This is mainly used in <see cref="Save"/>
+ /// String appended to the text representation of <see cref="TreeEnsemble"/>. This is mainly used in <see cref="ToTreeEnsembleIni"/>.
23
/// </summary>
24
private readonly string _firstInputInitializationContent;
25
private readonly List<RegressionTree> _trees;
0 commit comments