Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MCordingley
Regression
Algorithm
GradientDescent
Schedule
Schedule
PHP 인터페이스 MCordingley\Regression\Algorithm\GradientDescent\Schedule\Schedule
파일 보기
프로젝트 열기: mcordingley/regression
0 사용 예제들
공개 메소드들
메소드
설명
step
(
integer
$featureIndex
) :
float
update
(
array
$gradient
) :
void
메소드 상세
step()
공개
메소드
public
step
(
integer
$featureIndex
) :
float
$featureIndex
integer
리턴
float
update()
공개
메소드
public
update
(
array
$gradient
) :
void
$gradient
array
리턴
void