Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.
Tag | Total number of occurences |
---|
@deprecated | 2 |
@todo | 0 |
FIXME | 9 |
IMPL | 10 |
TODO | 3 |
Each tag is detailed below:
Number of occurences found in the code: 2
org.astrogrid.matrix.Matrix | Line |
---|
too complex - use {@link #slicev(int, boolean)} or {@link #sliceCol(int, int)} instead. | 26 |
use sliceRow or SliceCol instead. | 51 |
Number of occurences found in the code: 0
Number of occurences found in the code: 9
org.astrogrid.cluster.cluster.ClusterBound | Line |
---|
what does this do (1:datai) | 259 |
org.astrogrid.cluster.cluster.ClusterBoundFull | Line |
---|
- put ndim_int instead of datai here possible mistake in original? double sum seems meaningless also | 374 |
org.astrogrid.cluster.cluster.ClusterEStep | Line |
---|
was log(1:datai) what does that do? | 257 |
org.astrogrid.cluster.cluster.ClusterEStepFull | Line |
---|
- put ndim_int instead of datai here possible mistake in original? | 493 |
org.astrogrid.cluster.cluster.ClusterMStep | Line |
---|
these are probably not correct | 59 |
org.astrogrid.cluster.cluster.ClusterMStepFull | Line |
---|
these are probably not correct | 70 |
org.astrogrid.cluster.cluster.Clustering | Line |
---|
still need lbestmu;lbestcv; C; | 295 |
org.astrogrid.matrix.Algorithms | Line |
---|
what is eps | 42 |
org.astrogrid.matrix.MatrixUtils | Line |
---|
- this is not acutually returning dirichlet sampled random numbers. | 587 |
Number of occurences found in the code: 10
no.uib.cipr.matrix.AGDenseMatrix | Line |
---|
would have been nice to avoid the array creation | 155 |
assert better? | 157 |
could do more simply with - need to test speed to see which is better... DenseMatrix A = ... DenseMatrix I = Matrices.identity(n); DenseMatrix AI = I.copy(); A.solve(I, AI); | 413 |
dangerous cast if used outside this application. | 489 |
dangerous cast | 516 |
perhaps should copy into fresh array rather than reuse.... | 628 |
org.astrogrid.cluster.cluster.ClusterMStepFull | Line |
---|
note that lcv is cleared before being used, so is not really a parameter... | 58 |
latent not changing --- | 59 |
org.astrogrid.cluster.cluster.Mixtures | Line |
---|
deeper copy needed? | 207 |
need deep copy? | 412 |
Number of occurences found in the code: 3
no.uib.cipr.matrix.AGDenseMatrix | Line |
---|
implement a generic slow version. | 82 |
Auto-generated method stub | 163 |
org.astrogrid.matrix.Algorithms | Line |
---|
need to make this into some sort of exception. | 92 |