Skip to content
Snippets Groups Projects
Commit 4c38d2d6 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

DOC: update VectorClassifier application

parent ddb59959
No related branches found
No related tags found
No related merge requests found
......@@ -89,12 +89,13 @@ private:
void DoInit() ITK_OVERRIDE
{
SetName("VectorClassifier");
SetDescription("Performs a classification of the input vector data according to a model file.");
SetDescription("Performs a classification of the input vector data according to a model file."
"Features of the vector data output will contain the class labels decided by the classifier (maximal class label = 65535).");
SetDocName("Vector Classification");
SetDocAuthors("OTB-Team");
SetDocLongDescription("This application performs a vector data classification based on a model file produced by the TrainVectorClassifier application.");
SetDocLimitations("Only shapefiles are supported for now. SQLite format is not supported.");
SetDocLimitations("Shapefiles are supported. But the SQLite format is only supported in update mode.");
SetDocSeeAlso("TrainVectorClassifier");
AddDocTag(Tags::Learning);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment