|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fasteasytrade.JRandTest.Tests.Base com.fasteasytrade.JRandTest.Tests.OverlappingPairsSparseOccupancy
OverlappingPairsSparseOccupancy (OPSO) from DieHard
Nested Class Summary |
Nested classes inherited from class com.fasteasytrade.JRandTest.Tests.Base |
Base.point |
Field Summary | |
int |
bits_pl
|
(package private) int |
bits_pw
|
(package private) int |
dim
|
(package private) int |
flag
|
(package private) int |
ltrs_pw
|
(package private) int |
maskltr
|
(package private) double |
mean
|
(package private) int |
no_tests
|
double |
std
|
String |
testName
The algorithms OPSO, OQSO and DNA use 3 parameters set in setParameters. |
(package private) int |
wd
|
Fields inherited from class com.fasteasytrade.JRandTest.Tests.Base |
df, DIM, PI, rs, UNIMAX, vecOutputDestinations |
Constructor Summary | |
OverlappingPairsSparseOccupancy()
|
Method Summary | |
int |
get_w(int rt)
get a word from specific bits |
void |
help()
help method to be implemented by each test class. |
void |
setParameters()
Different parameters set by 3 algorithms: OPSO, OQSO and DNA. |
void |
test(String filename)
test method to be implemented by each test class. |
Methods inherited from class com.fasteasytrade.JRandTest.Tests.Base |
ABS, ABS, addOutputDestination, avg, chisq, Chisq, chitest, closeInputStream, d4, d4d_d, d4d, exp, exp, G, isOpen, KStest, log, MAX, MAX, MIN, MIN, openInputStream, phi, Phi, Poisson_fit, Poisson, pow, printf, puts, qsort, qsort, qsort, r2_double, read32BitsAsDouble, readByte, readInt, readLong, registerInput, removeOutputDestination, showbit, SIGN, SIGN, sqrt, sqrt, stdev, uni |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final int bits_pw
final double mean
final int dim
final int no_tests
public String testName
public int bits_pl
public double std
int flag
int ltrs_pw
int wd
int maskltr
Constructor Detail |
public OverlappingPairsSparseOccupancy()
Method Detail |
public void help()
Base
help
in class Base
Base.help()
public void setParameters()
public void test(String filename)
Base
test
in class Base
filename
- is the filename to be read or the algorithm name.Base.test(java.lang.String)
public int get_w(int rt)
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |