Skip to content
Discussion options

You must be logged in to vote

Check the function inputs. In this case, mask input needs to be provided.

- m_smote = function(Matrix[Double] X, Integer s = 200, Integer k = 1, Boolean verbose = FALSE)
+ m_smote = function(Matrix[Double] X, Matrix[Double] mask, Integer s = 200, Integer k = 1, Boolean verbose = FALSE)
return (Matrix[Double] Y) {

Replies: 1 comment

Comment options

j143
Jun 18, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by j143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant