edu.jhu.ece.iacl.algorithms.manual_label.staple
Class STAPLEgeneralSingle

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.manual_label.staple.STAPLEgeneralSingle

public class STAPLEgeneralSingle
extends java.lang.Object

Author:
John Bogovic

Field Summary
protected  float convergesum
           
protected  java.lang.String dir
           
protected  java.lang.Number[] labels
           
protected  int maxiters
           
protected  PerformanceLevel pl
           
protected  float prior
           
 
Constructor Summary
STAPLEgeneralSingle()
           
STAPLEgeneralSingle(java.util.List<double[][]> data)
           
 
Method Summary
 void Estep()
           
 PerformanceLevel getPeformanceLevel()
           
 void getPriorProb()
           
 float[][] getTruth()
           
 void initialize()
           
 void iterate()
           
 void Mstep()
           
 void printPerformanceLevels()
           
 void printPerformanceLevels2()
           
 void setDir(java.lang.String dir)
           
 void setImages(java.util.List<double[][]> data)
           
 void setmaxIters(int max)
           
 boolean verifySizes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pl

protected PerformanceLevel pl

prior

protected float prior

labels

protected java.lang.Number[] labels

convergesum

protected float convergesum

maxiters

protected int maxiters

dir

protected java.lang.String dir
Constructor Detail

STAPLEgeneralSingle

public STAPLEgeneralSingle()

STAPLEgeneralSingle

public STAPLEgeneralSingle(java.util.List<double[][]> data)
Method Detail

setmaxIters

public void setmaxIters(int max)

setImages

public void setImages(java.util.List<double[][]> data)

setDir

public void setDir(java.lang.String dir)

verifySizes

public boolean verifySizes()

initialize

public void initialize()

Estep

public void Estep()

Mstep

public void Mstep()

getPriorProb

public void getPriorProb()

iterate

public void iterate()

printPerformanceLevels

public void printPerformanceLevels()

printPerformanceLevels2

public void printPerformanceLevels2()

getTruth

public float[][] getTruth()

getPeformanceLevel

public PerformanceLevel getPeformanceLevel()