Class RegularizedVectorXF

java.lang.Object
com.polytechnik.utils.RegularizedVectorXF
All Implemented Interfaces:
AttributesProductsMultiIndexed, FtoChristoffelFunctionTransformable, RNPointEvaluatable

A class to store regularized data.
  • Field Details

    • nX

      public final int nX
    • noriginal

      public final int noriginal
    • indexConst

      public final int indexConst
      The index of const in basis.
    • inds_xorig

      final int[] inds_xorig
    • XfX

      final double[] XfX
    • XX

      final double[] XX
    • xorig_average

      final double[] xorig_average
    • xorig_norm

      final double[] xorig_norm
    • xorig_basisfunctions

      final double[] xorig_basisfunctions
    • totalweight

      public final double totalweight
    • Xdescription

      final String[] Xdescription
    • normalizedconstbasisfunction

      final double normalizedconstbasisfunction
    • eps

      private final double eps
  • Constructor Details

    • RegularizedVectorXF

      RegularizedVectorXF(int nX, int noriginal, double[] XfX, double[] XX, String[] Xdescription, double[] xorig_average, double[] xorig_norm, int[] inds_xorig, double[] xorig_basisfunctions, double totalweight, double eps)
  • Method Details