* @return Expected float features vector length for this model */
| 804 | * @return Expected float features vector length for this model |
| 805 | */ |
| 806 | size_t GetNumFloatFeatures() const { |
| 807 | return ModelTrees->GetNumFloatFeatures(); |
| 808 | } |
| 809 | |
| 810 | /** |
| 811 | * @return Expected categorical features vector length for this model |
no outgoing calls
no test coverage detected