Class ModelXYCrossValidation
- java.lang.Object
-
- com.actelion.research.util.datamodel.ModelXY
-
- com.actelion.research.util.datamodel.ModelXYCrossValidation
-
- All Implemented Interfaces:
IModelCloneable<ModelXY>
@Deprecated public class ModelXYCrossValidation extends ModelXY
Deprecated.ModelXYCrossValidationCopyright: 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 Summary
Constructors Constructor Description ModelXYCrossValidation(ModelXY modelXY)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Matrix
getXtest()
Deprecated.Matrix
getXtrain()
Deprecated.Matrix
getYtest()
Deprecated.Matrix
getYtrain()
Deprecated.void
next()
Deprecated.void
setFractionLeaveOut(double fractionLeaveOut)
Deprecated.-
Methods inherited from class com.actelion.research.util.datamodel.ModelXY
appendRows, deepCopy, getAsList, getDeepClone, getSortedByY, size, toIntegerListX
-
-
-
-
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
-
-