Interface SparseSubsetLogJoint

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SparseSubsetLogJoint
Complete normalized log joint for an arbitrary sparse candidate universe.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    logJoint(double[] commonParameters, int[] activeCandidates, double[] coefficients)
     
  • Method Details

    • logJoint

      double logJoint(double[] commonParameters, int[] activeCandidates, double[] coefficients)