类的使用
org.meteoinfo.math.stats.kde.KDE
-
使用KDE的程序包 程序包 说明 org.meteoinfo.math.stats.kde -
-
org.meteoinfo.math.stats.kde中KDE的使用
返回KDE的org.meteoinfo.math.stats.kde中的方法 修饰符和类型 方法 说明 static KDEKDE. trainAdaptiveKDE(java.util.List<Event> data, double h0, int K)Creates a Kernel Density Estimation for the data using the adaptive bandwidth method.static KDEKDE. trainAdaptiveKDE(java.util.List<Event> data, int K)Creates a Kernel Density Estimation for the data using the adaptive bandwidth method with the default value of (h0 = 0).static KDEKDE. trainFixedKDE(java.util.List<Event> data, double h)Creates a Kernel Density Estimation for the data using the fixed bandwidth method.
-