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.Api/TypedCursor.cs
-39
Original file line number
Diff line number
Diff line change
@@ -528,8 +528,6 @@ public ICursor GetRootCursor()
528
528
/// </summary>
529
529
publicstaticclassCursoringUtils
530
530
{
531
-
privateconststringNeedEnvObsoleteMessage="This method is obsolete. Please use the overload that takes an additional 'env' argument. An environment can be created via new LocalEnvironment().";
532
-
533
531
/// <summary>
534
532
/// Generate a strongly-typed cursorable wrapper of the <see cref="IDataView"/>.
/// <param name="data">The underlying data view.</param>
558
-
/// <param name="ignoreMissingColumns">Whether to ignore the case when a requested column is not present in the data view.</param>
559
-
/// <param name="schemaDefinition">Optional user-provided schema definition. If it is not present, the schema is inferred from the definition of T.</param>
560
-
/// <returns>The cursorable wrapper of <paramref name="data"/>.</returns>
/// <param name="data">The underlying data view.</param>
598
-
/// <param name="reuseRowObject">Whether to return the same object on every row, or allocate a new one per row.</param>
599
-
/// <param name="ignoreMissingColumns">Whether to ignore the case when a requested column is not present in the data view.</param>
600
-
/// <param name="schemaDefinition">Optional user-provided schema definition. If it is not present, the schema is inferred from the definition of T.</param>
601
-
/// <returns>The <see cref="IEnumerable{TRow}"/> that holds the data in <paramref name="data"/>. It can be enumerated multiple times.</returns>
0 commit comments