1 // SWIG file CorrectedLeaveOneOut.i 2 3 %{ 4 #include "openturns/CorrectedLeaveOneOut.hxx" 5 %} 6 7 %include CorrectedLeaveOneOut_doc.i 8 9 %include openturns/CorrectedLeaveOneOut.hxx CorrectedLeaveOneOut(const CorrectedLeaveOneOut & other)10namespace OT { %extend CorrectedLeaveOneOut { CorrectedLeaveOneOut(const CorrectedLeaveOneOut & other) { return new OT::CorrectedLeaveOneOut(other); } } } 11