Apply pattern recognition output to another dataset
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a DEM dataset that I have worked up into values such as slope, aspect, curvature, &c. At some points I have feature observations of the ground cover (bare, grass, trees). I now have a training dataset with the elevation, slope, aspect, curvature, &c. and a binary output with each ground cover as a separate column: [0,0,1;1,0,0;0,0,1;0,1,0] Means {'trees';'bare';'trees';'grass'}. I have run the pattern recognition tool from the neural network toolbox and the confusion matrix looks promising (>80% correct). How do I now apply the model developed to the whole DEM dataset?
3 Kommentare
KSSV
am 22 Jan. 2018
If your input data changes i.e if you change the combination.....you should train again and get new net.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Pattern Recognition and Classification finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!