-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
From the documentation, I understand specifying the nComponents only works for the options.method = 'NIPALS'.
However
options.method='NIPALS'
options.nCompNIPALS = 2
pca = new PCA(dataset, options)
embedding = pca.predict(dataset, options)
always returns arrays of NaNs. [NaN,NaN]. I've tried it with 'SVD' and there are no NaNs, however the other methods don't support nComponents. So how do you use this for dimensionality reduction?
Metadata
Metadata
Assignees
Labels
No labels