RBFNetwork RBFNetwork

Group nz.ac.waikato.cms.weka
描述 RBFNetwork implements a normalized Gaussian radial basisbasis function network. It uses the k-means clustering algorithm to provide the basis functions and learns either a logistic regression (discrete class problems) or linear regression (numeric class problems) on top of that. Symmetric multivariate Gaussians are fit to the data from each cluster. If the class is nominal it uses the given number of clusters per class.It standardizes all numeric attributes to zero mean and unit variance. RBFRegressor implements radial basis function networks for regression, trained in a fully supervised manner using WEKA's Optimization class by minimizing squared error with the BFGS method. It is possible to use conjugate gradient descent rather than BFGS updates, which is faster for cases with many par
版本 仓库 发布时间
1.0.8 central 2015-01-16 10:39
1.0.7 central 2014-07-18 15:51
1.0.6 central 2014-07-15 16:10
1.0.4 central 2012-12-18 07:18
1.0.3 central 2012-06-29 12:22
1.0.2 central 2012-05-13 16:28
索引仓库
仓库 个数
Central 592045