Displaying 1 result from an estimated 1 matches for "ast_l1b_2".
Did you mean:
ast_l1b_1
2012 Feb 14
1
svm with GRASS GIS
...aster (each
represents a band of ASTER satellite image).
My goal is to classify, according to training areas, the 3 raster.
Trying to replicate the guides found on the net, I did the following:
# load raster
Training<-readRAST6("Training")
AST_L1B_1<-readRAST6("AST_L1B_1")
AST_L1B_2<-readRAST6("AST_L1B_2")
AST_L1B_3N<-readRAST6("AST_L1B_3N")
#and then
model_ASTER <-
svm(Training_2006,AST_L1B_1,AST_L1B_2,AST_L1B_3N,type='C',kernel='linear')
#but
Errore in data.frame(y, x) :
arguments imply differing number of rows: 1857076, 1488...