public class LogisticRegressionOutput extends ml.shifu.guagua.master.BasicMasterInterceptor<LogisticRegressionParams,LogisticRegressionParams>
LogisticRegressionOutput is used to write the final model output to file system.| Constructor and Description |
|---|
LogisticRegressionOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)
Get output file setting and write final sum value to HDFS file.
|
public void postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)
postApplication in interface ml.shifu.guagua.master.MasterInterceptor<LogisticRegressionParams,LogisticRegressionParams>postApplication in class ml.shifu.guagua.master.BasicMasterInterceptor<LogisticRegressionParams,LogisticRegressionParams>Copyright © 2019. All Rights Reserved.