public static class LinearRegression.Update extends Object implements MapFunction<Tuple2<LinearRegression.Params,Integer>,LinearRegression.Params>
Constructor and Description |
---|
Update() |
Modifier and Type | Method and Description |
---|---|
LinearRegression.Params |
map(Tuple2<LinearRegression.Params,Integer> arg0) |
public LinearRegression.Params map(Tuple2<LinearRegression.Params,Integer> arg0) throws Exception
map
in interface MapFunction<Tuple2<LinearRegression.Params,Integer>,LinearRegression.Params>
Exception
Copyright © 2015 The Apache Software Foundation. All rights reserved.