Sample set operations.
| 142 | } |
| 143 | // Sample set operations. |
| 144 | const TrainingSampleSet* sample_set() const { |
| 145 | return sample_set_; |
| 146 | } |
| 147 | |
| 148 | // A set of functions that do something to all the samples accessed by the |
| 149 | // iterator, as it is currently setup. |
no outgoing calls
no test coverage detected