public class MstepParallel
extends java.util.concurrent.RecursiveAction
Constructor and Description |
---|
MstepParallel(ItemResponseModel[] irm,
DistributionApproximation latentDistribution,
EstepEstimates estepEstimates,
DensityEstimationType densityEstimationType,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
protected void |
compute()
Parallel processing handled here.
|
protected void |
computeDirectly()
Mstep computation when the number of items is less than the threshold or when the
stopping condition has been reached.
|
DistributionApproximation |
empiricalHistogramLatentDensityEstimation()
Nonparametric estimation (empirical histogram method) of the latent density.
|
int[] |
getCodeCount() |
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
public MstepParallel(ItemResponseModel[] irm, DistributionApproximation latentDistribution, EstepEstimates estepEstimates, DensityEstimationType densityEstimationType, int start, int length)
protected void computeDirectly()
protected void compute()
compute
in class java.util.concurrent.RecursiveAction
public DistributionApproximation empiricalHistogramLatentDensityEstimation()
public int[] getCodeCount()