1%feature("docstring") OT::ApproximationAlgorithmImplementation 2"Approximation algorithm implementation factory. 3 4Available constructor: 5 ApproximationAlgorithmImplementationFactory(*ApproxAlgoImpFac*) 6 7Parameters 8---------- 9ApproxAlgoImpFac : ApproximationAlgorithmImplementationFactory 10 An ApproximationAlgorithmImplementationFactory which is a 11 :class:`~openturns.PenalizedLeastSquaresAlgorithmFactory` or a 12 :class:`~openturns.LeastSquaresMetaModelSelectionFactory`. 13 14Notes 15----- 16It represents a generic class (virtual) for different factories like 17:class:`~openturns.PenalizedLeastSquaresAlgorithmFactory` or 18 :class:`~openturns.LeastSquaresMetaModelSelectionFactory` 19 20This class is not usable because it has sense only whithin the 21:class:`~openturns.FunctionalChaosAlgorithm`. 22 23See also 24-------- 25PenalizedLeastSquaresAlgorithmFactory, LeastSquaresMetaModelSelectionFactory"