We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to use your library but I am not able to understand the following parameters?
What is the matrix type in data.data()? is it just a a float* ?
float*
I suppose we should always do the initialize_random() with N, but what is N, is the number of dimensions after reduction ?
initialize_random()
N
Also what is D ? I would suppose it is the number of end dimensions.
D
The text was updated successfully, but these errors were encountered:
It's templated, so it can be either a float or a double, see specific docs here.
No, it's the number of observations, see here.
No, it's the number of input dimensions, see the first link.
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to use your library but I am not able to understand the following parameters?
What is the matrix type in data.data()? is it just a a
float*
?I suppose we should always do the
initialize_random()
withN
, but what isN
, is the number of dimensions after reduction ?Also what is
D
? I would suppose it is the number of end dimensions.The text was updated successfully, but these errors were encountered: