We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264a814 commit 40ae53eCopy full SHA for 40ae53e
mllib/src/test/java/org/apache/spark/mllib/classification/JavaNaiveBayesSuite.java
@@ -108,7 +108,7 @@ public Vector call(LabeledPoint v) throws Exception {
108
@Test
109
public void testModelTypeSetters() {
110
NaiveBayes nb = new NaiveBayes()
111
- .setModelType("Bernoulli")
112
- .setModelType("Multinomial");
+ .setModelType("bernoulli")
+ .setModelType("multinomial");
113
}
114
0 commit comments