Home
|
Develop
|
Download
|
Contact
test
test_dataset_classification.cpp
1
21
#include <iostream>
22
#include <Pds/Ra>
23
#include <Pds/Nn>
24
#include <ctime>
25
#include "extras.h"
26
27
int
main(
void
)
28
{
29
Pds::Matrix X(Pds::Ra::TextFormat,
"../test/data_x_yinyang.txt"
);
30
Pds::Vector Y(Pds::Ra::TextFormat,
"../test/data_y_yinyang.txt"
);
31
32
pds_octave_plot_vector(X,Y,
"x_1"
,
"x_2"
,
"testando.m"
,
"dataset_data1.png"
);
33
34
return
0;
35
}
Enlaces de interés
Manual de referencia generado el Domingo, 28 de Noviembre de 2021 03:17:37 para la biblioteca
libpdsnnmm
usando Generado el Domingo, 28 de Noviembre de 2021 03:17:37 para libpdsnnmm por
1.9.2