public class PageRankData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EDGES |
static int |
NUM_VERTICES |
static String |
RANKS_AFTER_3_ITERATIONS |
static String |
RANKS_AFTER_EPSILON_0_0001_CONVERGENCE |
static String |
VERTICES |
public static final int NUM_VERTICES
public static final String VERTICES
public static final String EDGES
public static final String RANKS_AFTER_3_ITERATIONS
public static final String RANKS_AFTER_EPSILON_0_0001_CONVERGENCE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.