Uses of Class
com.actelion.research.util.datamodel.ModelXYIndex
-
-
Uses of ModelXYIndex in com.actelion.research.calc.regression
Methods in com.actelion.research.calc.regression with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
ICalculateModel. createModel(ModelXYIndex modelXYIndexTrain)
Matrix
RegressionMethodContainer. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.gaussianprocess
Methods in com.actelion.research.calc.regression.gaussianprocess with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
GaussianProcessRegression. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.knn
Methods in com.actelion.research.calc.regression.knn with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
KNNRegression. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.linear.pls
Methods in com.actelion.research.calc.regression.linear.pls with parameters of type ModelXYIndex Modifier and Type Method Description ModelError
RegressionModelCalculatorOptimumFactors. calculateModel(ModelXYIndex dataXYTrain, int factorsStart, int factorsEnd)
Calculates the PLS regression model for the given data set.Matrix
PLSRegressionModelCalculator. createModel(ModelXYIndex dataXYTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.linear.pls.boxcox
Methods in com.actelion.research.calc.regression.linear.pls.boxcox with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
PLSBoxCoxY. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.median
Methods in com.actelion.research.calc.regression.median with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
MedianRegression. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.neuralnetwork
Methods in com.actelion.research.calc.regression.neuralnetwork with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
NeuralNetworkRegression. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.randomforest
Methods in com.actelion.research.calc.regression.randomforest with parameters of type ModelXYIndex Modifier and Type Method Description Matrix
RandomForestRegression. createModel(ModelXYIndex modelXYIndexTrain)
-
Uses of ModelXYIndex in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm with parameters of type ModelXYIndex Modifier and Type Method Description static ParameterSVM
AnalyticalParameterCalculatorSVM. calculate(ModelXYIndex modelXYTrain)
Matrix
SVMRegression. createModel(ModelXYIndex modelXYIndex)
-
Uses of ModelXYIndex in com.actelion.research.util.datamodel
Subclasses of ModelXYIndex in com.actelion.research.util.datamodel Modifier and Type Class Description class
ModelXYClassLabel
ModelXYClassLabelclass
ModelXYColTags
ModelXYColTagsMethods in com.actelion.research.util.datamodel that return ModelXYIndex Modifier and Type Method Description ModelXYIndex
ModelXYIndex. getDeepClone()
ModelXYIndex
ModelXYIndex. getSortedByY(int colY)
ModelXYIndex
ModelXYIndex. getVariableSelectionOnX(IntVec iv)
ModelXYIndex
ModelXYIndex. sub(int indexStart, int indexEnd)
ModelXYIndex
ModelXYIndex. sub(java.util.List<java.lang.Integer> liIndexRow)
Methods in com.actelion.research.util.datamodel with parameters of type ModelXYIndex Modifier and Type Method Description void
ModelXYIndex. sub(java.util.List<java.lang.Integer> liIndexRow, ModelXYIndex modelXYIndexTarget)
Rows are copied from this into target.Constructors in com.actelion.research.util.datamodel with parameters of type ModelXYIndex Constructor Description ModelXYIndex(ModelXYIndex dataXY)
Deep copy constructor
-