how to label my data into several classes in the format of dataset?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a matrix of
df =randi(10,100,1)
and i have a class numbers as follows:
df2 = randi ([1 2], 100, 1);
now how to assign the df2 to df1 and make the format as dataset?
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!