Package samer.mds
Interface NewMDS.Stress
- 
- All Known Implementing Classes:
- NewMDS.Laplacian
 - Enclosing class:
- NewMDS
 
 
 public static interface NewMDS.Stress
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanadd(double target, double[] x, double[] y, double[] g)accumulate stress due to a link given end points, return gradient in g, return true if gradient is usable, false of gradient is bad (eg singularity)doubledone()return normalised stress and reset for next timedoubleget()return last value returned by done()
 
- 
- 
- 
Method Detail- 
addboolean add(double target, double[] x, double[] y, double[] g)accumulate stress due to a link given end points, return gradient in g, return true if gradient is usable, false of gradient is bad (eg singularity)
 - 
donedouble done() return normalised stress and reset for next time
 - 
getdouble get() return last value returned by done()
 
- 
 
-