Skip to content

Commit 9a80244

Browse files
committed
Internalization of common inputs.
1 parent 90096c7 commit 9a80244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.ML.Data/EntryPoints/InputBase.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ public static TOut Train<TArg, TOut>(IHost host, TArg input,
221221
/// <summary>
222222
/// Common input interfaces for TLC components.
223223
/// </summary>
224-
public static class CommonInputs
224+
[BestFriend]
225+
internal static class CommonInputs
225226
{
226227
/// <summary>
227228
/// Interface that all API transform input classes will implement.

0 commit comments

Comments
 (0)