All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class conv.convc.CcafFactory

java.lang.Object
   |
   +----conv.convc.CcafFactory

public class CcafFactory
extends Object



Constructor Index

 o CcafFactory(Rsf)

Method Index

 o getCcafFromFilterSpace(RsfSpace)
This calculates the outputSpace from the filterSpace and input data, and returns the resulting ccaf operator.
 o getCcafFromOutputSpace(RsfSpace)
This should calculate the filterSpace from the outputSpace and input data, and return the resulting ccaf operator. Deprecated.

Constructors

 o CcafFactory
 public CcafFactory(Rsf input)
Parameters:
input - Rsf of input data

Methods

 o getCcafFromOutputSpace
 public Ccaf getCcafFromOutputSpace(RsfSpace outputSpace)
Note: getCcafFromOutputSpace() is deprecated.

This should calculate the filterSpace from the outputSpace and input data, and return the resulting ccaf operator. But that is not possible for the Cutoff convolution since the output and input size are independent of the filter size. This method should be simply deleted.

Parameters:
outputSpace - the RsfSpace of the output of the ccaf operator
Returns:
the ccaf operator corresponding to the input data and output space
 o getCcafFromFilterSpace
 public Ccaf getCcafFromFilterSpace(RsfSpace filterSpace)
This calculates the outputSpace from the filterSpace and input data, and returns the resulting ccaf operator.

Parameters:
filterSpace - the RsfSpace of the filter of the ccaf operator
Returns:
the ccaf operator corresponding to the input data and filter space

All Packages  Class Hierarchy  This Package  Previous  Next  Index