Skip to content

Commit 4d4cfbb

Browse files
authored
Internalize Microsoft.ML.Data Evaluators folder. (#2635)
1 parent b0a1701 commit 4d4cfbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Microsoft.ML.Data/Evaluators/EvaluatorUtils.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ public static IDataView CombineFoldMetricsDataViews(IHostEnvironment env, IDataV
13341334
}
13351335
}
13361336

1337-
public static class MetricWriter
1337+
internal static class MetricWriter
13381338
{
13391339
/// <summary>
13401340
/// Get the confusion tables as strings to be printed to the Console.
@@ -1757,7 +1757,8 @@ public static IDataView GetNonStratifiedMetrics(IHostEnvironment env, IDataView
17571757
/// <summary>
17581758
/// This is a list of string constants denoting 'standard' metric kinds.
17591759
/// </summary>
1760-
public static class MetricKinds
1760+
[BestFriend]
1761+
internal static class MetricKinds
17611762
{
17621763
/// <summary>
17631764
/// This data view contains the confusion matrix for N-class classification. It has N rows, and each row has

0 commit comments

Comments
 (0)