ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
Sigmoid.hh
[詳解]
1
6//
7// Copyright (C) 2011-2017 Yuki YOKOKURA
8// This program is free software;
9// you can redistribute it and/or modify it under the terms of the FreeBSD License.
10// For details, see the License.txt file.
11
12#ifndef SIGMOID
13#define SIGMOID
14
15namespace ARCS { // ARCS名前空間
16 double Sigmoid(double u, double a);
17}
18
19#endif
20
double Sigmoid(double u, double a)
シグモイド関数
Definition Sigmoid.cc:19