at.tuwien.ifs.somtoolbox.layers.metrics
Class L2Metric.L2MetricMatrix

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.layers.metrics.L2Metric.L2MetricMatrix
All Implemented Interfaces:
cern.colt.function.DoubleDoubleFunction
Enclosing class:
L2Metric

 class L2Metric.L2MetricMatrix
extends Object
implements cern.colt.function.DoubleDoubleFunction


Constructor Summary
L2Metric.L2MetricMatrix()
           
 
Method Summary
 double apply(double arg0)
           
 double apply(double arg0, double arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

L2Metric.L2MetricMatrix

L2Metric.L2MetricMatrix()
Method Detail

apply

public double apply(double arg0,
                    double arg1)
Specified by:
apply in interface cern.colt.function.DoubleDoubleFunction

apply

public double apply(double arg0)