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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -