public class MAPInference extends Object
Modifier and Type | Field and Description |
---|---|
short[] |
boundaries |
int[] |
count |
int[] |
data |
short[][] |
maxpos |
int |
Mmax |
double[] |
subEvidences |
Constructor and Description |
---|
MAPInference() |
Modifier and Type | Method and Description |
---|---|
double |
defaultLogPrior(int m) |
void |
doit(int M,
boolean stopAtMax) |
short |
getBoundary(int m) |
int |
getCount(int k1,
int k2) |
double |
getPosteriorProb() |
void |
initCount() |
int |
K() |
static void |
main(String[] args) |
int |
N() |
int |
rebin(int originalBin) |
void |
setData(int[] data_) |
void |
setData(Vector data_) |
public int[] data
public int[] count
public short[][] maxpos
public short[] boundaries
public int Mmax
public double[] subEvidences
public void setData(int[] data_)
public void setData(Vector data_)
public void initCount()
public int getCount(int k1, int k2)
public int K()
public int N()
public void doit(int M, boolean stopAtMax)
public double defaultLogPrior(int m)
public double getPosteriorProb()
public short getBoundary(int m)
public int rebin(int originalBin)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.