| Constructor and Description | 
|---|
| UniformPrior() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | hashCode() | 
| void | logPrior(double[] dist,
        Context[] context,
        float[] values)Populates the specified array with the the log of the distribution for the specified context. | 
| void | logPrior(double[] dist,
        int[] context)Populates the specified array with the the log of the distribution for the specified context. | 
| void | logPrior(double[] dist,
        int[] context,
        float[] values)Populates the specified array with the the log of the distribution for the specified context. | 
| void | setLabels(String[] outcomeLabels,
         String[] contextLabels)Method to specify the label for the outcomes and contexts. | 
public void logPrior(double[] dist,
                     int[] context,
                     float[] values)
Priorpublic void logPrior(double[] dist,
                     Context[] context,
                     float[] values)
Priorpublic void logPrior(double[] dist,
                     int[] context)
Priorpublic void setLabels(String[] outcomeLabels, String[] contextLabels)
PriorCopyright © 2018 The Apache Software Foundation. All rights reserved.