Interface R1GeneralizedVector

All Superinterfaces:
GeneralizedVector
All Known Subinterfaces:
R1Normed
All Known Implementing Classes:
BinaryBooleanVector, R1Combinatorial, R1CombinatorialBall, R1CombinatorialVector, R1Continuous, R1ContinuousBall, R1ContinuousVector

public interface R1GeneralizedVector
extends GeneralizedVector
R1GeneralizedVector exposes the basic Properties of the General R1 Vector Space.
  • Validate the Input Instance Ordinate

Module Computational Core Module
Library Statistical Learning Library
Project R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes
Package Rx Continuous/Combinatorial Tensor Spaces

Author:
Lakshmi Krishnamurthy
  • Method Details

    • validateInstance

      boolean validateInstance​(double instance)
      Validate the Input Instance Ordinate
      Parameters:
      instance - The Input Instance Ordinate
      Returns:
      TRUE - Instance Ordinate is a Valid Entry in the Space