fann_subset_train_data

Returns an copy of a subset of the train data

説明

resource fann_subset_train_data(resource $data, int $pos, int $length)

Returns an copy of a subset of the train data resource, starting at position pos and length elements forward.

The fann_subset_train_data(train_data, 0, fann_length_train_data(train_data)) do the same as fann_duplicate_train_data

パラメータ

data

ニューラルネットワークトレーニングリソース。

pos

Starting position.

length

The number of copied elements.

戻り値

成功した場合にニューラルネットワークトレーニングリソース、エラー時に false を返します。

参考

  • fann_duplicate_train_data