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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -