Class ModelXYIndexHelper
- java.lang.Object
-
- com.actelion.research.util.datamodel.ModelXYIndexHelper
-
public class ModelXYIndexHelper extends java.lang.ObjectModelXYIndexHelperModest v. Korff
Created by korffmo1 on 08.11.19.
-
-
Constructor Summary
Constructors Constructor Description ModelXYIndexHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ModelXYIndex[]splitLowHighY(ModelXYIndex m, double fractionFirst)Sorts the data for the first column in Y and splits them.static ModelXYIndex[]splitShuffled(ModelXYIndex m, double fractionFirst)
-
-
-
Method Detail
-
splitLowHighY
public static ModelXYIndex[] splitLowHighY(ModelXYIndex m, double fractionFirst)
Sorts the data for the first column in Y and splits them.- Parameters:
m-fractionFirst-- Returns:
-
splitShuffled
public static ModelXYIndex[] splitShuffled(ModelXYIndex m, double fractionFirst)
-
-