[ENH] OWSelectByDataIndex: New widget (move from Prototypes)#3181
Merged
lanzagar merged 4 commits intobiolab:masterfrom Aug 3, 2018
Merged
[ENH] OWSelectByDataIndex: New widget (move from Prototypes)#3181lanzagar merged 4 commits intobiolab:masterfrom
lanzagar merged 4 commits intobiolab:masterfrom
Conversation
lanzagar
reviewed
Aug 2, 2018
|
|
||
| Now we will select an interesting subset (we could also select the entire data set). If we observe it in a **Data Table**, we can see that the data is transformed. If we would like to see this data with the original features, we will have to retrieve them with **Select by Data Index**. | ||
|
|
||
| Connect the original data and the subset from **Scatter Plot** to **Select by Data Index**. The widget will match the indices of the subset with the indices of the reference (original) data and put the matching reference data on the output. A final inspection in another **Data Table** confirms the data on the output is not from the original data space. |
Contributor
There was a problem hiding this comment.
put the matching reference data on the output -> output the matching reference data
output is not from the original data space. -> IS from ...?
1f9d7c1 to
a8b515e
Compare
a8b515e to
a8072fb
Compare
Codecov Report
@@ Coverage Diff @@
## master #3181 +/- ##
==========================================
+ Coverage 82.54% 82.55% +0.01%
==========================================
Files 337 339 +2
Lines 58431 58522 +91
==========================================
+ Hits 48229 48310 +81
- Misses 10202 10212 +10 |
3 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue
Select by Data Index widget from Prototypes ready to be moved to core.
Description of changes
Move widget.
Includes