powered by
Generates k folds (objects) for the OPF classifier
opf_fold(dataSet, k, normalize = 0)
The subGraph object
Number of folds
Distance normalization? 1- yes 0 - no
Returns a list of subGraph objects
# NOT RUN { dat <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF")) folds <- opf_fold(dat, 4) # }
Run the code above in your browser using DataLab