Skip to content

Commit

Permalink
fix KNN XML docu (< > tags within description)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvenn committed Feb 23, 2024
1 parent 76648dd commit cea81b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FSharp.Stats/ML/Unsupervised/KNN.fs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module KNN =
|> fst

Some label

module Seq =

/// <summary>
Expand Down Expand Up @@ -183,7 +183,7 @@ module KNN =
/// <summary>
/// Fit the constructed `KNN.Classifier`, i.e. provide the points with their labels, used for the prediction.
/// </summary>
/// <param name="labeledPoints">the array of classified (or labeled) points [in the format "Map<label, point array>"],
/// <param name="labeledPoints">the array of classified (or labeled) points [in the format "Map&lt;label, point array&gt;"],
/// used for the classification</param>
/// <example>
/// <code>
Expand Down

0 comments on commit cea81b7

Please sign in to comment.