bob.machine.MachineDoubleBase¶
-
class
bob.machine.MachineDoubleBase¶ Bases:
Boost.Python.instanceRoot class for all Machine<blitz::Array<double,1>, double>
Raises an exception This class cannot be instantiated from Python
-
__init__()¶ Raises an exception This class cannot be instantiated from Python
Methods
__init__Raises an exception This class cannot be instantiated from Python forward((MachineDoubleBase)self, (object)input)Executes the machine on the given 1D numpy array of float64, and returns the output. forward_((MachineDoubleBase)self, (object)input)Executes the machine on the given 1D numpy array of float64, and returns the output. -
__call__((MachineDoubleBase)self, (object)input) → float :¶ Executes the machine on the given 1D numpy array of float64, and returns the output. NO CHECK is performed.
-
forward((MachineDoubleBase)self, (object)input) → float :¶ Executes the machine on the given 1D numpy array of float64, and returns the output.
-
forward_((MachineDoubleBase)self, (object)input) → float :¶ Executes the machine on the given 1D numpy array of float64, and returns the output. NO CHECK is performed.
-