2024年PHP日本大会

FANNConnection::__construct

(PECL fann >= 1.0.0)

FANNConnection::__construct连接构造函数

描述

public FANNConnection::__construct(int $from_neuron, int $to_neuron, float $weight)

创建新的连接并初始化其参数。创建连接后,只有权重可以更改。

参数

from_neuron

起始神经元的序号。

to_neuron

终止神经元的序号。

weight

连接权重值。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top