fann_create_train

(PECL fann >= 1.0.0)

fann_create_trainCreates an empty training data struct

Açıklama

fann_create_train(int$num_data, int$num_input, int$num_output): resource

Creates an empty training data struct.

Bağımsız Değişkenler

num_data

The number of training data

num_input

The number of inputs per training data

num_output

The number of ouputs per training data

Dönen Değerler

Başarı durumunda eğitim verisi özkaynağı, on success, hata durumunda false döner.

Notlar

Bilginize:

Bu işlev sadece fann eklentisi libfann >= 2.2 ile derlenmişse kullanılabilir.

Ayrıca Bakınız

To Top