edu.ucla.belief.learn
Class EMThread

Object
  extended by EMThread
All Implemented Interfaces:
Runnable

public class EMThread
extends Object
implements Runnable

Removed from Learning.java

Since:
20020520
Author:
keith cascio

Nested Class Summary
static interface EMThread.LearningListener
           
 
Constructor Summary
EMThread(BeliefNetwork bn, LearningData data2, Dynamator dynamator, double threshold, int maxIterations, boolean withBias, ProgressMonitor pm, EMThread.LearningListener ll)
           
EMThread(BeliefNetwork bn, LearningDataOld data, Dynamator dynamator, double threshold, int maxIterations, boolean withBias, ProgressMonitor pm, EMThread.LearningListener ll)
           
 
Method Summary
 void run()
           
 Thread start()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMThread

public EMThread(BeliefNetwork bn,
                LearningDataOld data,
                Dynamator dynamator,
                double threshold,
                int maxIterations,
                boolean withBias,
                ProgressMonitor pm,
                EMThread.LearningListener ll)

EMThread

public EMThread(BeliefNetwork bn,
                LearningData data2,
                Dynamator dynamator,
                double threshold,
                int maxIterations,
                boolean withBias,
                ProgressMonitor pm,
                EMThread.LearningListener ll)
Method Detail

start

public Thread start()
Since:
20060719

run

public void run()
Specified by:
run in interface Runnable


Copyright 2010 UCLA Automated Reasoning Group