Add SKIPIF for FANN 2.2 functions
Esse commit está contido em:
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_copy() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_create_train() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_create_train_from_callback() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_cascade_min_cand_epochs() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_cascade_min_out_epochs() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_sarprop_step_error_shift() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_sarprop_step_error_threshold_factor() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_sarprop_temperature() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_get_sarprop_weight_decay_shift() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_cascade_min_cand_epochs() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_cascade_min_out_epochs() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_sarprop_step_error_shift() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_sarprop_step_error_threshold_factor() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_sarprop_temperature() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test function fann_set_sarprop_weight_decay_shift() by calling it with its expected arguments
|
||||
--SKIPIF--
|
||||
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário