Revert "skip of table header in MLData (#1962)"

This reverts commit 4d36be8794.

Conflicts:
	modules/ml/include/opencv2/ml/ml.hpp
	modules/ml/src/data.cpp
This commit is contained in:
Andrey Kamaev
2012-10-15 23:00:22 +04:00
parent 0dc3d61071
commit 7d6a2f1bca
3 changed files with 3 additions and 41 deletions

View File

@@ -2026,9 +2026,6 @@ public:
const CvMat* get_responses();
const CvMat* get_missing() const;
void set_header_lines_number( int n );
int get_header_lines_number() const;
void set_response_idx( int idx ); // old response become predictors, new response_idx = idx
// if idx < 0 there will be no response
int get_response_idx() const;
@@ -2069,7 +2066,6 @@ protected:
char delimiter;
char miss_ch;
short header_lines_number;
//char flt_separator;
CvMat* values;
@@ -2081,8 +2077,6 @@ protected:
CvMat* var_idx_out; // mat
CvMat* var_types_out; // mat
int header_lines_number;
int response_idx;
int train_sample_count;