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 RdGeneralizedVectorRdDecisionFunction. 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 RdGeneralizedVectorRdUniform. 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 RdGeneralizedVectorValidatedRd. 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 interfaceRdNormedRdNormed 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 classRdCombinatorialBallRdCombinatorialBall extends the Combinatorial Rd Banach Space by enforcing the Closed Bounded Metric.classRdCombinatorialBanachRdCombinatorialBanach implements the Bounded/Unbounded Combinatorial lp Rd Spaces.classRdCombinatorialHilbertRdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l2 Rd Spaces.classRdContinuousBallRdContinuousBall extends the Continuous Rd Banach Space by enforcing the Closed Bounded Metric.classRdContinuousBanachRdContinuousBanach implements the Normed, Bounded/Unbounded Continuous lp Rd Spaces.classRdContinuousHilbertRdContinuousHilbert 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 classRdAggregateRdAggregate exposes the basic Properties of the Rd as a Sectional Super-position of R1 Vector Spaces.classRdCombinatorialVectorRdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with Rd Combinatorial Vector Elements.classRdContinuousVectorRdContinuousVector implements the Normed/non-normed, Bounded/Unbounded Continuous Rd Vector Spaces.