Skip to content
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

mrmatrix: col/row header handling #68

Closed
mccalluc opened this issue Apr 19, 2019 · 1 comment · Fixed by #83
Closed

mrmatrix: col/row header handling #68

mccalluc opened this issue Apr 19, 2019 · 1 comment · Fixed by #83
Labels

Comments

@mccalluc
Copy link
Contributor

Pete was considering symmetric matrices, so it actually only keeps the header, I think.

  • Not all matrices are symmetric: Consider saving row headers, too.
  • Not all matrices have row/column labels: For image raster it's just a distraction. Make optional?
@mccalluc mccalluc self-assigned this Apr 19, 2019
@mccalluc
Copy link
Contributor Author

mccalluc commented Apr 22, 2019

#71 handles rectangular matrices without labels, but labelled rectangular matrices are still todo: I propose that it is never plain labels, but instead col_labels and row_labels are always given for labelled data... Alternatives:

  • Continue to just use labels if the matrix is square
  • Put all of these under a group, to avoid clutter at the top: labels/rows and labels/cols or labels/both.

The work that remains is not a priority for me.

@mccalluc mccalluc removed their assignment Apr 22, 2019
@mccalluc mccalluc mentioned this issue Apr 24, 2019
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant