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!


Constructor Index

 o CcaiFactory(Rsf)

Method Index

 o getCcaiFromInputSpace(RsfSpace)
This calculates the outputSpace from the InputSpace and filter data, and returns the resulting ccai operator.
 o getCcaiFromOutputSpace(RsfSpace)
This calculates the inputSpace from the outputSpace and filter data, and returns the resulting ccai operator.

Constructors

 o CcaiFactory
 public CcaiFactory(Rsf filter)
Parameters:
filter - Rsf of filter coefficients

Methods

 o 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
 o 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