ml.hpp 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505
  1. /*M///////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
  4. //
  5. // By downloading, copying, installing or using the software you agree to this license.
  6. // If you do not agree to this license, do not download, install,
  7. // copy or use the software.
  8. //
  9. //
  10. // License Agreement
  11. // For Open Source Computer Vision Library
  12. //
  13. // Copyright (C) 2000, Intel Corporation, all rights reserved.
  14. // Copyright (C) 2013, OpenCV Foundation, all rights reserved.
  15. // Copyright (C) 2014, Itseez Inc, all rights reserved.
  16. // Third party copyrights are property of their respective owners.
  17. //
  18. // Redistribution and use in source and binary forms, with or without modification,
  19. // are permitted provided that the following conditions are met:
  20. //
  21. // * Redistribution's of source code must retain the above copyright notice,
  22. // this list of conditions and the following disclaimer.
  23. //
  24. // * Redistribution's in binary form must reproduce the above copyright notice,
  25. // this list of conditions and the following disclaimer in the documentation
  26. // and/or other materials provided with the distribution.
  27. //
  28. // * The name of the copyright holders may not be used to endorse or promote products
  29. // derived from this software without specific prior written permission.
  30. //
  31. // This software is provided by the copyright holders and contributors "as is" and
  32. // any express or implied warranties, including, but not limited to, the implied
  33. // warranties of merchantability and fitness for a particular purpose are disclaimed.
  34. // In no event shall the Intel Corporation or contributors be liable for any direct,
  35. // indirect, incidental, special, exemplary, or consequential damages
  36. // (including, but not limited to, procurement of substitute goods or services;
  37. // loss of use, data, or profits; or business interruption) however caused
  38. // and on any theory of liability, whether in contract, strict liability,
  39. // or tort (including negligence or otherwise) arising in any way out of
  40. // the use of this software, even if advised of the possibility of such damage.
  41. //
  42. //M*/
  43. #ifndef __OPENCV_ML_HPP__
  44. #define __OPENCV_ML_HPP__
  45. #ifdef __cplusplus
  46. # include "opencv2/core.hpp"
  47. #endif
  48. #ifdef __cplusplus
  49. #include <float.h>
  50. #include <map>
  51. #include <iostream>
  52. /**
  53. @defgroup ml Machine Learning
  54. The Machine Learning Library (MLL) is a set of classes and functions for statistical
  55. classification, regression, and clustering of data.
  56. Most of the classification and regression algorithms are implemented as C++ classes. As the
  57. algorithms have different sets of features (like an ability to handle missing measurements or
  58. categorical input variables), there is a little common ground between the classes. This common
  59. ground is defined by the class cv::ml::StatModel that all the other ML classes are derived from.
  60. See detailed overview here: @ref ml_intro.
  61. */
  62. namespace cv
  63. {
  64. namespace ml
  65. {
  66. //! @addtogroup ml
  67. //! @{
  68. /** @brief Variable types */
  69. enum VariableTypes
  70. {
  71. VAR_NUMERICAL =0, //!< same as VAR_ORDERED
  72. VAR_ORDERED =0, //!< ordered variables
  73. VAR_CATEGORICAL =1 //!< categorical variables
  74. };
  75. /** @brief %Error types */
  76. enum ErrorTypes
  77. {
  78. TEST_ERROR = 0,
  79. TRAIN_ERROR = 1
  80. };
  81. /** @brief Sample types */
  82. enum SampleTypes
  83. {
  84. ROW_SAMPLE = 0, //!< each training sample is a row of samples
  85. COL_SAMPLE = 1 //!< each training sample occupies a column of samples
  86. };
  87. /** @brief The structure represents the logarithmic grid range of statmodel parameters.
  88. It is used for optimizing statmodel accuracy by varying model parameters, the accuracy estimate
  89. being computed by cross-validation.
  90. */
  91. class CV_EXPORTS ParamGrid
  92. {
  93. public:
  94. /** @brief Default constructor */
  95. ParamGrid();
  96. /** @brief Constructor with parameters */
  97. ParamGrid(double _minVal, double _maxVal, double _logStep);
  98. double minVal; //!< Minimum value of the statmodel parameter. Default value is 0.
  99. double maxVal; //!< Maximum value of the statmodel parameter. Default value is 0.
  100. /** @brief Logarithmic step for iterating the statmodel parameter.
  101. The grid determines the following iteration sequence of the statmodel parameter values:
  102. \f[(minVal, minVal*step, minVal*{step}^2, \dots, minVal*{logStep}^n),\f]
  103. where \f$n\f$ is the maximal index satisfying
  104. \f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f]
  105. The grid is logarithmic, so logStep must always be greater then 1. Default value is 1.
  106. */
  107. double logStep;
  108. };
  109. /** @brief Class encapsulating training data.
  110. Please note that the class only specifies the interface of training data, but not implementation.
  111. All the statistical model classes in _ml_ module accepts Ptr\<TrainData\> as parameter. In other
  112. words, you can create your own class derived from TrainData and pass smart pointer to the instance
  113. of this class into StatModel::train.
  114. @sa @ref ml_intro_data
  115. */
  116. class CV_EXPORTS_W TrainData
  117. {
  118. public:
  119. static inline float missingValue() { return FLT_MAX; }
  120. virtual ~TrainData();
  121. CV_WRAP virtual int getLayout() const = 0;
  122. CV_WRAP virtual int getNTrainSamples() const = 0;
  123. CV_WRAP virtual int getNTestSamples() const = 0;
  124. CV_WRAP virtual int getNSamples() const = 0;
  125. CV_WRAP virtual int getNVars() const = 0;
  126. CV_WRAP virtual int getNAllVars() const = 0;
  127. CV_WRAP virtual void getSample(InputArray varIdx, int sidx, float* buf) const = 0;
  128. CV_WRAP virtual Mat getSamples() const = 0;
  129. CV_WRAP virtual Mat getMissing() const = 0;
  130. /** @brief Returns matrix of train samples
  131. @param layout The requested layout. If it's different from the initial one, the matrix is
  132. transposed. See ml::SampleTypes.
  133. @param compressSamples if true, the function returns only the training samples (specified by
  134. sampleIdx)
  135. @param compressVars if true, the function returns the shorter training samples, containing only
  136. the active variables.
  137. In current implementation the function tries to avoid physical data copying and returns the
  138. matrix stored inside TrainData (unless the transposition or compression is needed).
  139. */
  140. CV_WRAP virtual Mat getTrainSamples(int layout=ROW_SAMPLE,
  141. bool compressSamples=true,
  142. bool compressVars=true) const = 0;
  143. /** @brief Returns the vector of responses
  144. The function returns ordered or the original categorical responses. Usually it's used in
  145. regression algorithms.
  146. */
  147. CV_WRAP virtual Mat getTrainResponses() const = 0;
  148. /** @brief Returns the vector of normalized categorical responses
  149. The function returns vector of responses. Each response is integer from `0` to `<number of
  150. classes>-1`. The actual label value can be retrieved then from the class label vector, see
  151. TrainData::getClassLabels.
  152. */
  153. CV_WRAP virtual Mat getTrainNormCatResponses() const = 0;
  154. CV_WRAP virtual Mat getTestResponses() const = 0;
  155. CV_WRAP virtual Mat getTestNormCatResponses() const = 0;
  156. CV_WRAP virtual Mat getResponses() const = 0;
  157. CV_WRAP virtual Mat getNormCatResponses() const = 0;
  158. CV_WRAP virtual Mat getSampleWeights() const = 0;
  159. CV_WRAP virtual Mat getTrainSampleWeights() const = 0;
  160. CV_WRAP virtual Mat getTestSampleWeights() const = 0;
  161. CV_WRAP virtual Mat getVarIdx() const = 0;
  162. CV_WRAP virtual Mat getVarType() const = 0;
  163. CV_WRAP virtual int getResponseType() const = 0;
  164. CV_WRAP virtual Mat getTrainSampleIdx() const = 0;
  165. CV_WRAP virtual Mat getTestSampleIdx() const = 0;
  166. CV_WRAP virtual void getValues(int vi, InputArray sidx, float* values) const = 0;
  167. virtual void getNormCatValues(int vi, InputArray sidx, int* values) const = 0;
  168. CV_WRAP virtual Mat getDefaultSubstValues() const = 0;
  169. CV_WRAP virtual int getCatCount(int vi) const = 0;
  170. /** @brief Returns the vector of class labels
  171. The function returns vector of unique labels occurred in the responses.
  172. */
  173. CV_WRAP virtual Mat getClassLabels() const = 0;
  174. CV_WRAP virtual Mat getCatOfs() const = 0;
  175. CV_WRAP virtual Mat getCatMap() const = 0;
  176. /** @brief Splits the training data into the training and test parts
  177. @sa TrainData::setTrainTestSplitRatio
  178. */
  179. CV_WRAP virtual void setTrainTestSplit(int count, bool shuffle=true) = 0;
  180. /** @brief Splits the training data into the training and test parts
  181. The function selects a subset of specified relative size and then returns it as the training
  182. set. If the function is not called, all the data is used for training. Please, note that for
  183. each of TrainData::getTrain\* there is corresponding TrainData::getTest\*, so that the test
  184. subset can be retrieved and processed as well.
  185. @sa TrainData::setTrainTestSplit
  186. */
  187. CV_WRAP virtual void setTrainTestSplitRatio(double ratio, bool shuffle=true) = 0;
  188. CV_WRAP virtual void shuffleTrainTest() = 0;
  189. CV_WRAP static Mat getSubVector(const Mat& vec, const Mat& idx);
  190. /** @brief Reads the dataset from a .csv file and returns the ready-to-use training data.
  191. @param filename The input file name
  192. @param headerLineCount The number of lines in the beginning to skip; besides the header, the
  193. function also skips empty lines and lines staring with `#`
  194. @param responseStartIdx Index of the first output variable. If -1, the function considers the
  195. last variable as the response
  196. @param responseEndIdx Index of the last output variable + 1. If -1, then there is single
  197. response variable at responseStartIdx.
  198. @param varTypeSpec The optional text string that specifies the variables' types. It has the
  199. format `ord[n1-n2,n3,n4-n5,...]cat[n6,n7-n8,...]`. That is, variables from `n1 to n2`
  200. (inclusive range), `n3`, `n4 to n5` ... are considered ordered and `n6`, `n7 to n8` ... are
  201. considered as categorical. The range `[n1..n2] + [n3] + [n4..n5] + ... + [n6] + [n7..n8]`
  202. should cover all the variables. If varTypeSpec is not specified, then algorithm uses the
  203. following rules:
  204. - all input variables are considered ordered by default. If some column contains has non-
  205. numerical values, e.g. 'apple', 'pear', 'apple', 'apple', 'mango', the corresponding
  206. variable is considered categorical.
  207. - if there are several output variables, they are all considered as ordered. Error is
  208. reported when non-numerical values are used.
  209. - if there is a single output variable, then if its values are non-numerical or are all
  210. integers, then it's considered categorical. Otherwise, it's considered ordered.
  211. @param delimiter The character used to separate values in each line.
  212. @param missch The character used to specify missing measurements. It should not be a digit.
  213. Although it's a non-numerical value, it surely does not affect the decision of whether the
  214. variable ordered or categorical.
  215. @note If the dataset only contains input variables and no responses, use responseStartIdx = -2
  216. and responseEndIdx = 0. The output variables vector will just contain zeros.
  217. */
  218. static Ptr<TrainData> loadFromCSV(const String& filename,
  219. int headerLineCount,
  220. int responseStartIdx=-1,
  221. int responseEndIdx=-1,
  222. const String& varTypeSpec=String(),
  223. char delimiter=',',
  224. char missch='?');
  225. /** @brief Creates training data from in-memory arrays.
  226. @param samples matrix of samples. It should have CV_32F type.
  227. @param layout see ml::SampleTypes.
  228. @param responses matrix of responses. If the responses are scalar, they should be stored as a
  229. single row or as a single column. The matrix should have type CV_32F or CV_32S (in the
  230. former case the responses are considered as ordered by default; in the latter case - as
  231. categorical)
  232. @param varIdx vector specifying which variables to use for training. It can be an integer vector
  233. (CV_32S) containing 0-based variable indices or byte vector (CV_8U) containing a mask of
  234. active variables.
  235. @param sampleIdx vector specifying which samples to use for training. It can be an integer
  236. vector (CV_32S) containing 0-based sample indices or byte vector (CV_8U) containing a mask
  237. of training samples.
  238. @param sampleWeights optional vector with weights for each sample. It should have CV_32F type.
  239. @param varType optional vector of type CV_8U and size `<number_of_variables_in_samples> +
  240. <number_of_variables_in_responses>`, containing types of each input and output variable. See
  241. ml::VariableTypes.
  242. */
  243. CV_WRAP static Ptr<TrainData> create(InputArray samples, int layout, InputArray responses,
  244. InputArray varIdx=noArray(), InputArray sampleIdx=noArray(),
  245. InputArray sampleWeights=noArray(), InputArray varType=noArray());
  246. };
  247. /** @brief Base class for statistical models in OpenCV ML.
  248. */
  249. class CV_EXPORTS_W StatModel : public Algorithm
  250. {
  251. public:
  252. /** Predict options */
  253. enum Flags {
  254. UPDATE_MODEL = 1,
  255. RAW_OUTPUT=1, //!< makes the method return the raw results (the sum), not the class label
  256. COMPRESSED_INPUT=2,
  257. PREPROCESSED_INPUT=4
  258. };
  259. /** @brief Returns the number of variables in training samples */
  260. CV_WRAP virtual int getVarCount() const = 0;
  261. CV_WRAP virtual bool empty() const;
  262. /** @brief Returns true if the model is trained */
  263. CV_WRAP virtual bool isTrained() const = 0;
  264. /** @brief Returns true if the model is classifier */
  265. CV_WRAP virtual bool isClassifier() const = 0;
  266. /** @brief Trains the statistical model
  267. @param trainData training data that can be loaded from file using TrainData::loadFromCSV or
  268. created with TrainData::create.
  269. @param flags optional flags, depending on the model. Some of the models can be updated with the
  270. new training samples, not completely overwritten (such as NormalBayesClassifier or ANN_MLP).
  271. */
  272. CV_WRAP virtual bool train( const Ptr<TrainData>& trainData, int flags=0 );
  273. /** @brief Trains the statistical model
  274. @param samples training samples
  275. @param layout See ml::SampleTypes.
  276. @param responses vector of responses associated with the training samples.
  277. */
  278. CV_WRAP virtual bool train( InputArray samples, int layout, InputArray responses );
  279. /** @brief Computes error on the training or test dataset
  280. @param data the training data
  281. @param test if true, the error is computed over the test subset of the data, otherwise it's
  282. computed over the training subset of the data. Please note that if you loaded a completely
  283. different dataset to evaluate already trained classifier, you will probably want not to set
  284. the test subset at all with TrainData::setTrainTestSplitRatio and specify test=false, so
  285. that the error is computed for the whole new set. Yes, this sounds a bit confusing.
  286. @param resp the optional output responses.
  287. The method uses StatModel::predict to compute the error. For regression models the error is
  288. computed as RMS, for classifiers - as a percent of missclassified samples (0%-100%).
  289. */
  290. CV_WRAP virtual float calcError( const Ptr<TrainData>& data, bool test, OutputArray resp ) const;
  291. /** @brief Predicts response(s) for the provided sample(s)
  292. @param samples The input samples, floating-point matrix
  293. @param results The optional output matrix of results.
  294. @param flags The optional flags, model-dependent. See cv::ml::StatModel::Flags.
  295. */
  296. CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0;
  297. /** @brief Create and train model with default parameters
  298. The class must implement static `create()` method with no parameters or with all default parameter values
  299. */
  300. template<typename _Tp> static Ptr<_Tp> train(const Ptr<TrainData>& data, int flags=0)
  301. {
  302. Ptr<_Tp> model = _Tp::create();
  303. return !model.empty() && model->train(data, flags) ? model : Ptr<_Tp>();
  304. }
  305. };
  306. /****************************************************************************************\
  307. * Normal Bayes Classifier *
  308. \****************************************************************************************/
  309. /** @brief Bayes classifier for normally distributed data.
  310. @sa @ref ml_intro_bayes
  311. */
  312. class CV_EXPORTS_W NormalBayesClassifier : public StatModel
  313. {
  314. public:
  315. /** @brief Predicts the response for sample(s).
  316. The method estimates the most probable classes for input vectors. Input vectors (one or more)
  317. are stored as rows of the matrix inputs. In case of multiple input vectors, there should be one
  318. output vector outputs. The predicted class for a single input vector is returned by the method.
  319. The vector outputProbs contains the output probabilities corresponding to each element of
  320. result.
  321. */
  322. CV_WRAP virtual float predictProb( InputArray inputs, OutputArray outputs,
  323. OutputArray outputProbs, int flags=0 ) const = 0;
  324. /** Creates empty model
  325. Use StatModel::train to train the model after creation. */
  326. CV_WRAP static Ptr<NormalBayesClassifier> create();
  327. };
  328. /****************************************************************************************\
  329. * K-Nearest Neighbour Classifier *
  330. \****************************************************************************************/
  331. /** @brief The class implements K-Nearest Neighbors model
  332. @sa @ref ml_intro_knn
  333. */
  334. class CV_EXPORTS_W KNearest : public StatModel
  335. {
  336. public:
  337. /** Default number of neighbors to use in predict method. */
  338. /** @see setDefaultK */
  339. CV_WRAP virtual int getDefaultK() const = 0;
  340. /** @copybrief getDefaultK @see getDefaultK */
  341. CV_WRAP virtual void setDefaultK(int val) = 0;
  342. /** Whether classification or regression model should be trained. */
  343. /** @see setIsClassifier */
  344. CV_WRAP virtual bool getIsClassifier() const = 0;
  345. /** @copybrief getIsClassifier @see getIsClassifier */
  346. CV_WRAP virtual void setIsClassifier(bool val) = 0;
  347. /** Parameter for KDTree implementation. */
  348. /** @see setEmax */
  349. CV_WRAP virtual int getEmax() const = 0;
  350. /** @copybrief getEmax @see getEmax */
  351. CV_WRAP virtual void setEmax(int val) = 0;
  352. /** %Algorithm type, one of KNearest::Types. */
  353. /** @see setAlgorithmType */
  354. CV_WRAP virtual int getAlgorithmType() const = 0;
  355. /** @copybrief getAlgorithmType @see getAlgorithmType */
  356. CV_WRAP virtual void setAlgorithmType(int val) = 0;
  357. /** @brief Finds the neighbors and predicts responses for input vectors.
  358. @param samples Input samples stored by rows. It is a single-precision floating-point matrix of
  359. `<number_of_samples> * k` size.
  360. @param k Number of used nearest neighbors. Should be greater than 1.
  361. @param results Vector with results of prediction (regression or classification) for each input
  362. sample. It is a single-precision floating-point vector with `<number_of_samples>` elements.
  363. @param neighborResponses Optional output values for corresponding neighbors. It is a single-
  364. precision floating-point matrix of `<number_of_samples> * k` size.
  365. @param dist Optional output distances from the input vectors to the corresponding neighbors. It
  366. is a single-precision floating-point matrix of `<number_of_samples> * k` size.
  367. For each input vector (a row of the matrix samples), the method finds the k nearest neighbors.
  368. In case of regression, the predicted result is a mean value of the particular vector's neighbor
  369. responses. In case of classification, the class is determined by voting.
  370. For each input vector, the neighbors are sorted by their distances to the vector.
  371. In case of C++ interface you can use output pointers to empty matrices and the function will
  372. allocate memory itself.
  373. If only a single input vector is passed, all output matrices are optional and the predicted
  374. value is returned by the method.
  375. The function is parallelized with the TBB library.
  376. */
  377. CV_WRAP virtual float findNearest( InputArray samples, int k,
  378. OutputArray results,
  379. OutputArray neighborResponses=noArray(),
  380. OutputArray dist=noArray() ) const = 0;
  381. /** @brief Implementations of KNearest algorithm
  382. */
  383. enum Types
  384. {
  385. BRUTE_FORCE=1,
  386. KDTREE=2
  387. };
  388. /** @brief Creates the empty model
  389. The static method creates empty %KNearest classifier. It should be then trained using StatModel::train method.
  390. */
  391. CV_WRAP static Ptr<KNearest> create();
  392. };
  393. /****************************************************************************************\
  394. * Support Vector Machines *
  395. \****************************************************************************************/
  396. /** @brief Support Vector Machines.
  397. @sa @ref ml_intro_svm
  398. */
  399. class CV_EXPORTS_W SVM : public StatModel
  400. {
  401. public:
  402. class CV_EXPORTS Kernel : public Algorithm
  403. {
  404. public:
  405. virtual int getType() const = 0;
  406. virtual void calc( int vcount, int n, const float* vecs, const float* another, float* results ) = 0;
  407. };
  408. /** Type of a %SVM formulation.
  409. See SVM::Types. Default value is SVM::C_SVC. */
  410. /** @see setType */
  411. CV_WRAP virtual int getType() const = 0;
  412. /** @copybrief getType @see getType */
  413. CV_WRAP virtual void setType(int val) = 0;
  414. /** Parameter \f$\gamma\f$ of a kernel function.
  415. For SVM::POLY, SVM::RBF, SVM::SIGMOID or SVM::CHI2. Default value is 1. */
  416. /** @see setGamma */
  417. CV_WRAP virtual double getGamma() const = 0;
  418. /** @copybrief getGamma @see getGamma */
  419. CV_WRAP virtual void setGamma(double val) = 0;
  420. /** Parameter _coef0_ of a kernel function.
  421. For SVM::POLY or SVM::SIGMOID. Default value is 0.*/
  422. /** @see setCoef0 */
  423. CV_WRAP virtual double getCoef0() const = 0;
  424. /** @copybrief getCoef0 @see getCoef0 */
  425. CV_WRAP virtual void setCoef0(double val) = 0;
  426. /** Parameter _degree_ of a kernel function.
  427. For SVM::POLY. Default value is 0. */
  428. /** @see setDegree */
  429. CV_WRAP virtual double getDegree() const = 0;
  430. /** @copybrief getDegree @see getDegree */
  431. CV_WRAP virtual void setDegree(double val) = 0;
  432. /** Parameter _C_ of a %SVM optimization problem.
  433. For SVM::C_SVC, SVM::EPS_SVR or SVM::NU_SVR. Default value is 0. */
  434. /** @see setC */
  435. CV_WRAP virtual double getC() const = 0;
  436. /** @copybrief getC @see getC */
  437. CV_WRAP virtual void setC(double val) = 0;
  438. /** Parameter \f$\nu\f$ of a %SVM optimization problem.
  439. For SVM::NU_SVC, SVM::ONE_CLASS or SVM::NU_SVR. Default value is 0. */
  440. /** @see setNu */
  441. CV_WRAP virtual double getNu() const = 0;
  442. /** @copybrief getNu @see getNu */
  443. CV_WRAP virtual void setNu(double val) = 0;
  444. /** Parameter \f$\epsilon\f$ of a %SVM optimization problem.
  445. For SVM::EPS_SVR. Default value is 0. */
  446. /** @see setP */
  447. CV_WRAP virtual double getP() const = 0;
  448. /** @copybrief getP @see getP */
  449. CV_WRAP virtual void setP(double val) = 0;
  450. /** Optional weights in the SVM::C_SVC problem, assigned to particular classes.
  451. They are multiplied by _C_ so the parameter _C_ of class _i_ becomes `classWeights(i) * C`. Thus
  452. these weights affect the misclassification penalty for different classes. The larger weight,
  453. the larger penalty on misclassification of data from the corresponding class. Default value is
  454. empty Mat. */
  455. /** @see setClassWeights */
  456. CV_WRAP virtual cv::Mat getClassWeights() const = 0;
  457. /** @copybrief getClassWeights @see getClassWeights */
  458. CV_WRAP virtual void setClassWeights(const cv::Mat &val) = 0;
  459. /** Termination criteria of the iterative %SVM training procedure which solves a partial
  460. case of constrained quadratic optimization problem.
  461. You can specify tolerance and/or the maximum number of iterations. Default value is
  462. `TermCriteria( TermCriteria::MAX_ITER + TermCriteria::EPS, 1000, FLT_EPSILON )`; */
  463. /** @see setTermCriteria */
  464. CV_WRAP virtual cv::TermCriteria getTermCriteria() const = 0;
  465. /** @copybrief getTermCriteria @see getTermCriteria */
  466. CV_WRAP virtual void setTermCriteria(const cv::TermCriteria &val) = 0;
  467. /** Type of a %SVM kernel.
  468. See SVM::KernelTypes. Default value is SVM::RBF. */
  469. CV_WRAP virtual int getKernelType() const = 0;
  470. /** Initialize with one of predefined kernels.
  471. See SVM::KernelTypes. */
  472. CV_WRAP virtual void setKernel(int kernelType) = 0;
  473. /** Initialize with custom kernel.
  474. See SVM::Kernel class for implementation details */
  475. virtual void setCustomKernel(const Ptr<Kernel> &_kernel) = 0;
  476. //! %SVM type
  477. enum Types {
  478. /** C-Support Vector Classification. n-class classification (n \f$\geq\f$ 2), allows
  479. imperfect separation of classes with penalty multiplier C for outliers. */
  480. C_SVC=100,
  481. /** \f$\nu\f$-Support Vector Classification. n-class classification with possible
  482. imperfect separation. Parameter \f$\nu\f$ (in the range 0..1, the larger the value, the smoother
  483. the decision boundary) is used instead of C. */
  484. NU_SVC=101,
  485. /** Distribution Estimation (One-class %SVM). All the training data are from
  486. the same class, %SVM builds a boundary that separates the class from the rest of the feature
  487. space. */
  488. ONE_CLASS=102,
  489. /** \f$\epsilon\f$-Support Vector Regression. The distance between feature vectors
  490. from the training set and the fitting hyper-plane must be less than p. For outliers the
  491. penalty multiplier C is used. */
  492. EPS_SVR=103,
  493. /** \f$\nu\f$-Support Vector Regression. \f$\nu\f$ is used instead of p.
  494. See @cite LibSVM for details. */
  495. NU_SVR=104
  496. };
  497. /** @brief %SVM kernel type
  498. A comparison of different kernels on the following 2D test case with four classes. Four
  499. SVM::C_SVC SVMs have been trained (one against rest) with auto_train. Evaluation on three
  500. different kernels (SVM::CHI2, SVM::INTER, SVM::RBF). The color depicts the class with max score.
  501. Bright means max-score \> 0, dark means max-score \< 0.
  502. ![image](pics/SVM_Comparison.png)
  503. */
  504. enum KernelTypes {
  505. /** Returned by SVM::getKernelType in case when custom kernel has been set */
  506. CUSTOM=-1,
  507. /** Linear kernel. No mapping is done, linear discrimination (or regression) is
  508. done in the original feature space. It is the fastest option. \f$K(x_i, x_j) = x_i^T x_j\f$. */
  509. LINEAR=0,
  510. /** Polynomial kernel:
  511. \f$K(x_i, x_j) = (\gamma x_i^T x_j + coef0)^{degree}, \gamma > 0\f$. */
  512. POLY=1,
  513. /** Radial basis function (RBF), a good choice in most cases.
  514. \f$K(x_i, x_j) = e^{-\gamma ||x_i - x_j||^2}, \gamma > 0\f$. */
  515. RBF=2,
  516. /** Sigmoid kernel: \f$K(x_i, x_j) = \tanh(\gamma x_i^T x_j + coef0)\f$. */
  517. SIGMOID=3,
  518. /** Exponential Chi2 kernel, similar to the RBF kernel:
  519. \f$K(x_i, x_j) = e^{-\gamma \chi^2(x_i,x_j)}, \chi^2(x_i,x_j) = (x_i-x_j)^2/(x_i+x_j), \gamma > 0\f$. */
  520. CHI2=4,
  521. /** Histogram intersection kernel. A fast kernel. \f$K(x_i, x_j) = min(x_i,x_j)\f$. */
  522. INTER=5
  523. };
  524. //! %SVM params type
  525. enum ParamTypes {
  526. C=0,
  527. GAMMA=1,
  528. P=2,
  529. NU=3,
  530. COEF=4,
  531. DEGREE=5
  532. };
  533. /** @brief Trains an %SVM with optimal parameters.
  534. @param data the training data that can be constructed using TrainData::create or
  535. TrainData::loadFromCSV.
  536. @param kFold Cross-validation parameter. The training set is divided into kFold subsets. One
  537. subset is used to test the model, the others form the train set. So, the %SVM algorithm is
  538. executed kFold times.
  539. @param Cgrid grid for C
  540. @param gammaGrid grid for gamma
  541. @param pGrid grid for p
  542. @param nuGrid grid for nu
  543. @param coeffGrid grid for coeff
  544. @param degreeGrid grid for degree
  545. @param balanced If true and the problem is 2-class classification then the method creates more
  546. balanced cross-validation subsets that is proportions between classes in subsets are close
  547. to such proportion in the whole train dataset.
  548. The method trains the %SVM model automatically by choosing the optimal parameters C, gamma, p,
  549. nu, coef0, degree. Parameters are considered optimal when the cross-validation
  550. estimate of the test set error is minimal.
  551. If there is no need to optimize a parameter, the corresponding grid step should be set to any
  552. value less than or equal to 1. For example, to avoid optimization in gamma, set `gammaGrid.step
  553. = 0`, `gammaGrid.minVal`, `gamma_grid.maxVal` as arbitrary numbers. In this case, the value
  554. `Gamma` is taken for gamma.
  555. And, finally, if the optimization in a parameter is required but the corresponding grid is
  556. unknown, you may call the function SVM::getDefaultGrid. To generate a grid, for example, for
  557. gamma, call `SVM::getDefaultGrid(SVM::GAMMA)`.
  558. This function works for the classification (SVM::C_SVC or SVM::NU_SVC) as well as for the
  559. regression (SVM::EPS_SVR or SVM::NU_SVR). If it is SVM::ONE_CLASS, no optimization is made and
  560. the usual %SVM with parameters specified in params is executed.
  561. */
  562. virtual bool trainAuto( const Ptr<TrainData>& data, int kFold = 10,
  563. ParamGrid Cgrid = SVM::getDefaultGrid(SVM::C),
  564. ParamGrid gammaGrid = SVM::getDefaultGrid(SVM::GAMMA),
  565. ParamGrid pGrid = SVM::getDefaultGrid(SVM::P),
  566. ParamGrid nuGrid = SVM::getDefaultGrid(SVM::NU),
  567. ParamGrid coeffGrid = SVM::getDefaultGrid(SVM::COEF),
  568. ParamGrid degreeGrid = SVM::getDefaultGrid(SVM::DEGREE),
  569. bool balanced=false) = 0;
  570. /** @brief Retrieves all the support vectors
  571. The method returns all the support vectors as a floating-point matrix, where support vectors are
  572. stored as matrix rows.
  573. */
  574. CV_WRAP virtual Mat getSupportVectors() const = 0;
  575. /** @brief Retrieves all the uncompressed support vectors of a linear %SVM
  576. The method returns all the uncompressed support vectors of a linear %SVM that the compressed
  577. support vector, used for prediction, was derived from. They are returned in a floating-point
  578. matrix, where the support vectors are stored as matrix rows.
  579. */
  580. CV_WRAP Mat getUncompressedSupportVectors() const;
  581. /** @brief Retrieves the decision function
  582. @param i the index of the decision function. If the problem solved is regression, 1-class or
  583. 2-class classification, then there will be just one decision function and the index should
  584. always be 0. Otherwise, in the case of N-class classification, there will be \f$N(N-1)/2\f$
  585. decision functions.
  586. @param alpha the optional output vector for weights, corresponding to different support vectors.
  587. In the case of linear %SVM all the alpha's will be 1's.
  588. @param svidx the optional output vector of indices of support vectors within the matrix of
  589. support vectors (which can be retrieved by SVM::getSupportVectors). In the case of linear
  590. %SVM each decision function consists of a single "compressed" support vector.
  591. The method returns rho parameter of the decision function, a scalar subtracted from the weighted
  592. sum of kernel responses.
  593. */
  594. CV_WRAP virtual double getDecisionFunction(int i, OutputArray alpha, OutputArray svidx) const = 0;
  595. /** @brief Generates a grid for %SVM parameters.
  596. @param param_id %SVM parameters IDs that must be one of the SVM::ParamTypes. The grid is
  597. generated for the parameter with this ID.
  598. The function generates a grid for the specified parameter of the %SVM algorithm. The grid may be
  599. passed to the function SVM::trainAuto.
  600. */
  601. static ParamGrid getDefaultGrid( int param_id );
  602. /** Creates empty model.
  603. Use StatModel::train to train the model. Since %SVM has several parameters, you may want to
  604. find the best parameters for your problem, it can be done with SVM::trainAuto. */
  605. CV_WRAP static Ptr<SVM> create();
  606. };
  607. /****************************************************************************************\
  608. * Expectation - Maximization *
  609. \****************************************************************************************/
  610. /** @brief The class implements the Expectation Maximization algorithm.
  611. @sa @ref ml_intro_em
  612. */
  613. class CV_EXPORTS_W EM : public StatModel
  614. {
  615. public:
  616. //! Type of covariation matrices
  617. enum Types {
  618. /** A scaled identity matrix \f$\mu_k * I\f$. There is the only
  619. parameter \f$\mu_k\f$ to be estimated for each matrix. The option may be used in special cases,
  620. when the constraint is relevant, or as a first step in the optimization (for example in case
  621. when the data is preprocessed with PCA). The results of such preliminary estimation may be
  622. passed again to the optimization procedure, this time with
  623. covMatType=EM::COV_MAT_DIAGONAL. */
  624. COV_MAT_SPHERICAL=0,
  625. /** A diagonal matrix with positive diagonal elements. The number of
  626. free parameters is d for each matrix. This is most commonly used option yielding good
  627. estimation results. */
  628. COV_MAT_DIAGONAL=1,
  629. /** A symmetric positively defined matrix. The number of free
  630. parameters in each matrix is about \f$d^2/2\f$. It is not recommended to use this option, unless
  631. there is pretty accurate initial estimation of the parameters and/or a huge number of
  632. training samples. */
  633. COV_MAT_GENERIC=2,
  634. COV_MAT_DEFAULT=COV_MAT_DIAGONAL
  635. };
  636. //! Default parameters
  637. enum {DEFAULT_NCLUSTERS=5, DEFAULT_MAX_ITERS=100};
  638. //! The initial step
  639. enum {START_E_STEP=1, START_M_STEP=2, START_AUTO_STEP=0};
  640. /** The number of mixture components in the Gaussian mixture model.
  641. Default value of the parameter is EM::DEFAULT_NCLUSTERS=5. Some of %EM implementation could
  642. determine the optimal number of mixtures within a specified value range, but that is not the
  643. case in ML yet. */
  644. /** @see setClustersNumber */
  645. CV_WRAP virtual int getClustersNumber() const = 0;
  646. /** @copybrief getClustersNumber @see getClustersNumber */
  647. CV_WRAP virtual void setClustersNumber(int val) = 0;
  648. /** Constraint on covariance matrices which defines type of matrices.
  649. See EM::Types. */
  650. /** @see setCovarianceMatrixType */
  651. CV_WRAP virtual int getCovarianceMatrixType() const = 0;
  652. /** @copybrief getCovarianceMatrixType @see getCovarianceMatrixType */
  653. CV_WRAP virtual void setCovarianceMatrixType(int val) = 0;
  654. /** The termination criteria of the %EM algorithm.
  655. The %EM algorithm can be terminated by the number of iterations termCrit.maxCount (number of
  656. M-steps) or when relative change of likelihood logarithm is less than termCrit.epsilon. Default
  657. maximum number of iterations is EM::DEFAULT_MAX_ITERS=100. */
  658. /** @see setTermCriteria */
  659. CV_WRAP virtual TermCriteria getTermCriteria() const = 0;
  660. /** @copybrief getTermCriteria @see getTermCriteria */
  661. CV_WRAP virtual void setTermCriteria(const TermCriteria &val) = 0;
  662. /** @brief Returns weights of the mixtures
  663. Returns vector with the number of elements equal to the number of mixtures.
  664. */
  665. CV_WRAP virtual Mat getWeights() const = 0;
  666. /** @brief Returns the cluster centers (means of the Gaussian mixture)
  667. Returns matrix with the number of rows equal to the number of mixtures and number of columns
  668. equal to the space dimensionality.
  669. */
  670. CV_WRAP virtual Mat getMeans() const = 0;
  671. /** @brief Returns covariation matrices
  672. Returns vector of covariation matrices. Number of matrices is the number of gaussian mixtures,
  673. each matrix is a square floating-point matrix NxN, where N is the space dimensionality.
  674. */
  675. CV_WRAP virtual void getCovs(CV_OUT std::vector<Mat>& covs) const = 0;
  676. /** @brief Returns a likelihood logarithm value and an index of the most probable mixture component
  677. for the given sample.
  678. @param sample A sample for classification. It should be a one-channel matrix of
  679. \f$1 \times dims\f$ or \f$dims \times 1\f$ size.
  680. @param probs Optional output matrix that contains posterior probabilities of each component
  681. given the sample. It has \f$1 \times nclusters\f$ size and CV_64FC1 type.
  682. The method returns a two-element double vector. Zero element is a likelihood logarithm value for
  683. the sample. First element is an index of the most probable mixture component for the given
  684. sample.
  685. */
  686. CV_WRAP virtual Vec2d predict2(InputArray sample, OutputArray probs) const = 0;
  687. /** @brief Estimate the Gaussian mixture parameters from a samples set.
  688. This variation starts with Expectation step. Initial values of the model parameters will be
  689. estimated by the k-means algorithm.
  690. Unlike many of the ML models, %EM is an unsupervised learning algorithm and it does not take
  691. responses (class labels or function values) as input. Instead, it computes the *Maximum
  692. Likelihood Estimate* of the Gaussian mixture parameters from an input sample set, stores all the
  693. parameters inside the structure: \f$p_{i,k}\f$ in probs, \f$a_k\f$ in means , \f$S_k\f$ in
  694. covs[k], \f$\pi_k\f$ in weights , and optionally computes the output "class label" for each
  695. sample: \f$\texttt{labels}_i=\texttt{arg max}_k(p_{i,k}), i=1..N\f$ (indices of the most
  696. probable mixture component for each sample).
  697. The trained model can be used further for prediction, just like any other classifier. The
  698. trained model is similar to the NormalBayesClassifier.
  699. @param samples Samples from which the Gaussian mixture model will be estimated. It should be a
  700. one-channel matrix, each row of which is a sample. If the matrix does not have CV_64F type
  701. it will be converted to the inner matrix of such type for the further computing.
  702. @param logLikelihoods The optional output matrix that contains a likelihood logarithm value for
  703. each sample. It has \f$nsamples \times 1\f$ size and CV_64FC1 type.
  704. @param labels The optional output "class label" for each sample:
  705. \f$\texttt{labels}_i=\texttt{arg max}_k(p_{i,k}), i=1..N\f$ (indices of the most probable
  706. mixture component for each sample). It has \f$nsamples \times 1\f$ size and CV_32SC1 type.
  707. @param probs The optional output matrix that contains posterior probabilities of each Gaussian
  708. mixture component given the each sample. It has \f$nsamples \times nclusters\f$ size and
  709. CV_64FC1 type.
  710. */
  711. CV_WRAP virtual bool trainEM(InputArray samples,
  712. OutputArray logLikelihoods=noArray(),
  713. OutputArray labels=noArray(),
  714. OutputArray probs=noArray()) = 0;
  715. /** @brief Estimate the Gaussian mixture parameters from a samples set.
  716. This variation starts with Expectation step. You need to provide initial means \f$a_k\f$ of
  717. mixture components. Optionally you can pass initial weights \f$\pi_k\f$ and covariance matrices
  718. \f$S_k\f$ of mixture components.
  719. @param samples Samples from which the Gaussian mixture model will be estimated. It should be a
  720. one-channel matrix, each row of which is a sample. If the matrix does not have CV_64F type
  721. it will be converted to the inner matrix of such type for the further computing.
  722. @param means0 Initial means \f$a_k\f$ of mixture components. It is a one-channel matrix of
  723. \f$nclusters \times dims\f$ size. If the matrix does not have CV_64F type it will be
  724. converted to the inner matrix of such type for the further computing.
  725. @param covs0 The vector of initial covariance matrices \f$S_k\f$ of mixture components. Each of
  726. covariance matrices is a one-channel matrix of \f$dims \times dims\f$ size. If the matrices
  727. do not have CV_64F type they will be converted to the inner matrices of such type for the
  728. further computing.
  729. @param weights0 Initial weights \f$\pi_k\f$ of mixture components. It should be a one-channel
  730. floating-point matrix with \f$1 \times nclusters\f$ or \f$nclusters \times 1\f$ size.
  731. @param logLikelihoods The optional output matrix that contains a likelihood logarithm value for
  732. each sample. It has \f$nsamples \times 1\f$ size and CV_64FC1 type.
  733. @param labels The optional output "class label" for each sample:
  734. \f$\texttt{labels}_i=\texttt{arg max}_k(p_{i,k}), i=1..N\f$ (indices of the most probable
  735. mixture component for each sample). It has \f$nsamples \times 1\f$ size and CV_32SC1 type.
  736. @param probs The optional output matrix that contains posterior probabilities of each Gaussian
  737. mixture component given the each sample. It has \f$nsamples \times nclusters\f$ size and
  738. CV_64FC1 type.
  739. */
  740. CV_WRAP virtual bool trainE(InputArray samples, InputArray means0,
  741. InputArray covs0=noArray(),
  742. InputArray weights0=noArray(),
  743. OutputArray logLikelihoods=noArray(),
  744. OutputArray labels=noArray(),
  745. OutputArray probs=noArray()) = 0;
  746. /** @brief Estimate the Gaussian mixture parameters from a samples set.
  747. This variation starts with Maximization step. You need to provide initial probabilities
  748. \f$p_{i,k}\f$ to use this option.
  749. @param samples Samples from which the Gaussian mixture model will be estimated. It should be a
  750. one-channel matrix, each row of which is a sample. If the matrix does not have CV_64F type
  751. it will be converted to the inner matrix of such type for the further computing.
  752. @param probs0
  753. @param logLikelihoods The optional output matrix that contains a likelihood logarithm value for
  754. each sample. It has \f$nsamples \times 1\f$ size and CV_64FC1 type.
  755. @param labels The optional output "class label" for each sample:
  756. \f$\texttt{labels}_i=\texttt{arg max}_k(p_{i,k}), i=1..N\f$ (indices of the most probable
  757. mixture component for each sample). It has \f$nsamples \times 1\f$ size and CV_32SC1 type.
  758. @param probs The optional output matrix that contains posterior probabilities of each Gaussian
  759. mixture component given the each sample. It has \f$nsamples \times nclusters\f$ size and
  760. CV_64FC1 type.
  761. */
  762. CV_WRAP virtual bool trainM(InputArray samples, InputArray probs0,
  763. OutputArray logLikelihoods=noArray(),
  764. OutputArray labels=noArray(),
  765. OutputArray probs=noArray()) = 0;
  766. /** Creates empty %EM model.
  767. The model should be trained then using StatModel::train(traindata, flags) method. Alternatively, you
  768. can use one of the EM::train\* methods or load it from file using Algorithm::load\<EM\>(filename).
  769. */
  770. CV_WRAP static Ptr<EM> create();
  771. };
  772. /****************************************************************************************\
  773. * Decision Tree *
  774. \****************************************************************************************/
  775. /** @brief The class represents a single decision tree or a collection of decision trees.
  776. The current public interface of the class allows user to train only a single decision tree, however
  777. the class is capable of storing multiple decision trees and using them for prediction (by summing
  778. responses or using a voting schemes), and the derived from DTrees classes (such as RTrees and Boost)
  779. use this capability to implement decision tree ensembles.
  780. @sa @ref ml_intro_trees
  781. */
  782. class CV_EXPORTS_W DTrees : public StatModel
  783. {
  784. public:
  785. /** Predict options */
  786. enum Flags { PREDICT_AUTO=0, PREDICT_SUM=(1<<8), PREDICT_MAX_VOTE=(2<<8), PREDICT_MASK=(3<<8) };
  787. /** Cluster possible values of a categorical variable into K\<=maxCategories clusters to
  788. find a suboptimal split.
  789. If a discrete variable, on which the training procedure tries to make a split, takes more than
  790. maxCategories values, the precise best subset estimation may take a very long time because the
  791. algorithm is exponential. Instead, many decision trees engines (including our implementation)
  792. try to find sub-optimal split in this case by clustering all the samples into maxCategories
  793. clusters that is some categories are merged together. The clustering is applied only in n \>
  794. 2-class classification problems for categorical variables with N \> max_categories possible
  795. values. In case of regression and 2-class classification the optimal split can be found
  796. efficiently without employing clustering, thus the parameter is not used in these cases.
  797. Default value is 10.*/
  798. /** @see setMaxCategories */
  799. CV_WRAP virtual int getMaxCategories() const = 0;
  800. /** @copybrief getMaxCategories @see getMaxCategories */
  801. CV_WRAP virtual void setMaxCategories(int val) = 0;
  802. /** The maximum possible depth of the tree.
  803. That is the training algorithms attempts to split a node while its depth is less than maxDepth.
  804. The root node has zero depth. The actual depth may be smaller if the other termination criteria
  805. are met (see the outline of the training procedure @ref ml_intro_trees "here"), and/or if the
  806. tree is pruned. Default value is INT_MAX.*/
  807. /** @see setMaxDepth */
  808. CV_WRAP virtual int getMaxDepth() const = 0;
  809. /** @copybrief getMaxDepth @see getMaxDepth */
  810. CV_WRAP virtual void setMaxDepth(int val) = 0;
  811. /** If the number of samples in a node is less than this parameter then the node will not be split.
  812. Default value is 10.*/
  813. /** @see setMinSampleCount */
  814. CV_WRAP virtual int getMinSampleCount() const = 0;
  815. /** @copybrief getMinSampleCount @see getMinSampleCount */
  816. CV_WRAP virtual void setMinSampleCount(int val) = 0;
  817. /** If CVFolds \> 1 then algorithms prunes the built decision tree using K-fold
  818. cross-validation procedure where K is equal to CVFolds.
  819. Default value is 10.*/
  820. /** @see setCVFolds */
  821. CV_WRAP virtual int getCVFolds() const = 0;
  822. /** @copybrief getCVFolds @see getCVFolds */
  823. CV_WRAP virtual void setCVFolds(int val) = 0;
  824. /** If true then surrogate splits will be built.
  825. These splits allow to work with missing data and compute variable importance correctly.
  826. Default value is false.
  827. @note currently it's not implemented.*/
  828. /** @see setUseSurrogates */
  829. CV_WRAP virtual bool getUseSurrogates() const = 0;
  830. /** @copybrief getUseSurrogates @see getUseSurrogates */
  831. CV_WRAP virtual void setUseSurrogates(bool val) = 0;
  832. /** If true then a pruning will be harsher.
  833. This will make a tree more compact and more resistant to the training data noise but a bit less
  834. accurate. Default value is true.*/
  835. /** @see setUse1SERule */
  836. CV_WRAP virtual bool getUse1SERule() const = 0;
  837. /** @copybrief getUse1SERule @see getUse1SERule */
  838. CV_WRAP virtual void setUse1SERule(bool val) = 0;
  839. /** If true then pruned branches are physically removed from the tree.
  840. Otherwise they are retained and it is possible to get results from the original unpruned (or
  841. pruned less aggressively) tree. Default value is true.*/
  842. /** @see setTruncatePrunedTree */
  843. CV_WRAP virtual bool getTruncatePrunedTree() const = 0;
  844. /** @copybrief getTruncatePrunedTree @see getTruncatePrunedTree */
  845. CV_WRAP virtual void setTruncatePrunedTree(bool val) = 0;
  846. /** Termination criteria for regression trees.
  847. If all absolute differences between an estimated value in a node and values of train samples
  848. in this node are less than this parameter then the node will not be split further. Default
  849. value is 0.01f*/
  850. /** @see setRegressionAccuracy */
  851. CV_WRAP virtual float getRegressionAccuracy() const = 0;
  852. /** @copybrief getRegressionAccuracy @see getRegressionAccuracy */
  853. CV_WRAP virtual void setRegressionAccuracy(float val) = 0;
  854. /** @brief The array of a priori class probabilities, sorted by the class label value.
  855. The parameter can be used to tune the decision tree preferences toward a certain class. For
  856. example, if you want to detect some rare anomaly occurrence, the training base will likely
  857. contain much more normal cases than anomalies, so a very good classification performance
  858. will be achieved just by considering every case as normal. To avoid this, the priors can be
  859. specified, where the anomaly probability is artificially increased (up to 0.5 or even
  860. greater), so the weight of the misclassified anomalies becomes much bigger, and the tree is
  861. adjusted properly.
  862. You can also think about this parameter as weights of prediction categories which determine
  863. relative weights that you give to misclassification. That is, if the weight of the first
  864. category is 1 and the weight of the second category is 10, then each mistake in predicting
  865. the second category is equivalent to making 10 mistakes in predicting the first category.
  866. Default value is empty Mat.*/
  867. /** @see setPriors */
  868. CV_WRAP virtual cv::Mat getPriors() const = 0;
  869. /** @copybrief getPriors @see getPriors */
  870. CV_WRAP virtual void setPriors(const cv::Mat &val) = 0;
  871. /** @brief The class represents a decision tree node.
  872. */
  873. class CV_EXPORTS Node
  874. {
  875. public:
  876. Node();
  877. double value; //!< Value at the node: a class label in case of classification or estimated
  878. //!< function value in case of regression.
  879. int classIdx; //!< Class index normalized to 0..class_count-1 range and assigned to the
  880. //!< node. It is used internally in classification trees and tree ensembles.
  881. int parent; //!< Index of the parent node
  882. int left; //!< Index of the left child node
  883. int right; //!< Index of right child node
  884. int defaultDir; //!< Default direction where to go (-1: left or +1: right). It helps in the
  885. //!< case of missing values.
  886. int split; //!< Index of the first split
  887. };
  888. /** @brief The class represents split in a decision tree.
  889. */
  890. class CV_EXPORTS Split
  891. {
  892. public:
  893. Split();
  894. int varIdx; //!< Index of variable on which the split is created.
  895. bool inversed; //!< If true, then the inverse split rule is used (i.e. left and right
  896. //!< branches are exchanged in the rule expressions below).
  897. float quality; //!< The split quality, a positive number. It is used to choose the best split.
  898. int next; //!< Index of the next split in the list of splits for the node
  899. float c; /**< The threshold value in case of split on an ordered variable.
  900. The rule is:
  901. @code{.none}
  902. if var_value < c
  903. then next_node <- left
  904. else next_node <- right
  905. @endcode */
  906. int subsetOfs; /**< Offset of the bitset used by the split on a categorical variable.
  907. The rule is:
  908. @code{.none}
  909. if bitset[var_value] == 1
  910. then next_node <- left
  911. else next_node <- right
  912. @endcode */
  913. };
  914. /** @brief Returns indices of root nodes
  915. */
  916. virtual const std::vector<int>& getRoots() const = 0;
  917. /** @brief Returns all the nodes
  918. all the node indices are indices in the returned vector
  919. */
  920. virtual const std::vector<Node>& getNodes() const = 0;
  921. /** @brief Returns all the splits
  922. all the split indices are indices in the returned vector
  923. */
  924. virtual const std::vector<Split>& getSplits() const = 0;
  925. /** @brief Returns all the bitsets for categorical splits
  926. Split::subsetOfs is an offset in the returned vector
  927. */
  928. virtual const std::vector<int>& getSubsets() const = 0;
  929. /** @brief Creates the empty model
  930. The static method creates empty decision tree with the specified parameters. It should be then
  931. trained using train method (see StatModel::train). Alternatively, you can load the model from
  932. file using Algorithm::load\<DTrees\>(filename).
  933. */
  934. CV_WRAP static Ptr<DTrees> create();
  935. };
  936. /****************************************************************************************\
  937. * Random Trees Classifier *
  938. \****************************************************************************************/
  939. /** @brief The class implements the random forest predictor.
  940. @sa @ref ml_intro_rtrees
  941. */
  942. class CV_EXPORTS_W RTrees : public DTrees
  943. {
  944. public:
  945. /** If true then variable importance will be calculated and then it can be retrieved by RTrees::getVarImportance.
  946. Default value is false.*/
  947. /** @see setCalculateVarImportance */
  948. CV_WRAP virtual bool getCalculateVarImportance() const = 0;
  949. /** @copybrief getCalculateVarImportance @see getCalculateVarImportance */
  950. CV_WRAP virtual void setCalculateVarImportance(bool val) = 0;
  951. /** The size of the randomly selected subset of features at each tree node and that are used
  952. to find the best split(s).
  953. If you set it to 0 then the size will be set to the square root of the total number of
  954. features. Default value is 0.*/
  955. /** @see setActiveVarCount */
  956. CV_WRAP virtual int getActiveVarCount() const = 0;
  957. /** @copybrief getActiveVarCount @see getActiveVarCount */
  958. CV_WRAP virtual void setActiveVarCount(int val) = 0;
  959. /** The termination criteria that specifies when the training algorithm stops.
  960. Either when the specified number of trees is trained and added to the ensemble or when
  961. sufficient accuracy (measured as OOB error) is achieved. Typically the more trees you have the
  962. better the accuracy. However, the improvement in accuracy generally diminishes and asymptotes
  963. pass a certain number of trees. Also to keep in mind, the number of tree increases the
  964. prediction time linearly. Default value is TermCriteria(TermCriteria::MAX_ITERS +
  965. TermCriteria::EPS, 50, 0.1)*/
  966. /** @see setTermCriteria */
  967. CV_WRAP virtual TermCriteria getTermCriteria() const = 0;
  968. /** @copybrief getTermCriteria @see getTermCriteria */
  969. CV_WRAP virtual void setTermCriteria(const TermCriteria &val) = 0;
  970. /** Returns the variable importance array.
  971. The method returns the variable importance vector, computed at the training stage when
  972. CalculateVarImportance is set to true. If this flag was set to false, the empty matrix is
  973. returned.
  974. */
  975. CV_WRAP virtual Mat getVarImportance() const = 0;
  976. /** Creates the empty model.
  977. Use StatModel::train to train the model, StatModel::train to create and train the model,
  978. Algorithm::load to load the pre-trained model.
  979. */
  980. CV_WRAP static Ptr<RTrees> create();
  981. };
  982. /****************************************************************************************\
  983. * Boosted tree classifier *
  984. \****************************************************************************************/
  985. /** @brief Boosted tree classifier derived from DTrees
  986. @sa @ref ml_intro_boost
  987. */
  988. class CV_EXPORTS_W Boost : public DTrees
  989. {
  990. public:
  991. /** Type of the boosting algorithm.
  992. See Boost::Types. Default value is Boost::REAL. */
  993. /** @see setBoostType */
  994. CV_WRAP virtual int getBoostType() const = 0;
  995. /** @copybrief getBoostType @see getBoostType */
  996. CV_WRAP virtual void setBoostType(int val) = 0;
  997. /** The number of weak classifiers.
  998. Default value is 100. */
  999. /** @see setWeakCount */
  1000. CV_WRAP virtual int getWeakCount() const = 0;
  1001. /** @copybrief getWeakCount @see getWeakCount */
  1002. CV_WRAP virtual void setWeakCount(int val) = 0;
  1003. /** A threshold between 0 and 1 used to save computational time.
  1004. Samples with summary weight \f$\leq 1 - weight_trim_rate\f$ do not participate in the *next*
  1005. iteration of training. Set this parameter to 0 to turn off this functionality. Default value is 0.95.*/
  1006. /** @see setWeightTrimRate */
  1007. CV_WRAP virtual double getWeightTrimRate() const = 0;
  1008. /** @copybrief getWeightTrimRate @see getWeightTrimRate */
  1009. CV_WRAP virtual void setWeightTrimRate(double val) = 0;
  1010. /** Boosting type.
  1011. Gentle AdaBoost and Real AdaBoost are often the preferable choices. */
  1012. enum Types {
  1013. DISCRETE=0, //!< Discrete AdaBoost.
  1014. REAL=1, //!< Real AdaBoost. It is a technique that utilizes confidence-rated predictions
  1015. //!< and works well with categorical data.
  1016. LOGIT=2, //!< LogitBoost. It can produce good regression fits.
  1017. GENTLE=3 //!< Gentle AdaBoost. It puts less weight on outlier data points and for that
  1018. //!<reason is often good with regression data.
  1019. };
  1020. /** Creates the empty model.
  1021. Use StatModel::train to train the model, Algorithm::load\<Boost\>(filename) to load the pre-trained model. */
  1022. CV_WRAP static Ptr<Boost> create();
  1023. };
  1024. /****************************************************************************************\
  1025. * Gradient Boosted Trees *
  1026. \****************************************************************************************/
  1027. /*class CV_EXPORTS_W GBTrees : public DTrees
  1028. {
  1029. public:
  1030. struct CV_EXPORTS_W_MAP Params : public DTrees::Params
  1031. {
  1032. CV_PROP_RW int weakCount;
  1033. CV_PROP_RW int lossFunctionType;
  1034. CV_PROP_RW float subsamplePortion;
  1035. CV_PROP_RW float shrinkage;
  1036. Params();
  1037. Params( int lossFunctionType, int weakCount, float shrinkage,
  1038. float subsamplePortion, int maxDepth, bool useSurrogates );
  1039. };
  1040. enum {SQUARED_LOSS=0, ABSOLUTE_LOSS, HUBER_LOSS=3, DEVIANCE_LOSS};
  1041. virtual void setK(int k) = 0;
  1042. virtual float predictSerial( InputArray samples,
  1043. OutputArray weakResponses, int flags) const = 0;
  1044. static Ptr<GBTrees> create(const Params& p);
  1045. };*/
  1046. /****************************************************************************************\
  1047. * Artificial Neural Networks (ANN) *
  1048. \****************************************************************************************/
  1049. /////////////////////////////////// Multi-Layer Perceptrons //////////////////////////////
  1050. /** @brief Artificial Neural Networks - Multi-Layer Perceptrons.
  1051. Unlike many other models in ML that are constructed and trained at once, in the MLP model these
  1052. steps are separated. First, a network with the specified topology is created using the non-default
  1053. constructor or the method ANN_MLP::create. All the weights are set to zeros. Then, the network is
  1054. trained using a set of input and output vectors. The training procedure can be repeated more than
  1055. once, that is, the weights can be adjusted based on the new training data.
  1056. Additional flags for StatModel::train are available: ANN_MLP::TrainFlags.
  1057. @sa @ref ml_intro_ann
  1058. */
  1059. class CV_EXPORTS_W ANN_MLP : public StatModel
  1060. {
  1061. public:
  1062. /** Available training methods */
  1063. enum TrainingMethods {
  1064. BACKPROP=0, //!< The back-propagation algorithm.
  1065. RPROP=1 //!< The RPROP algorithm. See @cite RPROP93 for details.
  1066. };
  1067. /** Sets training method and common parameters.
  1068. @param method Default value is ANN_MLP::RPROP. See ANN_MLP::TrainingMethods.
  1069. @param param1 passed to setRpropDW0 for ANN_MLP::RPROP and to setBackpropWeightScale for ANN_MLP::BACKPROP
  1070. @param param2 passed to setRpropDWMin for ANN_MLP::RPROP and to setBackpropMomentumScale for ANN_MLP::BACKPROP.
  1071. */
  1072. CV_WRAP virtual void setTrainMethod(int method, double param1 = 0, double param2 = 0) = 0;
  1073. /** Returns current training method */
  1074. CV_WRAP virtual int getTrainMethod() const = 0;
  1075. /** Initialize the activation function for each neuron.
  1076. Currently the default and the only fully supported activation function is ANN_MLP::SIGMOID_SYM.
  1077. @param type The type of activation function. See ANN_MLP::ActivationFunctions.
  1078. @param param1 The first parameter of the activation function, \f$\alpha\f$. Default value is 0.
  1079. @param param2 The second parameter of the activation function, \f$\beta\f$. Default value is 0.
  1080. */
  1081. CV_WRAP virtual void setActivationFunction(int type, double param1 = 0, double param2 = 0) = 0;
  1082. /** Integer vector specifying the number of neurons in each layer including the input and output layers.
  1083. The very first element specifies the number of elements in the input layer.
  1084. The last element - number of elements in the output layer. Default value is empty Mat.
  1085. @sa getLayerSizes */
  1086. CV_WRAP virtual void setLayerSizes(InputArray _layer_sizes) = 0;
  1087. /** Integer vector specifying the number of neurons in each layer including the input and output layers.
  1088. The very first element specifies the number of elements in the input layer.
  1089. The last element - number of elements in the output layer.
  1090. @sa setLayerSizes */
  1091. CV_WRAP virtual cv::Mat getLayerSizes() const = 0;
  1092. /** Termination criteria of the training algorithm.
  1093. You can specify the maximum number of iterations (maxCount) and/or how much the error could
  1094. change between the iterations to make the algorithm continue (epsilon). Default value is
  1095. TermCriteria(TermCriteria::MAX_ITER + TermCriteria::EPS, 1000, 0.01).*/
  1096. /** @see setTermCriteria */
  1097. CV_WRAP virtual TermCriteria getTermCriteria() const = 0;
  1098. /** @copybrief getTermCriteria @see getTermCriteria */
  1099. CV_WRAP virtual void setTermCriteria(TermCriteria val) = 0;
  1100. /** BPROP: Strength of the weight gradient term.
  1101. The recommended value is about 0.1. Default value is 0.1.*/
  1102. /** @see setBackpropWeightScale */
  1103. CV_WRAP virtual double getBackpropWeightScale() const = 0;
  1104. /** @copybrief getBackpropWeightScale @see getBackpropWeightScale */
  1105. CV_WRAP virtual void setBackpropWeightScale(double val) = 0;
  1106. /** BPROP: Strength of the momentum term (the difference between weights on the 2 previous iterations).
  1107. This parameter provides some inertia to smooth the random fluctuations of the weights. It can
  1108. vary from 0 (the feature is disabled) to 1 and beyond. The value 0.1 or so is good enough.
  1109. Default value is 0.1.*/
  1110. /** @see setBackpropMomentumScale */
  1111. CV_WRAP virtual double getBackpropMomentumScale() const = 0;
  1112. /** @copybrief getBackpropMomentumScale @see getBackpropMomentumScale */
  1113. CV_WRAP virtual void setBackpropMomentumScale(double val) = 0;
  1114. /** RPROP: Initial value \f$\Delta_0\f$ of update-values \f$\Delta_{ij}\f$.
  1115. Default value is 0.1.*/
  1116. /** @see setRpropDW0 */
  1117. CV_WRAP virtual double getRpropDW0() const = 0;
  1118. /** @copybrief getRpropDW0 @see getRpropDW0 */
  1119. CV_WRAP virtual void setRpropDW0(double val) = 0;
  1120. /** RPROP: Increase factor \f$\eta^+\f$.
  1121. It must be \>1. Default value is 1.2.*/
  1122. /** @see setRpropDWPlus */
  1123. CV_WRAP virtual double getRpropDWPlus() const = 0;
  1124. /** @copybrief getRpropDWPlus @see getRpropDWPlus */
  1125. CV_WRAP virtual void setRpropDWPlus(double val) = 0;
  1126. /** RPROP: Decrease factor \f$\eta^-\f$.
  1127. It must be \<1. Default value is 0.5.*/
  1128. /** @see setRpropDWMinus */
  1129. CV_WRAP virtual double getRpropDWMinus() const = 0;
  1130. /** @copybrief getRpropDWMinus @see getRpropDWMinus */
  1131. CV_WRAP virtual void setRpropDWMinus(double val) = 0;
  1132. /** RPROP: Update-values lower limit \f$\Delta_{min}\f$.
  1133. It must be positive. Default value is FLT_EPSILON.*/
  1134. /** @see setRpropDWMin */
  1135. CV_WRAP virtual double getRpropDWMin() const = 0;
  1136. /** @copybrief getRpropDWMin @see getRpropDWMin */
  1137. CV_WRAP virtual void setRpropDWMin(double val) = 0;
  1138. /** RPROP: Update-values upper limit \f$\Delta_{max}\f$.
  1139. It must be \>1. Default value is 50.*/
  1140. /** @see setRpropDWMax */
  1141. CV_WRAP virtual double getRpropDWMax() const = 0;
  1142. /** @copybrief getRpropDWMax @see getRpropDWMax */
  1143. CV_WRAP virtual void setRpropDWMax(double val) = 0;
  1144. /** possible activation functions */
  1145. enum ActivationFunctions {
  1146. /** Identity function: \f$f(x)=x\f$ */
  1147. IDENTITY = 0,
  1148. /** Symmetrical sigmoid: \f$f(x)=\beta*(1-e^{-\alpha x})/(1+e^{-\alpha x}\f$
  1149. @note
  1150. If you are using the default sigmoid activation function with the default parameter values
  1151. fparam1=0 and fparam2=0 then the function used is y = 1.7159\*tanh(2/3 \* x), so the output
  1152. will range from [-1.7159, 1.7159], instead of [0,1].*/
  1153. SIGMOID_SYM = 1,
  1154. /** Gaussian function: \f$f(x)=\beta e^{-\alpha x*x}\f$ */
  1155. GAUSSIAN = 2
  1156. };
  1157. /** Train options */
  1158. enum TrainFlags {
  1159. /** Update the network weights, rather than compute them from scratch. In the latter case
  1160. the weights are initialized using the Nguyen-Widrow algorithm. */
  1161. UPDATE_WEIGHTS = 1,
  1162. /** Do not normalize the input vectors. If this flag is not set, the training algorithm
  1163. normalizes each input feature independently, shifting its mean value to 0 and making the
  1164. standard deviation equal to 1. If the network is assumed to be updated frequently, the new
  1165. training data could be much different from original one. In this case, you should take care
  1166. of proper normalization. */
  1167. NO_INPUT_SCALE = 2,
  1168. /** Do not normalize the output vectors. If the flag is not set, the training algorithm
  1169. normalizes each output feature independently, by transforming it to the certain range
  1170. depending on the used activation function. */
  1171. NO_OUTPUT_SCALE = 4
  1172. };
  1173. CV_WRAP virtual Mat getWeights(int layerIdx) const = 0;
  1174. /** @brief Creates empty model
  1175. Use StatModel::train to train the model, Algorithm::load\<ANN_MLP\>(filename) to load the pre-trained model.
  1176. Note that the train method has optional flags: ANN_MLP::TrainFlags.
  1177. */
  1178. CV_WRAP static Ptr<ANN_MLP> create();
  1179. };
  1180. /****************************************************************************************\
  1181. * Logistic Regression *
  1182. \****************************************************************************************/
  1183. /** @brief Implements Logistic Regression classifier.
  1184. @sa @ref ml_intro_lr
  1185. */
  1186. class CV_EXPORTS_W LogisticRegression : public StatModel
  1187. {
  1188. public:
  1189. /** Learning rate. */
  1190. /** @see setLearningRate */
  1191. CV_WRAP virtual double getLearningRate() const = 0;
  1192. /** @copybrief getLearningRate @see getLearningRate */
  1193. CV_WRAP virtual void setLearningRate(double val) = 0;
  1194. /** Number of iterations. */
  1195. /** @see setIterations */
  1196. CV_WRAP virtual int getIterations() const = 0;
  1197. /** @copybrief getIterations @see getIterations */
  1198. CV_WRAP virtual void setIterations(int val) = 0;
  1199. /** Kind of regularization to be applied. See LogisticRegression::RegKinds. */
  1200. /** @see setRegularization */
  1201. CV_WRAP virtual int getRegularization() const = 0;
  1202. /** @copybrief getRegularization @see getRegularization */
  1203. CV_WRAP virtual void setRegularization(int val) = 0;
  1204. /** Kind of training method used. See LogisticRegression::Methods. */
  1205. /** @see setTrainMethod */
  1206. CV_WRAP virtual int getTrainMethod() const = 0;
  1207. /** @copybrief getTrainMethod @see getTrainMethod */
  1208. CV_WRAP virtual void setTrainMethod(int val) = 0;
  1209. /** Specifies the number of training samples taken in each step of Mini-Batch Gradient
  1210. Descent. Will only be used if using LogisticRegression::MINI_BATCH training algorithm. It
  1211. has to take values less than the total number of training samples. */
  1212. /** @see setMiniBatchSize */
  1213. CV_WRAP virtual int getMiniBatchSize() const = 0;
  1214. /** @copybrief getMiniBatchSize @see getMiniBatchSize */
  1215. CV_WRAP virtual void setMiniBatchSize(int val) = 0;
  1216. /** Termination criteria of the algorithm. */
  1217. /** @see setTermCriteria */
  1218. CV_WRAP virtual TermCriteria getTermCriteria() const = 0;
  1219. /** @copybrief getTermCriteria @see getTermCriteria */
  1220. CV_WRAP virtual void setTermCriteria(TermCriteria val) = 0;
  1221. //! Regularization kinds
  1222. enum RegKinds {
  1223. REG_DISABLE = -1, //!< Regularization disabled
  1224. REG_L1 = 0, //!< %L1 norm
  1225. REG_L2 = 1 //!< %L2 norm
  1226. };
  1227. //! Training methods
  1228. enum Methods {
  1229. BATCH = 0,
  1230. MINI_BATCH = 1 //!< Set MiniBatchSize to a positive integer when using this method.
  1231. };
  1232. /** @brief Predicts responses for input samples and returns a float type.
  1233. @param samples The input data for the prediction algorithm. Matrix [m x n], where each row
  1234. contains variables (features) of one object being classified. Should have data type CV_32F.
  1235. @param results Predicted labels as a column matrix of type CV_32S.
  1236. @param flags Not used.
  1237. */
  1238. CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0;
  1239. /** @brief This function returns the trained paramters arranged across rows.
  1240. For a two class classifcation problem, it returns a row matrix. It returns learnt paramters of
  1241. the Logistic Regression as a matrix of type CV_32F.
  1242. */
  1243. CV_WRAP virtual Mat get_learnt_thetas() const = 0;
  1244. /** @brief Creates empty model.
  1245. Creates Logistic Regression model with parameters given.
  1246. */
  1247. CV_WRAP static Ptr<LogisticRegression> create();
  1248. };
  1249. /****************************************************************************************\
  1250. * Auxilary functions declarations *
  1251. \****************************************************************************************/
  1252. /** @brief Generates _sample_ from multivariate normal distribution
  1253. @param mean an average row vector
  1254. @param cov symmetric covariation matrix
  1255. @param nsamples returned samples count
  1256. @param samples returned samples array
  1257. */
  1258. CV_EXPORTS void randMVNormal( InputArray mean, InputArray cov, int nsamples, OutputArray samples);
  1259. /** @brief Creates test set */
  1260. CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int nclasses,
  1261. OutputArray samples, OutputArray responses);
  1262. //! @} ml
  1263. }
  1264. }
  1265. #endif // __cplusplus
  1266. #endif // __OPENCV_ML_HPP__
  1267. /* End of file. */