|
||||||||||
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.analyses.data.KruskalWallisTest
public class KruskalWallisTest
Field Summary | |
---|---|
protected boolean |
stopRequested
When true stop sorting. |
Fields inherited from class edu.ucla.stat.SOCR.util.QSortAlgorithm |
---|
FLIGNER_KILLEEN_NORMAL |
Constructor Summary | |
---|---|
KruskalWallisTest(DataCase[][] groups,
java.lang.String[] groupNames)
|
Method Summary | |
---|---|
java.util.HashMap |
getCompleteArray()
|
boolean |
getHasTie()
|
int |
getMaxNumebrTie()
|
DataCase[] |
getRankedArray()
|
java.util.HashMap |
getTieArray()
|
void |
init()
Initialize |
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. |
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 KruskalWallisTest(DataCase[][] groups, java.lang.String[] groupNames)
Method Detail |
---|
public DataCase[] getRankedArray()
public java.util.HashMap getTieArray()
public java.util.HashMap getCompleteArray()
public boolean getHasTie()
public int getMaxNumebrTie()
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 |