| 106 | |
| 107 | protected: |
| 108 | bool GetBatch(Instance* inst) override { |
| 109 | return train_ ? GetTrainBatch(inst) : GetPredictBatch(inst); |
| 110 | } |
| 111 | |
| 112 | /************************************************************************/ |
| 113 | /* Read batch data from file for training */ |
nothing calls this directly
no outgoing calls
no test coverage detected