
Last chance! 50% off unlimited learning
Sale ends in
ubOSS(X, Y, verbose = TRUE)
ubBalance
library(unbalanced)
data(ubIonosphere)
n<-ncol(ubIonosphere)
output<-ubIonosphere$Class
input<-ubIonosphere[ ,-n]
data<-ubOSS(X=input, Y= output)
newData<-cbind(data$X, data$Y)
Run the code above in your browser using DataLab