/**
* <p>Removes the specified weak classifiers.</p>
*
* <p>The method removes the specified weak classifiers from the sequence.</p>
*
* <p>Note: Do not confuse this method with the pruning of individual decision
* trees, which is currently not supported.</p>
*
* @param slice Continuous subset of the sequence of weak classifiers to be
* removed.
*
* @see <a href="http://docs.opencv.org/modules/ml/doc/boosting.html#cvboost-prune">org.opencv.ml.CvBoost.prune</a>
*/
public void prune(Range slice)
{
prune_0(nativeObj, slice.start, slice.end);
return;
}
CvBoost.java 文件源码
java
阅读 21
收藏 0
点赞 0
评论 0
项目:android-things-drawbot
作者:
评论列表
文章目录