18 using namespace shogun;
22 SG_UNSTABLE(
"CRealFileFeatures::CRealFileFeatures()",
"\n");
83 int32_t num, int32_t &len,
float64_t* target)
106 SG_INFO(
"loading... be patient.\n");
108 for (int32_t i=0; i<(int32_t) num_vectors; i++)
110 if (!(i % (num_vectors/10+1)))
112 else if (!(i % (num_vectors/200+1)))
143 SG_INFO(
"detected: intsize=%d, doublesize=%d, num_vec=%d, num_feat=%d, preprocd=%d\n", intlen,
doublelen, num_vec, num_feat,
preprocd);