org.square.qa.algorithms
Class BinaryMapEstRY<TypeWID,TypeQ,TypeR>

java.lang.Object
  extended by org.square.qa.algorithms.BinaryMapEstRY<TypeWID,TypeQ,TypeR>

public class BinaryMapEstRY<TypeWID,TypeQ,TypeR>
extends Object


Constructor Summary
BinaryMapEstRY(Models.RaykarModel model)
          Constructor for BinaryMapEstRY
 
Method Summary
 void computeLabelEstimates()
          Compute label estimates
 void inferPosClassPrior()
          infer positive class prior from tune set
 void setNumIterations(int numIterations)
          Set number of EM iterations
 void setPosClassPrior()
          Set positive class prior
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryMapEstRY

public BinaryMapEstRY(Models.RaykarModel model)
Constructor for BinaryMapEstRY

Parameters:
model - is of type RaykarModel from Models
Method Detail

computeLabelEstimates

public void computeLabelEstimates()
Compute label estimates


setPosClassPrior

public void setPosClassPrior()
Set positive class prior


inferPosClassPrior

public void inferPosClassPrior()
infer positive class prior from tune set


setNumIterations

public void setNumIterations(int numIterations)
Set number of EM iterations

Parameters:
numIterations - is an int


Copyright © 2013. All Rights Reserved.