A getScores() method would be useful.
To do this I used:
let scores = pca.predict(dataset)
I made several attempts before being able to get what I needed (the scores) but I'm not a statistician, it's true. Even a reference to the scores also in the documentation can help those who are not in the field, like me.
A
getScores()method would be useful.To do this I used:
I made several attempts before being able to get what I needed (the scores) but I'm not a statistician, it's true. Even a reference to the scores also in the documentation can help those who are not in the field, like me.