public abstract class AbstractRealVectorNorm extends Object implements RealVectorNorm
| Constructor and Description |
|---|
AbstractRealVectorNorm() |
| Modifier and Type | Method and Description |
|---|---|
Term |
distanceTerm(Term[] obj1,
Term[] obj2)
The distance between the two objects as a term.
|
abstract Term |
distanceTerm(Vector<Term> obj1,
Vector<Term> obj2)
The distance between the two objects as a term.
|
Term |
normTerm(Term[] obj)
Returns the norm as a term of the given terms
|
abstract Term |
normTerm(Vector<Term> obj)
Returns the norm as a term of the given terms
|
public abstract Term normTerm(Vector<Term> obj)
RealVectorNormnormTerm in interface RealVectorNormobj - some term vectorpublic Term normTerm(Term[] obj)
RealVectorNormnormTerm in interface RealVectorNormobj - some term arraypublic abstract Term distanceTerm(Vector<Term> obj1, Vector<Term> obj2)
RealVectorNormdistanceTerm in interface RealVectorNormobj1 - some termsobj2 - some termspublic Term distanceTerm(Term[] obj1, Term[] obj2)
RealVectorNormdistanceTerm in interface RealVectorNormobj1 - some termsobj2 - some termsCopyright © 2018. All rights reserved.