Skip to content
Snippets Groups Projects
Commit 7dbc0b8d authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

DOC: Correct typo

parent e672c662
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ void TrainVectorBase::DoInit() ...@@ -80,7 +80,7 @@ void TrainVectorBase::DoInit()
SetListViewSingleSelectionMode( "cfield", true ); SetListViewSingleSelectionMode( "cfield", true );
// Add a new parameter to compute confusion matrix / contingency table // Add a new parameter to compute confusion matrix / contingency table
AddParameter( ParameterType_OutputFilename, "io.confmatout", "Output confusion matrix or contingency tablre" ); AddParameter( ParameterType_OutputFilename, "io.confmatout", "Output confusion matrix or contingency table" );
SetParameterDescription( "io.confmatout", "Output file containing the confusion matrix or contingency table (.csv format)." SetParameterDescription( "io.confmatout", "Output file containing the confusion matrix or contingency table (.csv format)."
"The contingency table is ouput when we unsupervised algorithms is used otherwise the confusion matrix is output." ); "The contingency table is ouput when we unsupervised algorithms is used otherwise the confusion matrix is output." );
MandatoryOff( "io.confmatout" ); MandatoryOff( "io.confmatout" );
......
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