DimensionalityReduction.jl icon indicating copy to clipboard operation
DimensionalityReduction.jl copied to clipboard

Deprecated in favor of MultivariateStats.jl

Results 5 DimensionalityReduction.jl issues
Sort by recently updated
recently updated
newest added

Should this be archived too since deprecated? cc @ararslan

I ran the example given: using DimensionalityReduction # Generate true sources S_true = rand(5,1000); # Mixing matrix H_true = randn(5, 5); # generate observed signals X = H_true*S_true; results =...

This pull request contains a revised implementation of t-SNE that is substantially more reliable and a new implementation of SNE, which is very closely related to SNE. I'm going to...

Why does this package require DataFrames? I cannot find any reference (except in a comment) to the package; though I am no DataFrames expert. More of a curiosity than anything;...

The function mds(D::Array{T,2}) at DimensionalityReduction/src/mds.jl:22 returns a type MDS(X, D, k) which is not defined in the package. The typedef was removed in commit cbbbfcab8f19e891e77380cdd12eed8ddee50e13. Was this an accident or...