All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class conv.convi.IcafFactory

java.lang.Object
   |
   +----conv.convi.IcafFactory

public class IcafFactory
extends Object



Constructor Index

 o IcafFactory(Rsf)

Method Index

 o getIcafFromFilterSpace(RsfSpace)
This calculates the outputSpace from the filterSpace and input data, and returns the resulting icaf operator. Deprecated.
 o getIcafFromOutputSpace(RsfSpace)
This calculates the filterSpace from the outputSpace and input data, and returns the resulting icaf operator. Deprecated.

Constructors

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

Methods

 o getIcafFromOutputSpace
 public Icaf getIcafFromOutputSpace(RsfSpace outputSpace)
Note: getIcafFromOutputSpace() is deprecated. Method should not repeat class name.

This calculates the filterSpace from the outputSpace and input data, and returns the resulting icaf operator.

Parameters:
outputSpace - the RsfSpace of the output of the icaf operator
Returns:
the icaf operator corresponding to the input data and output space
 o getIcafFromFilterSpace
 public Icaf getIcafFromFilterSpace(RsfSpace filterSpace)
Note: getIcafFromFilterSpace() is deprecated. Method should not repeat class name.

This calculates the outputSpace from the filterSpace and input data, and returns the resulting icaf operator.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index