Home | Develop | Download | Contact
example.cpp
1 #include <iostream>
2 #include <Pds/Ra>
3 #include <Pds/Ml>
4 
5 int main(void)
6 {
7  Pds::Vector V={2,-1,3};
8 
9  Pds::Perceptron P1(V);
10  Pds::Perceptron P2({-1,2,3,-1});
11 
12  P1.Print("\nP1:\n");
13  P2.Print("\nP2:\n");
14 
15  return 0;
16 }
La clase tipo Pds::Perceptron . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: Perceptron.hpp:64
void Print(std::string str="") const
Imprime en pantalla el contenido del vector de pesos después del texto indicado en str.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed