Skip to content

Commit b8e864b

Browse files
author
Shahab Moradi
authored
Fix referenced filename (dotnet#3461)
1 parent 5b3312d commit b8e864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.PCA/PcaTrainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Microsoft.ML.Trainers
4040
/// To create this trainer, use [RandomizedPca](xref:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Nullable{System.Int32}))
4141
/// or [RandomizedPca(Options)](xref:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,Microsoft.ML.Trainers.RandomizedPcaTrainer.Options)).
4242
///
43-
/// [!include[io](~/../docs/samples/docs/api-reference/io-anomaly-detection.md)]
43+
/// [!include[io](~/../docs/samples/docs/api-reference/io-columns-anomaly-detection.md)]
4444
///
4545
/// ### Trainer Characteristics
4646
/// | | |

0 commit comments

Comments
 (0)