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)
Prior
public void logPrior(double[] dist, Context[] context, float[] values)
Prior
public void logPrior(double[] dist, int[] context)
Prior
public void setLabels(String[] outcomeLabels, String[] contextLabels)
Prior
Copyright © 2020 The Apache Software Foundation. All rights reserved.