<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I'm trying to run v.class.mlR on a vector map, with a separate vector map containing my training data. Currently I have two classes '1' and '2' stored in the column 'class'. My region is set to that of the segments to be classified. I run the following command:<br><br>v.class.mlR segments_map=gp_seg_stats_vec@gp1 \<br>training_map=gp_seg_sed_grass@gp1 train_class_column=class \<br>output_class_column=vote output_prob_column=prob folds=5 \<br>partitions=10 tunelength=10 weighting_metric=accuracy<br><br></div>And get the following output:<br><br>Running R now. Following output is R output.<br>Loading required package: caret<br>Loading required package: lattice<br>Loading required package: ggplot2<br>Loading required package: kernlab<br><br>Attaching package: ‘kernlab’<br><br>The following object is masked from ‘package:ggplot2’:<br><br>    alpha<br><br>Loading required package: randomForest<br>randomForest 4.6-12<br>Type rfNews() to see new features/changes/bug fixes.<br><br>Attaching package: ‘randomForest’<br><br>The following object is masked from ‘package:ggplot2’:<br><br>    margin<br><br>Loading required package: rpart<br>Error in eval(expr, envir, enclos) : object 'cat_' not found<br>Calls: data.frame ... predict.train -> model.frame -> model.frame.default -> eval -> eval<br>Execution halted<br>ERROR: There was an error in the execution of the R script.<br>       Please check the R output.<br><br><br></div>I'm not entirely sure where it's looking for anything called 'cat_'.<br><br></div>Any help much appreciated please.<br><br></div>Thanks<br><br></div>James<br></div>