Programa para el testeo de algunas funciones de la biblioteca.
- Autor
- Fernando Pujaico Rivera
- Fecha
- 01-01-2012
Este programa solo hace una prueba simple de las funciones que hice mas al tun tun.
#include <stdlib.h>
#include <math.h>
#include <pds/pdsra.h>
#include <pds/pdsnn.h>
#include "octplot.h"
int main(int argc, char** argv)
{
if(argc==1) return EXIT_FAILURE;
if(MLayer==NULL) return EXIT_FAILURE;
PdsVector *X=pds_vector_new(Nin);
PdsVector *Y=pds_vector_new(Nout);
for(i=0;id<Ntraining;i++)
{
printf("\nEntrenando %d: id %d\n",i,id);
if( (itera==0)&&(iterb==0) ) id++;
else id=0;
}
printf("\n\n");
char filename[128];
for(i=0;i<Ntests;i++)
{
sprintf(filename,"xbad%d.png",i);
function_octplot_vector_in_png(X,"n","X[n]","octfilebad.m",filename);
}
printf("\n");
for(i=0;i<Ntests;i++)
{
sprintf(filename,"xgood%d.png",i);
function_octplot_vector_in_png(X,"n","X[n]","octfilegood.m",filename);
}
pds_vector_free(X);
pds_vector_free(Y);
return EXIT_SUCCESS;
}