PNN Neural Network Class – library MetaTrader 5

PNN Neural Network Class - library for MetaTrader 5
The CNetPNN class realizes the probabilistic neural network (Probabilistic Neural Network – PNN). Creation of the network is declared to be the class parametric constructor. CNetPNN *net=new CNetPNN(input vector size, the number of classes (classification targets)); The numbering of classes (classification targets) starts from zero and must be continuous. For example, if 3 classes are … Read more