CR-JAL-11 5
- Details
- Objectives
- General Comments 2
- Unresolved
- Resolved
- Number of files included: 12
-
jalview
0
-
Folder
src/jalview
0
-
Folder
analysis
0
- File PCA.java 0 Remove
-
Folder
datamodel
0
- File BinarySequence.java 0 Remove
-
Folder
ext/android
0
- File ContainerHelpers.java 0 Remove
- File SparseDoubleArray.java 0 Remove
-
Folder
gui
0
- File PCAPanel.java 0 Remove
-
Folder
math
0
- File Matrix.java 2 Remove
- File MatrixI.java 0 Remove
- File SparseMatrix.java 0 Remove
-
Folder
viewmodel
0
- File PCAModel.java 1 Remove
-
Folder
analysis
0
-
Folder
test/jalview
0
-
Folder
ext/android
0
- File SparseDoubleArrayTest.java 0 Remove
-
Folder
math
0
- File MatrixTest.java 0 Remove
- File SparseMatrixTest.java 0 Remove
-
Folder
ext/android
0
-
Folder
src/jalview
0
-
Filter
- Only show me content:
- Unfiltered files: dynamically added content
- Filtered files: dynamically added content
- Clear filters
Keyboard shortcuts
Summarize the review outcomes (optional)
#permalink
Details
Warning: no files are visible, they have all been filtered.
Participant | Role | Time Spent | Comments | Latest Comment |
---|---|---|---|---|
Author | 11m | 1 | The original changes (to encode sequences as SparseMatrix... | |
Reviewer - Complete | 32m | 4 | I"ve only found some very minor tidies | |
Total | 44m | 5 |
- Linked Issue:
-
#permalink
Objectives
Investigate possible improvements to the memory footprint of the PCA calculation.
Branches in review
Repository | Branch to review | Branched from |
---|
#permalink
General Comments
Mungo Carstairs
The original changes (to encode sequences as SparseMatrix using SparseDoubleA...The original changes (to encode sequences as SparseMatrix using SparseDoubleArray) got superseded by a further refactoring.
This skips encoding and instead does the Blosum (or other) score matrix lookup while computing an NxN (N = number of seqs) pairwise similarity score matrix.
Reviews of these changes under CR-JAL-13.
/src/jalview/analysis/PCA.java
Changed
0
(0)
/src/jalview/datamodel/BinarySequence.java
Changed
0
(0)
/src/jalview/.../android/ContainerHelpers.java
Changed
0
(0)
/src/.../android/SparseDoubleArray.java
Added
0
(0)
/src/jalview/gui/PCAPanel.java
Changed
0
(0)
/src/jalview/math/Matrix.java
Changed
2
(0)
/src/jalview/math/MatrixI.java
Added
0
(0)
/src/jalview/math/SparseMatrix.java
Added
0
(0)
/src/jalview/viewmodel/PCAModel.java
Changed
1
(0)
/test/.../android/SparseDoubleArrayTest.java
Added
0
(0)
/test/jalview/math/MatrixTest.java
Changed
0
(0)
/test/jalview/math/SparseMatrixTest.java
Added
0
(0)
I"ve only found some very minor tidies