weka - Finding The Max Value from Density Function (Kernel Estimator) in Java -


i'm using kernelestimator class (kernelestimator.java) weka library.

i want find max value in density function, is, value highest density. have been looking @ mean-shift algorithm (mean-shift wiki) don't know how implement methods have available kernelestimator class.

specifically: how can implement mean-shift algorithm in java (or other algorithms find max value), preferable using have available kernelestimator class?

if there better libraries can solve problem other weka library, please let me know.

thanks.


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -