edu.tufts.cs.geometry.datadepth
Class HalfspaceDepth

java.lang.Object
  extended by edu.tufts.cs.geometry.datadepth.DepthMeasure
      extended by edu.tufts.cs.geometry.datadepth.HalfspaceDepth

public class HalfspaceDepth
extends DepthMeasure


Constructor Summary
HalfspaceDepth()
           
 
Method Summary
 double[] getDepthValues(javax.vecmath.GMatrix data)
           
 void setParameter(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class edu.tufts.cs.geometry.datadepth.DepthMeasure
getDepthValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HalfspaceDepth

public HalfspaceDepth()
Method Detail

getDepthValues

public double[] getDepthValues(javax.vecmath.GMatrix data)
Specified by:
getDepthValues in class DepthMeasure

setParameter

public void setParameter(java.lang.String name,
                         java.lang.String value)
Specified by:
setParameter in class DepthMeasure