.. _f-gactions: module ``grammar.grammar_sklearn.grammar.gactions`` =================================================== .. inheritance-diagram:: mlprodict.grammar.grammar_sklearn.grammar.gactions Short summary +++++++++++++ module ``mlprodict.grammar.grammar_sklearn.grammar.gactions`` Action definition. :githublink:`%|py|0` Classes +++++++ +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | class | truncated documentation | +=========================================================================================================+===================================================================+ | :class:`MLAction ` | Base class for every action. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionBinary ` | Any binary operation. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionCast ` | Cast into another type. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionConcat ` | Concatenate number of arrays into an array. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionCst ` | Constant | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionFunction ` | A function. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionFunctionCall ` | Any function call. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionIfElse ` | Addition | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionReturn ` | Returns a results. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionUnary ` | Any binary operation. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :class:`MLActionVar ` | Variable. The constant is only needed to guess the variable type. | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | property | truncated documentation | +===================================================================================================================+====================================+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ | :meth:`ChildrenResults ` | Return the last execution results. | +-------------------------------------------------------------------------------------------------------------------+------------------------------------+ Static Methods ++++++++++++++ +------------------------------------------------------------------------------------------------+-------------------------------+ | staticmethod | truncated documentation | +================================================================================================+===============================+ | :meth:`guess_type ` | Guesses a type given a value. | +------------------------------------------------------------------------------------------------+-------------------------------+ | :meth:`guess_type ` | Guesses a type given a value. | +------------------------------------------------------------------------------------------------+-------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | method | truncated documentation | +================================================================================================================================+=========================================================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`_optional_parameters ` | Returns additional parameters to add the function call. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :py:meth:`_optional_parameters ` | Returns additional parameters to add the function call. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates all variables. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`enumerate_variables ` | Enumerates itself. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | Computes the action. Returns the output. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | Computes the action. Returns the output. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | Concatenation | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | Computes the action. Returns the output. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | Computes the action. Returns the output. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`execute ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | Returns a formated string which retruns the outputs. | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ | :meth:`graph_execution ` | | +--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.grammar.grammar_sklearn.grammar.gactions :members: :special-members: __init__ :show-inheritance: