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: src/Microsoft.ML.Recommender/RecommenderUtils.cs
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
-
usingSystem.Threading;
6
5
usingMicrosoft.ML.Data;
7
6
usingMicrosoft.ML.Runtime.Data;
8
7
usingMicrosoft.ML.Runtime.Internal.Utilities;
@@ -13,7 +12,7 @@ internal static class RecommenderUtils
13
12
{
14
13
/// <summary>
15
14
/// Check if the considered data, <see cref="RoleMappedData"/>, contains column roles specified by <see cref="MatrixColumnIndexKind"/> and <see cref="MatrixRowIndexKind"/>.
16
-
/// If the column roles, <see cref="MatrixColumnIndexKind"/> and <see cref="MatrixRowIndexKind"/>, uniquely exist in data, their <see cref="ColumnInfo"/> would be assigned
15
+
/// If the column roles, <see cref="MatrixColumnIndexKind"/> and <see cref="MatrixRowIndexKind"/>, uniquely exist in data, their <see cref="Schema.Column"/> would be assigned
17
16
/// to the two out parameters below.
18
17
/// </summary>
19
18
/// <param name="data">The considered data being checked</param>
0 commit comments