We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6208ab4 + 4e7bd86 commit 32c3867Copy full SHA for 32c3867
modules/ml/include/opencv2/ml.hpp
@@ -252,6 +252,8 @@ class CV_EXPORTS_W TrainData
252
@param missch The character used to specify missing measurements. It should not be a digit.
253
Although it's a non-numerical value, it surely does not affect the decision of whether the
254
variable ordered or categorical.
255
+ @note If the dataset only contains input variables and no responses, use responseStartIdx = -2
256
+ and responseEndIdx = 0. The output variables vector will just contain zeros.
257
*/
258
static Ptr<TrainData> loadFromCSV(const String& filename,
259
int headerLineCount,
0 commit comments