-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add DataView Type Register (supporting loading in-memory image and other in-memory custom types) #3263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add DataView Type Register (supporting loading in-memory image and other in-memory custom types) #3263
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
034c81c
Make type registration framework
wschin 8aface6
Add Bitmap to IDataView
wschin e915cf8
Address some comments
wschin 01f69da
One more test
wschin 369839e
Address more comments
wschin 10ead85
Register type with attributes
wschin d8bff2c
Remove a conceptually duplicate test
wschin 09210a2
Polish test
wschin 3fff64c
Polish a test which uses in-memory Bitmap
wschin cce425a
Test prediction engine using in-memory images
wschin 2a4977c
Add more tests
wschin 2851aa5
Address comments
wschin 4b7ec09
Address comments
wschin 264f60f
Allow auto-register
wschin 7370a47
Make key unique
wschin 977c422
Address comments
wschin c020196
Address some comments
wschin 5ab21f3
Remove redundant dictionaries
wschin 55b9489
Polish a bit
wschin b4e5a61
Address one comment and polish code
wschin ef61151
Update src/Microsoft.ML.DataView/DataViewTypeManager.cs
wschin 18bf87a
Update src/Microsoft.ML.DataView/DataViewTypeManager.cs
wschin fb0440a
Add samples
wschin 0a23702
Merge branch 'support-image' of github.com:wschin/machinelearning int…
wschin 164908f
Internalize some methods
wschin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why int? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be anything you want. The generic type will be over-write at the end of this function.
In reply to: 284945609 [](ancestors = 284945609)