|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.wavelet.MultiscaleFunction
JSci.maths.wavelet.splines.Spline
public abstract class Spline
This class is meant as an abstract encapsulation for spline objects.
| Constructor Summary | |
|---|---|
Spline()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Return a copy of the object |
abstract int |
dimension()
|
abstract int |
dimension(int j)
|
abstract boolean |
equals(java.lang.Object parm1)
Check if another object is equal to this MultiscaleFunction object |
abstract double[] |
evaluate(int parm1)
Return as an array the sampled values of the function |
abstract int |
getFilterType()
This method is used to compute how the number of scaling functions changes from on scale to the other. |
abstract double[] |
interpolate(int j)
The interpolate method should be return the actual value of the spline on knots. |
abstract java.lang.String |
toString()
Return a string representing the object |
| Methods inherited from class JSci.maths.wavelet.MultiscaleFunction |
|---|
mass, mass |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Spline()
| Method Detail |
|---|
public abstract int dimension(int j)
dimension in class MultiscaleFunctionpublic abstract int dimension()
dimension in class MultiscaleFunctionpublic java.lang.Object clone()
MultiscaleFunction
clone in class MultiscaleFunctionpublic abstract java.lang.String toString()
MultiscaleFunction
toString in class MultiscaleFunctionpublic abstract double[] evaluate(int parm1)
MultiscaleFunction
evaluate in class MultiscaleFunctionparm1 - number of iterationspublic abstract int getFilterType()
MultiscaleFunction
getFilterType in class MultiscaleFunctionpublic abstract boolean equals(java.lang.Object parm1)
MultiscaleFunction
equals in class MultiscaleFunctionpublic abstract double[] interpolate(int j)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||