Class ObservationVectorXF

java.lang.Object
com.polytechnik.utils.ObservationVectorXF

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

    • label

      public final String label
    • f

      public final double f
    • weight

      public final double weight
    • x

      public final double[] x
  • Constructor Details

    • ObservationVectorXF

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