1. Input/OutputArray optimizations;
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
This commit is contained in:
@@ -290,7 +290,7 @@ namespace ml
|
||||
virtual ~DTreesImpl();
|
||||
virtual void clear();
|
||||
|
||||
String getDefaultModelName() const { return "opencv_ml_dtree"; }
|
||||
String getDefaultName() const { return "opencv_ml_dtree"; }
|
||||
bool isTrained() const { return !roots.empty(); }
|
||||
bool isClassifier() const { return _isClassifier; }
|
||||
int getVarCount() const { return varType.empty() ? 0 : (int)(varType.size() - 1); }
|
||||
|
||||
Reference in New Issue
Block a user