An ensemble classifier that consists of many decision trees and outputs the class that is the mode of the classes output by individual trees
10
votes
1answer
474 views
How to perform Random Forest land classification?
This is a follow-up to a previous post: Machine Learning Algorithms for Land Classification.
It seems that the Random Forest (RF) classification method is gaining much momentum in the remote ...
2
votes
2answers
63 views
How to utilise single 'randomForest' model for several rasters in R?
I am using randomForest package in R to derive species distribution models. When I predict the model to the RasterStack containing the predictors in which the values were extracted to build my model, ...
2
votes
1answer
83 views
Image classification random forest [duplicate]
I am a newbie in R. I want to classify images using random forest in R. I am trying to learn the codes. But in the mean time, is there a push button (like a gui) in R that can be used for ...
4
votes
0answers
41 views
ArcGis Raster Resampling Question [duplicate]
Possible Duplicate:
How do you decide what interpolation method to use for resampling raster data?
I want to interpolate a certiain target variable over a large territory. I trained a ...