edu.tufts.cs.geometry
Class PGBeta

java.lang.Object
  extended by edu.tufts.cs.geometry.ProximityGraph
      extended by edu.tufts.cs.geometry.PGBeta
All Implemented Interfaces:
java.lang.Iterable<int[]>

public class PGBeta
extends ProximityGraph


Constructor Summary
PGBeta()
           
 
Method Summary
 void computeGraph()
          Compute the graph from a initialized set of points.
 double getBetaValue()
           
 boolean isBetaEdge(int indexA, int indexB)
           
 void setBetaValue(double betaValue)
           
 
Methods inherited from class edu.tufts.cs.geometry.ProximityGraph
getConnectedVertices, getEdgeCount, iterator, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGBeta

public PGBeta()
Method Detail

setBetaValue

public void setBetaValue(double betaValue)

getBetaValue

public double getBetaValue()

computeGraph

public void computeGraph()
Description copied from class: ProximityGraph
Compute the graph from a initialized set of points. Typically, this is the slowest part of the calculation.

Specified by:
computeGraph in class ProximityGraph

isBetaEdge

public boolean isBetaEdge(int indexA,
                          int indexB)