package ANN
access public

 Methods

__construct()

__construct(string $strDir) 
uses \ANN\Exception::__construct()
uses \ANN\onPost()

Parameters

$strDir

string

(Default: 'networks')

Exceptions

\ANN\Exception

__destruct()

__destruct() 
uses \ANN\printNetwork()

checkLogin()

checkLogin(string $strUsername, string $strPassword) : boolean

Parameters

$strUsername

string

$strPassword

string

Returns

boolean

loadFromHost()

loadFromHost() 
uses \ANN\Network::loadFromFile()

onPost()

onPost() 
uses \ANN\loadFromHost()
uses \ANN\checkLogin()
uses \ANN\saveToHost()
uses \ANN\trainByHost()

printNetwork()

printNetwork() 

saveToHost()

saveToHost() 
uses \ANN\Network::saveToFile()

trainByHost()

trainByHost() 
uses \ANN\Network::saveToFile()
uses \ANN\Network::train()
uses \ANN\saveToHost()

 Properties

 

$boolLogin : boolean
 

$objNetwork : \ANN\Network
 

$strDir : string
 

$strNetworkSerialized : string