Package | Description |
---|---|
org.drip.learning.svm | |
org.drip.measure.lebesgue | |
org.drip.spaces.instance | |
org.drip.spaces.metric | |
org.drip.spaces.tensor |
Modifier and Type | Method and Description |
---|---|
RdGeneralizedVector |
RdDecisionFunction.predictorSpace()
Retrieve the Input Predictor Metric Vector Space
|
Constructor and Description |
---|
LinearRdDecisionFunction(RdGeneralizedVector gmvsPredictor,
RdNormed rmnsInverseMargin,
double[] adblInverseMarginWeight,
double dblB)
LinearRdDecisionFunction Constructor
|
RdDecisionFunction(RdGeneralizedVector rdPredictor,
RdNormed rdInverseMargin,
double[] adblInverseMarginWeight,
double dblB)
RdDecisionFunction Constructor
|
Modifier and Type | Method and Description |
---|---|
RdGeneralizedVector |
RdUniform.measureSpace()
Retrieve the Vector Space Underlying the Measure
|
Constructor and Description |
---|
RdUniform(RdGeneralizedVector gmvs)
RdUniform Constructor
|
Modifier and Type | Method and Description |
---|---|
RdGeneralizedVector |
ValidatedRd.tensorSpaceType() |
Constructor and Description |
---|
ValidatedRd(RdGeneralizedVector gvRd,
double[][] aadblInstance)
ValidatedRd Constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
RdNormed
RdNormed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial l^p R^d Spaces.
|
Modifier and Type | Class and Description |
---|---|
class |
RdCombinatorialBall
RdCombinatorialBall extends the Combinatorial R^d Banach Space by enforcing the Closed Bounded Metric.
|
class |
RdCombinatorialBanach
RdCombinatorialBanach implements the Bounded/Unbounded Combinatorial l^p R^d Spaces.
|
class |
RdCombinatorialHilbert
RdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l^2 R^d Spaces.
|
class |
RdContinuousBall
RdContinuousBall extends the Continuous R^d Banach Space by enforcing the Closed Bounded Metric.
|
class |
RdContinuousBanach
RdContinuousBanach implements the Normed, Bounded/Unbounded Continuous l^p R^d Spaces.
|
class |
RdContinuousHilbert
RdContinuousHilbert implements the Bounded/Unbounded, Continuous l^2 R^d Spaces.
|
Modifier and Type | Class and Description |
---|---|
class |
RdAggregate
RdAggregate exposes the basic Properties of the R^d as a Sectional Super-position of R^1 Vector Spaces.
|
class |
RdCombinatorialVector
RdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with R^d Combinatorial Vector
Elements.
|
class |
RdContinuousVector
RdContinuousVector implements the Normed/non-normed, Bounded/Unbounded Continuous R^d Vector Spaces.
|