Class R1CombinatorialBall

java.lang.Object
All Implemented Interfaces:
GeneralizedMetricVectorSpace, R1Normed, GeneralizedVector, R1GeneralizedVector

public class R1CombinatorialBall
extends R1Combinatorial
R1CombinatorialBall extends the Combinatorial R1 Banach Space by enforcing the Closed Bounded Metric. The Reference we've used is:

  • Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK
It provides the following Functionality:
  • Construct a R1CombinatorialBall Instance of Unit Radius
  • R1CombinatorialBall Constructor
  • Retrieve the Radius Norm

Module Computational Core Module
Library Statistical Learning Library
Project R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes
Package Hilbert/Banach Normed Metric Spaces
Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • R1CombinatorialBall

      public R1CombinatorialBall​(java.util.List<java.lang.Double> elementSpaceList, R1Univariate r1Distribution, int pNorm, double normRadius) throws java.lang.Exception
      R1CombinatorialBall Constructor
      Parameters:
      elementSpaceList - The List Space of Elements
      r1Distribution - The R1 Borel Sigma Measure
      pNorm - The p-norm of the Space
      normRadius - Radius Norm of the Unit Ball
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • ClosedUnit

      public static final R1CombinatorialBall ClosedUnit​(java.util.List<java.lang.Double> lsElementSpace, R1Univariate distR1, int iPNorm)
      Construct a R1CombinatorialBall Instance of Unit Radius
      Parameters:
      lsElementSpace - The List Space of Elements
      distR1 - The R1 Borel Sigma Measure
      iPNorm - The p-norm of the Space
      Returns:
      R1CombinatorialBall Instance of Unit Radius
    • normRadius

      public double normRadius()
      Retrieve the Radius Norm
      Returns:
      The Radius Norm
    • validateInstance

      public boolean validateInstance​(double instance)
      Description copied from class: R1CombinatorialVector
      Validate the Input Instance Ordinate
      Specified by:
      validateInstance in interface R1GeneralizedVector
      Overrides:
      validateInstance in class R1CombinatorialVector
      Parameters:
      instance - The Input Instance Ordinate
      Returns:
      TRUE - Instance Ordinate is a Valid Entry in the Space