powered by
Function to generate new data with the same structure as the input data.
generate_data(Data, density_radius, Cls = NULL, gen_per_data = 10)
Returns a list of results.
The input data.
The input classes.
The generated data.
The generated classes.
Matrix of data (as submitted to Umatrix generation)
Numeric value of data generation radius
Classification of the data as a vector
New isntances per original iunstance to be generated
Ultsch A, Lotsch J: Machine-learned cluster identification in high-dimensional data. J Biomed Inform. 2017 Feb;66:95-104. doi: 10.1016/j.jbi.2016.12.011. Epub 2016 Dec 28.
if (FALSE) { data("Hepta") data("HeptaBMU") HeptaData <- Hepta$Data HeptaCls
Run the code above in your browser using DataLab