Ask Your Question

frogeye's profile - activity

2019-11-23 08:29:20 -0600 commented question How to stop train() of RTrees?

Thanks for replying.

2019-11-23 07:42:25 -0600 commented question How to stop train() of RTrees?

Thanks for the question. My application can be used to train the model. So user can start the training and if it's takin

2019-11-23 07:41:11 -0600 commented question How to stop train() of RTrees?

Thanks for the question. My application can be used to train the model. So user can start the training and if it's takin

2019-11-20 08:20:49 -0600 asked a question How to stop train() of RTrees?

How to stop train() of RTrees? Hi, I using RTrees in one of my projects. Is there any way to stop (or interrupt) train

2019-11-20 03:58:59 -0600 commented answer RTrees save fails when setPriors() used.

Thanks for looking into it.

2019-11-20 03:54:39 -0600 commented question RTrees save fails when setPriors() used.

Hi, I found the issue. While setting the priors I was creating a Mat() with references to the weights for my labels. au

2019-11-20 02:20:08 -0600 asked a question RTrees save fails when setPriors() used.

RTrees save fails when setPriors() used. I am trying to train a model with a skewed data set. So tried using setPriors

2019-08-14 02:56:04 -0600 commented answer Support of Gradient Boosted Trees in OpenCV 3.2

Any update on this? In 4.1 also GBT seems to be commented out. Thanks

2019-06-18 02:58:56 -0600 edited question Random Forest with categorical features.

Random Forest with categorical features. Hello, I am trying to use random forest for a mix data with continuous and cat

2019-06-18 02:58:40 -0600 received badge  Editor (source)
2019-06-18 02:58:40 -0600 edited question Random Forest with categorical features.

Random Forest with categorical features. Hello, I am trying to use random forest for a mix data with continuous and cat

2019-06-18 02:50:29 -0600 commented question Random Forest with categorical features.

Ok let me put it this way. I have a training data which has numerical data and categorical data. I use to train my tree

2019-05-17 09:13:04 -0600 commented question Random Forest with categorical features.

/** @brief Predicts response(s) for the provided sample(s) @param samples The input samples, floating-point matrix

2019-05-17 09:01:42 -0600 commented question Random Forest with categorical features.

predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0; input sample needs to be floating-

2019-05-17 09:01:30 -0600 commented question Random Forest with categorical features.

predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0; input sample needs to be floating-

2019-05-17 09:00:49 -0600 commented question Random Forest with categorical features.

predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0; imput sample needs to be floating-

2019-05-17 08:54:20 -0600 asked a question Random Forest with categorical features.

Random Forest with categorical features. Hello, I am trying to use random forest for a mix data with continuous and cat