Пример #1
0
 public bool TrainNeuralNetwork()
 {
     return(m_dll.adTrainNeuralNetwork(m_handle) == CoreDll.Error.Ok);
 }