Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phpml
NeuralNetwork
Network
PHP Interface Phpml\NeuralNetwork\Network
Datei anzeigen
Open project: php-ai/php-ml
Interface Usage Examples
Public Methods
Method
Description
addLayer
(
Layer
$layer
)
getLayers
( ) :
array
getOutput
( ) :
array
setInput
(
mixed
$input
) :
self
Method Details
addLayer()
public
method
public
addLayer
(
Layer
$layer
)
$layer
Layer
getLayers()
public
method
public
getLayers
( ) :
array
return
array
getOutput()
public
method
public
getOutput
( ) :
array
return
array
setInput()
public
method
public
setInput
(
mixed
$input
) :
self
$input
mixed
return
self