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
/// <param name="columns">The columns of the schema.</param>
17
+
/// <param name="columns">Array of columns <see cref="TextLoader.Column"/> defining the schema.</param>
18
18
/// <param name="hasHeader">Whether the file has a header.</param>
19
19
/// <param name="separatorChar">The character used as separator between data points in a row. By default the tab character is used as separator.</param>
20
-
/// <param name="dataSample">The optional location of a data sample.</param>
/// <param name="dataSample">The optional location of a data sample. The sample can be used to infer column names and number of slots in each column.</param>
/// <param name="dataSample">The optional location of a data sample. The sample can be used to infer column names and number of slots in each column.</param>
0 commit comments