unbbayes.simulation.likelihoodweighting
Interface ILikelihoodWeightingSampling

All Superinterfaces:
ILongTaskProgressObservable, IMonteCarloSampling
All Known Implementing Classes:
LikelihoodWeightingSampling

public interface ILikelihoodWeightingSampling
extends IMonteCarloSampling


Method Summary
 float[] getCompactStatesSetWeight()
          The probability/weight associated with the ith set of states on the compact matrix.
 float[] getFullStatesSetWeight()
          The probability/weight associated with the ith set of states on the normal/full matrix.
 Map<Integer,Float> getMapStatesSetWeight()
          The probability/weight associated with a set of states.
 
Methods inherited from interface unbbayes.simulation.montecarlo.sampling.IMonteCarloSampling
getLinearCoord, getMultidimensionalCoord, getSampledStatesCompactMatrix, getSampledStatesMap, getSampledStatesMatrix, getSamplingNodeOrderQueue, getStatesSetTimesSampled, start
 
Methods inherited from interface unbbayes.util.longtask.ILongTaskProgressObservable
getCurrentProgress, getCurrentProgressStatus, getMaxProgress, getPercentageDone, notityObservers, registerObserver, removeObserver
 

Method Detail

getFullStatesSetWeight

float[] getFullStatesSetWeight()
The probability/weight associated with the ith set of states on the normal/full matrix.

Returns:
The probability/weight associated with the ith set of states on the normal/full matrix.

getCompactStatesSetWeight

float[] getCompactStatesSetWeight()
The probability/weight associated with the ith set of states on the compact matrix.

Returns:
The probability/weight associated with the ith set of states on the compact matrix.

getMapStatesSetWeight

Map<Integer,Float> getMapStatesSetWeight()
The probability/weight associated with a set of states. Where key = linear coord (representing the sates sampled) and value = probability/weight associated with the key.

Returns:
The probability/weight associated with a set of states.


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.