Class ModelXYCrossValidation

  • All Implemented Interfaces:
    IModelCloneable<ModelXY>

    @Deprecated
    public class ModelXYCrossValidation
    extends ModelXY
    Deprecated.
    ModelXYCrossValidation

    Copyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.

    Version:
    1.0 Aug 14, 2015 MvK Start implementation
    Author:
    Modest von Korff
    • Constructor Detail

      • ModelXYCrossValidation

        public ModelXYCrossValidation​(ModelXY modelXY)
        Deprecated.
    • Method Detail

      • setFractionLeaveOut

        public void setFractionLeaveOut​(double fractionLeaveOut)
        Deprecated.
        Parameters:
        fractionLeaveOut - the fractionLeaveOut to set
      • next

        public void next()
        Deprecated.
      • getXtest

        public Matrix getXtest()
        Deprecated.
        Returns:
        the xtest
      • getYtest

        public Matrix getYtest()
        Deprecated.
        Returns:
        the ytest
      • getXtrain

        public Matrix getXtrain()
        Deprecated.
        Returns:
        the xtrain
      • getYtrain

        public Matrix getYtrain()
        Deprecated.
        Returns:
        the ytrain