forked from dotnet/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup of IRowCursor and related interfaces. IRowCursor/IRow are now…
… classes. (dotnet#1814) * Slot cursor now an abstract class and not an ICursor. * Members of ICounted moved to IRow. * Members of ICursor moved to IRowCursor. * Remove ICounted and ICursor. * Remove IRowCursor from places that previously had to accomodate different sorts of cursors. * Add benchmark for cache data view cursor/seeker access. * Rename private RowCursor implementations Cursor. * IRowCursor is now an abstract class. * Rename IRowCursor to RowCursor, as well as a few other similar classes. * IRow is now an abstract class. * Rename private IRow implementations named Row, RowImpl. * Rename IRow to Row, and IStatefulRow to StatefulRow.
- Loading branch information
Showing
149 changed files
with
1,665 additions
and
1,547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.