public class OnlineConfig extends FastSearchConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_UPDATE_DEPTH
Depth for updating edges when adding or removing nodes.
|
DEFAULT_SEARCH_EXPANSION, DEFAULT_SEARCH_RANDOM_JUMPS, DEFAULT_SEARCH_SPEEDUP| Constructor and Description |
|---|
OnlineConfig() |
| Modifier and Type | Method and Description |
|---|---|
static OnlineConfig |
getDefault() |
int |
getUpdateDepth() |
void |
setUpdateDepth(int update_depth) |
getExpansion, getK, getLongJumps, getNaive, getSpeedup, isRestartAtBoundary, setExpansion, setK, setLongJumps, setRestartAtBoundary, setSpeeduppublic static final int DEFAULT_UPDATE_DEPTH
public final int getUpdateDepth()
public final void setUpdateDepth(int update_depth)
update_depth - public static OnlineConfig getDefault()
Copyright © 2017. All rights reserved.