All Packages Class Hierarchy This Package Previous Next Index
Class conv.convi.IcafFactory
java.lang.Object
|
+----conv.convi.IcafFactory
- public class IcafFactory
- extends Object
-
IcafFactory(Rsf)
-
-
getIcafFromFilterSpace(RsfSpace)
- This calculates the outputSpace from the filterSpace and input data,
and returns the resulting icaf operator.
Deprecated.
-
getIcafFromOutputSpace(RsfSpace)
- This calculates the filterSpace from the outputSpace and input data,
and returns the resulting icaf operator.
Deprecated.
IcafFactory
public IcafFactory(Rsf input)
- Parameters:
- input - Rsf of input data
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
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