Skip to content

Commit e454a19

Browse files
authored
Update src/Microsoft.ML.FastTree/TreeEnsemble/TreeEnsemble.cs
1 parent 0b475a0 commit e454a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.FastTree/TreeEnsemble/TreeEnsemble.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.ML.Trainers.FastTree.Internal
1919
public class TreeEnsemble
2020
{
2121
/// <summary>
22-
/// String appended to the text representation of <see cref="TreeEnsemble"/>. This is mainly used in <see cref="Save"/>
22+
/// String appended to the text representation of <see cref="TreeEnsemble"/>. This is mainly used in <see cref="ToTreeEnsembleIni"/>.
2323
/// </summary>
2424
private readonly string _firstInputInitializationContent;
2525
private readonly List<RegressionTree> _trees;

0 commit comments

Comments
 (0)