Package com.polytechnik.kgo
Class VectorXVectorFPointEvaluatableCommon
java.lang.Object
com.polytechnik.kgo.VectorXVectorFPointEvaluatableCommon
- All Implemented Interfaces:
VectorXVectorFPointEvaluatable
public class VectorXVectorFPointEvaluatableCommon
extends Object
implements VectorXVectorFPointEvaluatable
A helper class for common vector type of evaluation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Some extra data. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final double[]
Contributing subspace.private final Function
<double[], double[]> private final double[]
private final RegularizedVectorX
private final RegularizedVectorX
private final SKFromSampleCalculationMethod
private final UAdjustment
-
Constructor Summary
ConstructorsConstructorDescriptionVectorXVectorFPointEvaluatableCommon
(UAdjustment uadj, RegularizedVectorX regX, RegularizedVectorX regF, double[] CX, Function<double[], double[]> forigFromF, double[] FX, SKFromSampleCalculationMethod SKtype) -
Method Summary
Modifier and TypeMethodDescriptionevaluateAt
(double[] xorig) An evaluation of Vector X to Vector F model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.polytechnik.utils.VectorXVectorFPointEvaluatable
evaluateAtSequence
-
Field Details
-
regX
-
regF
-
CX
private final double[] CXContributing subspace. -
uadj
-
forigFromF
-
FX
private final double[] FX -
SKtype
-
-
Constructor Details
-
VectorXVectorFPointEvaluatableCommon
VectorXVectorFPointEvaluatableCommon(UAdjustment uadj, RegularizedVectorX regX, RegularizedVectorX regF, double[] CX, Function<double[], double[]> forigFromF, double[] FX, SKFromSampleCalculationMethod SKtype)
-
-
Method Details
-
evaluateAt
public VectorXVectorFPointEvaluatableCommon.VectorXVectorFPointAccessWithDimensionAdjusted evaluateAt(double[] xorig) Description copied from interface:VectorXVectorFPointEvaluatable
An evaluation of Vector X to Vector F model.- Specified by:
evaluateAt
in interfaceVectorXVectorFPointEvaluatable
-