Commit Graph

1 Commits

Author SHA1 Message Date
Armadilloa16
c6af72d266 stat: added CCA
merged PCA in with CCA into pca_cca.go
added the helper svdFactorizeCentered,
added Boston and Car datasets for use in tests and examples.

Comment Improvements

go fmt

More Improvements.

made BostonData bostonData

by moving it to stat_test, moved cca_test.go into stat_test as well to
accomodate this.

Merged pca and cca

into pca_cca.go

Minor fixes

Capitalisation mostly

Full Stop

CC type

also adjusted some of the calculations to require less allocation

Updated Tests

also moved around some scaling of columns,
and updated comments

left, right

and some shuffling

Mostly doc fixes

Improvements to documentation

tidied comments, and removed approxEqual
in exchange for floats.EqualApprox.

More documentation improvement

also american spelling of centre

second pass

go fmt

CCA description

View -> Slice

and PrincipalComponents doc correction.
2016-12-19 10:49:44 +10:30