powered by
ubENN(X, Y, k = 3, verbose = TRUE)
ubBalance
library(unbalanced) data(ubIonosphere) n<-ncol(ubIonosphere) output<-ubIonosphere$Class input<-ubIonosphere[ ,-n] data<-ubENN(X=input, Y= output) newData<-cbind(data$X, data$Y)
Run the code above in your browser using DataLab