PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The FANNConnection class | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

The FANNConnection class

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

はじめに

FANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array() and fann_set_weight_array().

クラス概要

FANNConnection {
/* プロパティ */
public $from_neuron ;
public $to_neuron ;
public $weight ;
/* メソッド */
public __construct ( int $from_neuron , int $to_neuron , float $weight )
public int getFromNeuron ( void )
public int getToNeuron ( void )
public void getWeight ( void )
public bool setWeight ( float $weight )
}

プロパティ

from_neuron

The neuron where the connection starts.

to_neuron

The neuron where the connection ends.

weight

The weight of the connection.

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「The FANNConnection class」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The FANNConnection class」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: