Home | History | Annotate | Download | only in src

Lines Matching refs:fs

373     void writeTrainingParams( FileStorage& fs ) const
375 fs << "boosting_type" <<
381 DTreesImpl::writeTrainingParams(fs);
382 fs << "weight_trimming_rate" << bparams.weightTrimRate;
385 void write( FileStorage& fs ) const
390 writeParams(fs);
394 fs << "ntrees" << ntrees
399 fs << "{";
400 writeTree(fs, roots[k]);
401 fs << "}";
404 fs << "]";
480 void write( FileStorage& fs ) const
482 impl.write(fs);