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

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

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


Constructor Summary
MajorityVoteGeneralized(Models.MajorityModel majorityModel)
          Constructor for MajorityVoteGeneralized
 
Method Summary
 void computeLabelEstimates()
          Compute label estimates
 Models.MajorityModel getCurrentModel()
          Get MajorityModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MajorityVoteGeneralized

public MajorityVoteGeneralized(Models.MajorityModel majorityModel)
Constructor for MajorityVoteGeneralized

Parameters:
majorityModel - model is of type MajorityModel from Models
Method Detail

getCurrentModel

public Models.MajorityModel getCurrentModel()
Get MajorityModel

Returns:
the current MajorityModel

computeLabelEstimates

public void computeLabelEstimates()
Compute label estimates



Copyright © 2013. All Rights Reserved.