This comparison object compares just the structural aspects of the NnetIo object (name, indexes, feature dimension) without looking at the value of features. More...
#include <nnet-example.h>
Public Member Functions | |
bool | operator() (const NnetIo &a, const NnetIo &b) const |
This comparison object compares just the structural aspects of the NnetIo object (name, indexes, feature dimension) without looking at the value of features.
It will be used in combining egs into batches of all similar structure.
Definition at line 101 of file nnet-example.h.
Definition at line 153 of file nnet-example.cc.
References NnetIo::features, NnetIo::indexes, NnetIo::name, GeneralMatrix::NumCols(), and GeneralMatrix::NumRows().