ml.shifu.guagua.yarn.example.nn
类 NNOutput

java.lang.Object
  继承者 ml.shifu.guagua.master.BasicMasterInterceptor<NNParams,NNParams>
      继承者 ml.shifu.guagua.yarn.example.nn.NNOutput
所有已实现的接口:
ml.shifu.guagua.master.MasterInterceptor<NNParams,NNParams>

public class NNOutput
extends ml.shifu.guagua.master.BasicMasterInterceptor<NNParams,NNParams>

NNOutput is used to write the final model output to file system.


构造方法摘要
NNOutput()
           
 
方法摘要
 void postApplication(ml.shifu.guagua.master.MasterContext<NNParams,NNParams> context)
           
 
从类 ml.shifu.guagua.master.BasicMasterInterceptor 继承的方法
postIteration, preApplication, preIteration
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NNOutput

public NNOutput()
方法详细信息

postApplication

public void postApplication(ml.shifu.guagua.master.MasterContext<NNParams,NNParams> context)
指定者:
接口 ml.shifu.guagua.master.MasterInterceptor<NNParams,NNParams> 中的 postApplication
覆盖:
ml.shifu.guagua.master.BasicMasterInterceptor<NNParams,NNParams> 中的 postApplication


Copyright © 2014. All Rights Reserved.