log.debug("Sucessfully updated topic {} in {}s", conceptUri, (double) (stop - start) / 1000.);
}
protected void checkTrainingSet() throws TrainingSetException {
if (trainingSet == null) {
throw new TrainingSetException(
String.format("TopicClassificationEngine %s has no registered"
+ " training set hence cannot be updated.", engineId));
}
}