# NOT RUN {
# use iris data set
# create RBF generator
irisGenerator<- rbfDataGen(Species~.,iris)
# use the generator to create new data
irisNew <- newdata(irisGenerator, size=200)
# compare statistics of original and new data
performanceCompare(iris, irisNew, Species~.)
# }
Run the code above in your browser using DataLab