Fann Funções
PHP Manual

fann_subset_train_data

(PECL fann >= 1.0.0)

fann_subset_train_dataReturns an copy of a subset of the train data

Descrição

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()

Parâmetros

data

Dados de treinamento da resource rede neural.

pos

Starting position.

length

The number of copied elements.

Valor Retornado

Retorna um resource de dados de treinamento no sucesso ou FALSE em erros.

Veja Também


Fann Funções
PHP Manual