32 Pds::Matrix X(Pds::Ra::TextFormat,
"../test/hard-data-x.txt");
33 Pds::Vector Y(Pds::Ra::TextFormat,
"../test/hard-data-y.txt");
43 std::cout<<
"IG1: "<<IG1<<std::endl;
50 std::cout<<
"IG2: "<<IG2<<std::endl;
double CostInformationGain(const Pds::Vector &W, const Pds::Matrix &X, const Pds::Vector &Y)
Calculo de costo.
Pds::Vector GetW0MeanMethod(const Pds::Matrix &X)
Obtiene de forma rapida un vector inicial para usar en regresion logistica.
Pds::Vector GetW0MeanSquareMethod(const Pds::Matrix &X)
Obtiene de forma rapida un vector inicial para usar en regresion logistica.