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.Data/DataLoadSave/Text/TextLoader.cs
-26
Original file line number
Diff line number
Diff line change
@@ -1085,32 +1085,6 @@ private bool HasHeader
1085
1085
privatereadonlyIHost_host;
1086
1086
privateconststringRegistrationName="TextLoader";
1087
1087
1088
-
/// <summary>
1089
-
/// Loads a text file into an <see cref="IDataView"/>. Supports basic mapping from input columns to IDataView columns.
1090
-
/// </summary>
1091
-
/// <param name="env">The environment to use.</param>
1092
-
/// <param name="columns">Defines a mapping between input columns in the file and IDataView columns.</param>
1093
-
/// <param name="separatorChar"> The character used as separator between data points in a row. By default the tab character is used as separator.</param>
1094
-
/// <param name="hasHeader">Whether the file has a header.</param>
1095
-
/// <param name="allowSparse">Whether the file can contain numerical vectors in sparse format.</param>
1096
-
/// <param name="allowQuoting">Whether the content of a column can be parsed from a string starting and ending with quote.</param>
1097
-
/// <param name="dataSample">Allows to expose items that can be used for reading.</param>
1098
-
/// <param name="trimWhitespace">Remove trailing whitespace from lines.</param>
0 commit comments