| Package | Description |
|---|---|
| ml.shifu.guagua.example.lr |
Logistic regression example by using batch gradient descent.
|
| Modifier and Type | Method and Description |
|---|---|
LogisticRegressionParams |
LogisticRegressionMaster.compute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context) |
LogisticRegressionParams |
LogisticRegressionWorker.doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
| Modifier and Type | Method and Description |
|---|---|
LogisticRegressionParams |
LogisticRegressionMaster.compute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context) |
LogisticRegressionParams |
LogisticRegressionMaster.compute(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context) |
LogisticRegressionParams |
LogisticRegressionWorker.doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
LogisticRegressionParams |
LogisticRegressionWorker.doCompute(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
void |
LogisticRegressionWorker.init(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
void |
LogisticRegressionWorker.init(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
void |
LogisticRegressionWorker.load(GuaguaWritableAdapter<org.apache.hadoop.io.LongWritable> currentKey,
GuaguaWritableAdapter<org.apache.hadoop.io.Text> currentValue,
ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
void |
LogisticRegressionWorker.load(GuaguaWritableAdapter<org.apache.hadoop.io.LongWritable> currentKey,
GuaguaWritableAdapter<org.apache.hadoop.io.Text> currentValue,
ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
void |
LogisticRegressionOutput.postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)
Get output file setting and write final sum value to HDFS file.
|
void |
LogisticRegressionOutput.postApplication(ml.shifu.guagua.master.MasterContext<LogisticRegressionParams,LogisticRegressionParams> context)
Get output file setting and write final sum value to HDFS file.
|
protected void |
LogisticRegressionWorker.postLoad(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
protected void |
LogisticRegressionWorker.postLoad(ml.shifu.guagua.worker.WorkerContext<LogisticRegressionParams,LogisticRegressionParams> context) |
Copyright © 2015. All Rights Reserved.