mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
Merge pull request #5294 from LorenaGdL:master
This commit is contained in:
commit
32c386786e
@ -252,6 +252,8 @@ public:
|
|||||||
@param missch The character used to specify missing measurements. It should not be a digit.
|
@param missch The character used to specify missing measurements. It should not be a digit.
|
||||||
Although it's a non-numerical value, it surely does not affect the decision of whether the
|
Although it's a non-numerical value, it surely does not affect the decision of whether the
|
||||||
variable ordered or categorical.
|
variable ordered or categorical.
|
||||||
|
@note If the dataset only contains input variables and no responses, use responseStartIdx = -2
|
||||||
|
and responseEndIdx = 0. The output variables vector will just contain zeros.
|
||||||
*/
|
*/
|
||||||
static Ptr<TrainData> loadFromCSV(const String& filename,
|
static Ptr<TrainData> loadFromCSV(const String& filename,
|
||||||
int headerLineCount,
|
int headerLineCount,
|
||||||
|
Loading…
Reference in New Issue
Block a user