Uses of Interface
org.drip.spaces.tensor.RdGeneralizedVector
Package | Description |
---|---|
org.drip.learning.svm |
Kernel SVM Decision Function Operator
|
org.drip.measure.lebesgue |
Uniform Piece-wise Lebesgue Measure
|
org.drip.spaces.instance |
Validated Continuous/Combinatorial Metric Spaces
|
org.drip.spaces.metric |
Hilbert/Banach Normed Metric Spaces
|
org.drip.spaces.tensor |
Rx Continuous/Combinatorial Tensor Spaces
|
-
Uses of RdGeneralizedVector in org.drip.learning.svm
Methods in org.drip.learning.svm that return RdGeneralizedVector Modifier and Type Method Description RdGeneralizedVector
RdDecisionFunction. predictorSpace()
Retrieve the Input Predictor Metric Vector SpaceConstructors in org.drip.learning.svm with parameters of type RdGeneralizedVector Constructor Description LinearRdDecisionFunction(RdGeneralizedVector gmvsPredictor, RdNormed rmnsInverseMargin, double[] adblInverseMarginWeight, double dblB)
LinearRdDecisionFunction ConstructorRdDecisionFunction(RdGeneralizedVector rdPredictor, RdNormed rdInverseMargin, double[] adblInverseMarginWeight, double dblB)
RdDecisionFunction Constructor -
Uses of RdGeneralizedVector in org.drip.measure.lebesgue
Methods in org.drip.measure.lebesgue that return RdGeneralizedVector Modifier and Type Method Description RdGeneralizedVector
RdUniform. measureSpace()
Retrieve the Vector Space Underlying the MeasureConstructors in org.drip.measure.lebesgue with parameters of type RdGeneralizedVector Constructor Description RdUniform(RdGeneralizedVector gmvs)
RdUniform Constructor -
Uses of RdGeneralizedVector in org.drip.spaces.instance
Methods in org.drip.spaces.instance that return RdGeneralizedVector Modifier and Type Method Description RdGeneralizedVector
ValidatedRd. tensorSpaceType()
Constructors in org.drip.spaces.instance with parameters of type RdGeneralizedVector Constructor Description ValidatedRd(RdGeneralizedVector rdGeneralizedVector, double[][] instanceGrid)
ValidatedRd Constructor -
Uses of RdGeneralizedVector in org.drip.spaces.metric
Subinterfaces of RdGeneralizedVector in org.drip.spaces.metric Modifier and Type Interface Description interface
RdNormed
RdNormed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial lp Rd Spaces.Classes in org.drip.spaces.metric that implement RdGeneralizedVector Modifier and Type Class Description class
RdCombinatorialBall
RdCombinatorialBall extends the Combinatorial Rd Banach Space by enforcing the Closed Bounded Metric.class
RdCombinatorialBanach
RdCombinatorialBanach implements the Bounded/Unbounded Combinatorial lp Rd Spaces.class
RdCombinatorialHilbert
RdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l2 Rd Spaces.class
RdContinuousBall
RdContinuousBall extends the Continuous Rd Banach Space by enforcing the Closed Bounded Metric.class
RdContinuousBanach
RdContinuousBanach implements the Normed, Bounded/Unbounded Continuous lp Rd Spaces.class
RdContinuousHilbert
RdContinuousHilbert implements the Bounded/Unbounded, Continuous l2 Rd Spaces. -
Uses of RdGeneralizedVector in org.drip.spaces.tensor
Classes in org.drip.spaces.tensor that implement RdGeneralizedVector Modifier and Type Class Description class
RdAggregate
RdAggregate exposes the basic Properties of the Rd as a Sectional Super-position of R1 Vector Spaces.class
RdCombinatorialVector
RdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with Rd Combinatorial Vector Elements.class
RdContinuousVector
RdContinuousVector implements the Normed/non-normed, Bounded/Unbounded Continuous Rd Vector Spaces.