CakeFest 2024: The Official CakePHP Conference

fann_test_data

(PECL fann >= 1.0.0)

fann_test_dataTest a set of training data and calculates the MSE for the training data

Açıklama

fann_test_data(resource $ann, resource $data): float

Test a set of training data and calculates the MSE for the training data.

This function updates the MSE and the bit fail values.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

data

Sinir ağı eğitim verisi özkaynağı.

Dönen Değerler

The updated MSE, or false on error.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top