Sets whether or not an implicit bias term will be added to the data set @param useBias true to add an implicit bias term
(boolean useBias)
| 150 | * @param useBias {@code true} to add an implicit bias term |
| 151 | */ |
| 152 | public void setUseBias(boolean useBias) |
| 153 | { |
| 154 | this.useBias = useBias; |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Returns whether or not an implicit bias term is in use |