public class MaximumNorm extends AbstractRealVectorNorm
| Constructor and Description |
|---|
MaximumNorm() |
| Modifier and Type | Method and Description |
|---|---|
double |
distance(Vector<Double> obj1,
Vector<Double> obj2)
The distance between the two object, i.e.
|
Term |
distanceTerm(Vector<Term> obj1,
Vector<Term> obj2)
The distance between the two objects as a term.
|
double |
norm(Vector<Double> obj)
Returns the norm of the given object
|
Term |
normTerm(Vector<Term> obj)
Returns the norm as a term of the given terms
|
distanceTerm, normTermpublic double norm(Vector<Double> obj)
Normobj - some objectpublic double distance(Vector<Double> obj1, Vector<Double> obj2)
Normobj1 - some objectobj2 - some objectpublic Term normTerm(Vector<Term> obj)
RealVectorNormnormTerm in interface RealVectorNormnormTerm in class AbstractRealVectorNormobj - some term vectorpublic Term distanceTerm(Vector<Term> obj1, Vector<Term> obj2)
RealVectorNormdistanceTerm in interface RealVectorNormdistanceTerm in class AbstractRealVectorNormobj1 - some termsobj2 - some termsCopyright © 2018. All rights reserved.