MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / setUseBias

Method setUseBias

JSAT/src/jsat/classifiers/linear/SDCA.java:152–155  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 2

testScaleMethod · 0.95
testSetCMethod · 0.95

Calls

no outgoing calls

Tested by 2

testScaleMethod · 0.76
testSetCMethod · 0.76