You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/Projection/VectorWhitenWithOptions.cs
+2-3
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
namespaceMicrosoft.ML.Samples.Dynamic
7
7
{
8
-
publicsealedclassVectorWhitenWithColumnOptions
8
+
publicsealedclassVectorWhitenWithOptions
9
9
{
10
10
/// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
11
11
publicstaticvoidExample()
@@ -39,8 +39,7 @@ public static void Example()
39
39
40
40
41
41
// A pipeline to project Features column into white noise vector.
0 commit comments