Other Techniques for dimension reduction #48
Labels
big project
Significant work from both coding and scientific perspective
enhancement
New feature or request
help wanted
Extra attention is needed
wanted feature
We want this!
The are approaches to dimension reduction other than PCA.
PCA is not always best ( finds only linear relationships)
i.e. radial basis functions could sometimes be better.
To implement this, we need a
RadialBasisEmbedding <: AbstractSpatialEmbedding
that provides an interface similar to
PCAEmbedding
.RadialBasisEmbedding(training_set, em::SpatioTemporalEmbedding) → embedding
and reconstruction method
embedding(inplace_vec, training_set, α, τ)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: