edu.ucla.stat.SOCR.chart.util
Class GaussLineMixture
java.lang.Object
   edu.ucla.stat.SOCR.chart.util.Mixture
edu.ucla.stat.SOCR.chart.util.Mixture
       edu.ucla.stat.SOCR.chart.util.GaussLineMixture
edu.ucla.stat.SOCR.chart.util.GaussLineMixture
- public class GaussLineMixture 
- extends Mixture
 
| Fields inherited from class edu.ucla.stat.SOCR.chart.util.Mixture | 
| db, kernel, maxkp, type, typecurvedgauss, typegauss, typeline, typescaleshift, typeuniform, xsiz, ysiz | 
 
 
| Method Summary | 
|  XYDataset[] | getDatasets()
 | 
|  void | setRange(double xsize,
         double ysize,
         double xstart,
         double ystart)
 | 
|  void | setRange(int kernel_index,
         double xsize,
         double ysize,
         double xstart,
         double ystart)
 | 
 
| Methods inherited from class edu.ucla.stat.SOCR.chart.util.Mixture | 
| EM, EMmain, getKernel, getKernelColor, getnk, initKernel, likelihood, randomKernels, randomKernels, setKernelColor, setManualKernels, setnk, setnk | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GaussLineMixture
public GaussLineMixture(double xSize,
                        double ySize,
                        Database DB)
getDatasets
public XYDataset[] getDatasets()
- 
 
setRange
public void setRange(double xsize,
                     double ysize,
                     double xstart,
                     double ystart)
- 
 
setRange
public void setRange(int kernel_index,
                     double xsize,
                     double ysize,
                     double xstart,
                     double ystart)
-