All Packages Class Hierarchy This Package Previous Next Index
Class conv.convc.CcaiFactory
java.lang.Object
|
+----conv.convc.CcaiFactory
- public class CcaiFactory
- extends Object
These Factories should be static if possible!
-
CcaiFactory(Rsf)
-
-
getCcaiFromInputSpace(RsfSpace)
- This calculates the outputSpace from the InputSpace and filter data,
and returns the resulting ccai operator.
-
getCcaiFromOutputSpace(RsfSpace)
- This calculates the inputSpace from the outputSpace and filter data,
and returns the resulting ccai operator.
CcaiFactory
public CcaiFactory(Rsf filter)
- Parameters:
- filter - Rsf of filter coefficients
getCcaiFromOutputSpace
public Ccai getCcaiFromOutputSpace(RsfSpace outputSpace)
- This calculates the inputSpace from the outputSpace and filter data,
and returns the resulting ccai operator.
- Parameters:
- outputSpace - the RsfSpace of the output of the ccai operator
- Returns:
- the ccai operator corresponding to filter data and output space
getCcaiFromInputSpace
public Ccai getCcaiFromInputSpace(RsfSpace inputSpace)
- This calculates the outputSpace from the InputSpace and filter data,
and returns the resulting ccai operator.
- Parameters:
- InputSpace - the RsfSpace of the Input of the ccai operator
- Returns:
- the ccai operator corresponding to filter data and input space
All Packages Class Hierarchy This Package Previous Next Index