Returns the bias term used with the weight vector for the given class index. If the model does not support or was not trained with bias weights, 0 will be returned. If a regression problem, only index = 0 should be used @param index the class index to get the weight vector
(int index)
| 38 | * @return the bias term for the specified class |
| 39 | */ |
| 40 | public double getBias(int index); |
| 41 | |
| 42 | /** |
| 43 | * Returns the number of weight vectors that can be returned. For binary |
no outgoing calls
no test coverage detected