maltcms.math.functions.similarities
Class ArrayCosLp

java.lang.Object
  extended by maltcms.math.functions.similarities.ArrayCosLp
All Implemented Interfaces:
IArraySimilarity

public class ArrayCosLp
extends Object
implements IArraySimilarity

Combinded distance of ArrayCos and ArrayLp.

Author:
Mathias Wilhelm(mwilhelm A T TechFak.Uni-Bielefeld.DE)

Constructor Summary
ArrayCosLp()
           
 
Method Summary
 double apply(Array t1, Array t2)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayCosLp

public ArrayCosLp()
Method Detail

apply

public double apply(Array t1,
                    Array t2)

Specified by:
apply in interface IArraySimilarity
Returns:


Copyright © 2007-2012. All Rights Reserved.