FileSystem fs = dataPath.getFileSystem(getConf());
int[] labels = Data.extractLabels(dataset, fs, dataPath);
log.info("oob error estimate : "
+ ErrorEstimate.errorRate(labels, callback.computePredictions(rng)));
}
// store the decision forest in the output path
Path forestPath = new Path(outputPath, "forest.seq");
log.info("Storing the forest in: " + forestPath);