|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.util.QSortAlgorithm edu.ucla.stat.SOCR.experiments.util.BootStrapSort
public class BootStrapSort
Field Summary | |
---|---|
protected boolean |
stopRequested
When true stop sorting. |
Fields inherited from class edu.ucla.stat.SOCR.util.QSortAlgorithm |
---|
FLIGNER_KILLEEN_NORMAL |
Constructor Summary | |
---|---|
BootStrapSort()
|
Method Summary | |
---|---|
static double[] |
getBounds(double[] a,
double alpha)
|
void |
init()
Initialize |
static double |
lowerBound(double[] a,
double alpha)
|
protected void |
pause()
Pause for a while. |
protected void |
pause(int H1)
Pause for a while and mark item 1. |
protected void |
pause(int H1,
int H2)
Pause for a while and mark item 1 & 2. |
void |
setParent(SortItem p)
Set the parent. |
void |
stop()
Stop sorting. |
static double |
upperBound(double[] a,
double alpha)
|
Methods inherited from class edu.ucla.stat.SOCR.util.QSortAlgorithm |
---|
getCompleteMap, getMaxNumberTies, getTieMap, getTotalCount, hasTie, main, max, min, rankCombinedLists, rankCombinedLists, rankCombinedLists, rankCombinedListsAssignQuantile, rankList, rankListAssignQuantile, sort, sort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean stopRequested
Constructor Detail |
---|
public BootStrapSort()
Method Detail |
---|
public static double[] getBounds(double[] a, double alpha) throws java.lang.Exception
java.lang.Exception
public static double upperBound(double[] a, double alpha) throws java.lang.Exception
java.lang.Exception
public static double lowerBound(double[] a, double alpha) throws java.lang.Exception
java.lang.Exception
public void setParent(SortItem p)
protected void pause() throws java.lang.Exception
java.lang.Exception
protected void pause(int H1) throws java.lang.Exception
java.lang.Exception
protected void pause(int H1, int H2) throws java.lang.Exception
java.lang.Exception
public void stop()
public void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |