bob.machine.MachineGMMStatsScalarBase

class bob.machine.MachineGMMStatsScalarBase

Bases: Boost.Python.instance

Root class for all Machine<bob::machine::GMMStats, 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((MachineGMMStatsScalarBase)self, …) Executes the machine on the GMMStats, and returns the (scalar) output.
forward_((MachineGMMStatsScalarBase)self, …) Executes the machine on the GMMStats, and returns the (scalar) output.
__call__((MachineGMMStatsScalarBase)self, (GMMStats)input) → float :

Executes the machine on the GMMStats, and returns the (scalar) output. NO CHECK is performed.

forward((MachineGMMStatsScalarBase)self, (GMMStats)input) → float :

Executes the machine on the GMMStats, and returns the (scalar) output.

forward_((MachineGMMStatsScalarBase)self, (GMMStats)input) → float :

Executes the machine on the GMMStats, and returns the (scalar) output. NO CHECK is performed.