public class PageRank4Master extends Object implements MasterComputation
| Modifier and Type | Field and Description |
|---|---|
static String |
AGGR_COMULATIVE_DANGLING_PROBABILITY |
static String |
AGGR_COMULATIVE_PROBABILITY |
static String |
AGGR_DANGLING_VERTICES_NUM |
static String |
AGGR_L1_NORM_DIFFERENCE_KEY |
static double |
CONF_L1_DIFF_THRESHOLD_DEFAULT |
static String |
CONF_L1_NORM_DIFFERENCE_THRESHOLD_KEY |
| Constructor and Description |
|---|
PageRank4Master() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(MasterContext context) |
boolean |
compute(MasterComputationContext context) |
void |
init(MasterContext context) |
public static final String CONF_L1_NORM_DIFFERENCE_THRESHOLD_KEY
public static final double CONF_L1_DIFF_THRESHOLD_DEFAULT
public static final String AGGR_L1_NORM_DIFFERENCE_KEY
public static final String AGGR_DANGLING_VERTICES_NUM
public static final String AGGR_COMULATIVE_DANGLING_PROBABILITY
public static final String AGGR_COMULATIVE_PROBABILITY
public void init(MasterContext context)
init in interface MasterComputationpublic void close(MasterContext context)
close in interface MasterComputationpublic boolean compute(MasterComputationContext context)
compute in interface MasterComputationCopyright © 2020–2021. All rights reserved.