|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectRdiskGraph
public class RdiskGraph
Proximity graph function for r-disk graph.
| Nested Class Summary | |
|---|---|
class |
RdiskGraph.SortHelper
|
| Constructor Summary | |
|---|---|
RdiskGraph()
|
|
RdiskGraph(double lfRadius)
preferred constructor |
|
| Method Summary | |
|---|---|
CommGraph |
getGraph(int nDimension,
double[] arrPoints,
IProxGraphOptWrapper optHelper,
CommGraph prevGraph,
IEnvironment env)
Proximity graph function: maps finite collects of points in R^d onto graphs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RdiskGraph(double lfRadius)
lfRadius - puts the "r" in "r-disk graph"public RdiskGraph()
| Method Detail |
|---|
public CommGraph getGraph(int nDimension,
double[] arrPoints,
IProxGraphOptWrapper optHelper,
CommGraph prevGraph,
IEnvironment env)
getGraph in interface IProxGraphnDimension - the dimensionality the points live in, is this a graph in r^2, r^3, etc?arrPoints - position vectoroptHelper - optimization helper, assumed to be modified
(be sure to duplicate before passing in)
modification of this parameter is a way of returning a helper value.prevGraph - copy message queues (including unread messages)
from prevGraph if possible. Most not be null!env - current environment.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||