Uses of Class
ml.shifu.guagua.example.lr.LogisticRegressionParams
-
Packages that use LogisticRegressionParams Package Description ml.shifu.guagua.example.lr Logistic regression example by using batch gradient descent. -
-
Uses of LogisticRegressionParams in ml.shifu.guagua.example.lr
Methods in ml.shifu.guagua.example.lr that return LogisticRegressionParams Modifier and Type Method Description LogisticRegressionParamsLogisticRegressionMaster. doCompute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)LogisticRegressionParamsLogisticRegressionWorker. doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)Method parameters in ml.shifu.guagua.example.lr with type arguments of type LogisticRegressionParams Modifier and Type Method Description LogisticRegressionParamsLogisticRegressionMaster. doCompute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)LogisticRegressionParamsLogisticRegressionMaster. doCompute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)LogisticRegressionParamsLogisticRegressionWorker. doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)LogisticRegressionParamsLogisticRegressionWorker. doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionMaster. init(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionMaster. init(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionWorker. init(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionWorker. init(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionWorker. load(ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter<org.apache.hadoop.io.LongWritable> currentKey, ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter<org.apache.hadoop.io.Text> currentValue, ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionWorker. load(ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter<org.apache.hadoop.io.LongWritable> currentKey, ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter<org.apache.hadoop.io.Text> currentValue, ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)voidLogisticRegressionOutput. postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)Get output file setting and write final sum value to HDFS file.voidLogisticRegressionOutput. postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)Get output file setting and write final sum value to HDFS file.protected voidLogisticRegressionWorker. postLoad(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)protected voidLogisticRegressionWorker. postLoad(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context)
-