Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Phpml
NeuralNetwork
Network
LayeredNetwork
PHP Class Phpml\NeuralNetwork\Network\LayeredNetwork
Inheritance:
implements
Phpml\NeuralNetwork\Network
ファイルを表示
Open project: php-ai/php-ml
Protected Properties
Property
Type
Description
$layers
Phpml\NeuralNetwork\Layer[]
Public Methods
Method
Description
addLayer
(
Layer
$layer
)
getLayers
( ) :
array
getOutput
( ) :
array
getOutputLayer
( ) :
Layer
setInput
(
mixed
$input
)
Method Details
addLayer()
public
method
public
addLayer
(
Layer
$layer
)
$layer
Phpml\NeuralNetwork\Layer
getLayers()
public
method
public
getLayers
( ) :
array
return
array
getOutput()
public
method
public
getOutput
( ) :
array
return
array
getOutputLayer()
public
method
public
getOutputLayer
( ) :
Layer
return
Phpml\NeuralNetwork\Layer
setInput()
public
method
public
setInput
(
mixed
$input
)
$input
mixed
Property Details
$layers
protected_oe property
protected
Layer[],Phpml\NeuralNetwork
$layers
return
Phpml\NeuralNetwork\Layer[]