package ANN
access private

 Methods

loadFromFile()

loadFromFile(string $strFilename) : \ANN\Network | \ANN\InputValue | \ANN\OutputValue | \ANN\Values | \ANN\StringValue | \ANN\Classification | \ANN\InterfaceLoadable
Static
uses \ANN\Exception::__construct()

Parameters

$strFilename

string

(Default: null)

Exceptions

\ANN\Exception

Returns

saveToFile()

saveToFile(string $strFilename) 
uses \ANN\Exception::__construct()

Parameters

$strFilename

string

(Default: null)

Exceptions

\ANN\Exception