Mantis - ALGLIB
Viewing Issue Advanced Details
455 Interpolation tweak have not tried 2012-05-15 10:05 2012-07-03 15:04
SergeyB  
SergeyB  
normal  
resolved  
fixed  
none    
none 3.6.0  
Unspecified
0000455: FIXED: incorrect handling of multilayer RBF models without nonlinear layers
RBF-ML algorithm builds combined model, which has one linear layer and NLayers nonlinear layers.

Unfixed version of the algorithm built zero (empty) model when called with NLayers=0 (no nonlinear layers). However, even when we have NLayers=0, there is linear layer which MUST be built (which was not done in the unfixed algorithm).

After this fix algorithm builds pure linear model when called with NLayers=0.
Issue History
2012-05-15 10:05 SergeyB New Issue
2012-05-15 10:05 SergeyB Status new => assigned
2012-05-15 10:05 SergeyB Assigned To => SergeyB
2012-05-15 10:05 SergeyB Programming language => Unspecified
2012-05-15 10:10 SergeyB Assigned To SergeyB => Leo
2012-07-03 14:50 SergeyB Summary RBF-ML incorrectly handles zero NLayers => FIXED: incorrect handling of multilayer RBF models without nonlinear layers
2012-07-03 14:50 SergeyB Description Updated
2012-07-03 14:50 SergeyB Status assigned => resolved
2012-07-03 14:50 SergeyB Fixed in Version => 3.6.0
2012-07-03 14:50 SergeyB Resolution open => fixed
2012-07-03 15:04 SergeyB Status resolved => assigned
2012-07-03 15:04 SergeyB Assigned To Leo => SergeyB
2012-07-03 15:04 SergeyB Status assigned => resolved

There are no notes attached to this issue.