Move PythonMLLibAPI into its own package.

This commit is contained in:
Tor Myklebust 2013-12-24 16:48:40 -05:00
parent 2402180b32
commit 58e2a7d6d4

View file

@ -15,6 +15,7 @@
* limitations under the License.
*/
package org.apache.spark.mllib.api.python
import org.apache.spark.api.java.JavaRDD
import org.apache.spark.mllib.regression._
import org.apache.spark.mllib.classification._