Arquivos
php-fann/tests/fann_get_activation_steepness_basic.phpt
2013-04-18 19:31:13 +01:00

12 linhas
239 B
PHP

--TEST--
Test function fann_get_activation_steepness() by calling it with its expected arguments
--FILE--
<?php
$ann = fann_create_standard( 3, 3, 2, 1 );
var_dump( fann_get_activation_steepness( $ann, 1, 1 ) );
?>
--EXPECTF--
float(%f)