Skip to content

Commit 145d16c

Browse files
author
Davies Liu
committed
address comments
1 parent 0ab0764 commit 145d16c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,6 @@ class PythonMLLibAPI extends Serializable {
468468

469469
/**
470470
* Java stub for mllib Statistics.chiSqTest(observed: Matrix)
471-
* @param observed
472-
* @return
473471
*/
474472
def chiSqTest(observed: Matrix): ChiSqTestResult = {
475473
Statistics.chiSqTest(observed)

0 commit comments

Comments
 (0)