(PECL fann >= 1.0.0)
  	
    
      
      Returns the increase factor used during RPROP training
    
    
      
      float fann_get_rprop_increase_factor ( resource $ann )
    
    
    
    The increase factor is a value larger than 1, which is used to increase the step-size during RPROP training.
The default increase factor is 1.2.
Parameters: 
  
      
      
      	ann
    	
 
    	Neural network resource.
Returns: 
     The increase factor, or FALSE on error. 
See also: 
     
      
                  
    		
    		
    		
    		
    		
            		
    		
    		
    	
Please login to continue.