Class ObservationVectorXVectorF

java.lang.Object
com.polytechnik.utils.ObservationVectorXVectorF

public class ObservationVectorXVectorF extends Object
A class to store one point read data.
  • Field Details

    • label

      public final String label
    • f

      public final double[] f
    • x

      public final double[] x
    • weight

      public final double weight
  • Constructor Details

    • ObservationVectorXVectorF

      public ObservationVectorXVectorF(String label, double[] x, double[] f, double weight)