Skip to content

Commit 4728a74

Browse files
author
Shahab Moradi
authored
Fixed xref links in AveragedPerceptron (#3391)
1 parent cc40049 commit 4728a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.StandardTrainers/Standard/Online/AveragedPerceptron.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace Microsoft.ML.Trainers
2727
/// </summary>
2828
/// <remarks>
2929
/// <format type="text/markdown"><![CDATA[
30-
/// To create this trainer, use [AveragedPerceptron](xref:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,Microsoft.ML.Trainers.IClassificationLoss,System.Single,System.Boolean,System.Single,System.Int32)
31-
/// or [AveragedPerceptron(Options)](xref:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.AveragedPerceptronTrainer.Options).
30+
/// To create this trainer, use [AveragedPerceptron](xref:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,Microsoft.ML.Trainers.IClassificationLoss,System.Single,System.Boolean,System.Single,System.Int32))
31+
/// or [AveragedPerceptron(Options)](xref:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.AveragedPerceptronTrainer.Options)).
3232
///
3333
/// [!include[io](~/../docs/samples/docs/api-reference/io-columns-binary-classification.md)]
3434
///

0 commit comments

Comments
 (0)