1501 |
PHPの関数・メソッドの単語集 |
|
fann_cascadetrain_on_file
|
詳細
|
1. Trains on an entire dataset read from file
|
|
1502 |
PHPの関数・メソッドの単語集 |
|
fann_clear_scaling_params
|
詳細
|
1. Clears scaling parameters
|
|
1503 |
PHPの関数・メソッドの単語集 |
|
fann_copy
|
詳細
|
1. Creates a copy of a fann structure
|
|
1504 |
PHPの関数・メソッドの単語集 |
|
fann_create_from_file
|
詳細
|
1. Constructs a backpropagation neural network from a configuration file
|
|
1505 |
PHPの関数・メソッドの単語集 |
|
fann_create_shortcut
|
詳細
|
1. Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections
|
|
スポンサー
|
1506 |
PHPの関数・メソッドの単語集 |
|
fann_create_shortcut_array
|
詳細
|
1. Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections
|
|
1507 |
PHPの関数・メソッドの単語集 |
|
fann_create_sparse
|
詳細
|
1. Creates a standard backpropagation neural network
|
|
1508 |
PHPの関数・メソッドの単語集 |
|
fann_create_sparse_array
|
詳細
|
1. Creates a standard backpropagation neural network
|
|
1509 |
PHPの関数・メソッドの単語集 |
|
fann_create_standard
|
詳細
|
1. Creates a standard fully connected backpropagation neural network
|
|
1510 |
PHPの関数・メソッドの単語集 |
|
fann_create_standard_array
|
詳細
|
1. Creates a standard fully connected backpropagation neural network using an array of layer sizes
|
|
スポンサー
|
1511 |
PHPの関数・メソッドの単語集 |
|
fann_create_train
|
詳細
|
1. Creates an empty training data struct
|
|
1512 |
PHPの関数・メソッドの単語集 |
|
fann_create_train_from_callback
|
詳細
|
1. Creates the training data struct from a user supplied function
|
|
1513 |
PHPの関数・メソッドの単語集 |
|
fann_descale_input
|
詳細
|
1. Scale data in input vector after get it from ann based on previously calculated parameters
|
|
1514 |
PHPの関数・メソッドの単語集 |
|
fann_descale_output
|
詳細
|
1. Scale data in output vector after get it from ann based on previously calculated parameters
|
|
1515 |
PHPの関数・メソッドの単語集 |
|
fann_descale_train
|
詳細
|
1. Descale input and output data based on previously calculated parameters
|
|
スポンサー
|
1516 |
PHPの関数・メソッドの単語集 |
|
fann_destroy
|
詳細
|
1. Destroys the entire network and properly freeing all the associated memory
|
|
1517 |
PHPの関数・メソッドの単語集 |
|
fann_destroy_train
|
詳細
|
1. Destructs the training data
|
|
1518 |
PHPの関数・メソッドの単語集 |
|
fann_duplicate_train_data
|
詳細
|
1. Returns an exact copy of a fann train data
|
|
1519 |
PHPの関数・メソッドの単語集 |
|
fann_get_activation_function
|
詳細
|
1. Returns the activation function
|
|
1520 |
PHPの関数・メソッドの単語集 |
|
fann_get_activation_steepness
|
詳細
|
1. Returns the activation steepness for supplied neuron and layer number
|
|
スポンサー
|
1521 |
PHPの関数・メソッドの単語集 |
|
fann_get_bias_array
|
詳細
|
1. Get the number of bias in each layer in the network
|
|
1522 |
PHPの関数・メソッドの単語集 |
|
fann_get_bit_fail
|
詳細
|
1. The number of fail bits
|
|
1523 |
PHPの関数・メソッドの単語集 |
|
fann_get_bit_fail_limit
|
詳細
|
1. Returns the bit fail limit used during training
|
|
1524 |
PHPの関数・メソッドの単語集 |
|
fann_get_cascade_activation_functions
|
詳細
|
1. Returns the cascade activation functions
|
|
1525 |
PHPの関数・メソッドの単語集 |
|
fann_get_cascade_activation_functions_count
|
詳細
|
1. Returns the number of cascade activation functions
|
|
スポンサー
|