Class GamParameters
java.lang.Object
|
+--Parameters
|
+--GamParameters
- public class GamParameters
- extends Parameters
Fields inherited from class Parameters |
canMin,
cnts,
hH,
maxMC,
maxRep,
maxSam,
meas,
minPnt,
popMin,
simMax,
stat,
thresh |
Constructor Summary |
GamParameters()
|
GamParameters(double radMin,
double radMax,
double radInc,
double overlp,
double thresh,
double popMin,
double canMin,
double hH,
double simMax,
int meas,
int minPnt,
int maxSam,
int maxMC,
int stat,
int maxRep,
int cnts)
|
GamParameters(java.io.File file)
|
Method Summary |
double |
getOverlp()
|
Parameters |
getParameters()
|
double |
getRadInc()
|
double |
getRadMax()
|
double |
getRadMin()
|
void |
setDefaultParameters()
|
void |
setOverlp(double r)
|
void |
setParameters(double radMin,
double radMax,
double radInc,
double overlp,
double thresh,
double popMin,
double canMin,
double hH,
double simMax,
int meas,
int minPnt,
int maxSam,
int maxMC,
int stat,
int maxRep,
int cnts)
|
void |
setRadInc(double r)
|
void |
setRadMax(double r)
|
void |
setRadMin(double r)
|
java.lang.String |
toString()
|
void |
writeParameters(java.io.File file)
|
Methods inherited from class Parameters |
getBootstrapSampleSize,
getCounts,
getMinIncidenceCount,
getMinPointCount,
getMinPopSize,
getMonteCarloRejectionCount,
getMonteCarloSampleSize,
getMultipleTestReruns,
getRealMonteCarloSampleSize,
getSignificanceThreshold,
getStatType,
getTestType,
setBootstrapSampleSize,
setCounts,
setMinIncidenceCount,
setMinPointCount,
setMinPopSize,
setMonteCarloRejectionCount,
setMonteCarloSampleSize,
setMultipleTestReruns,
setParameters,
setRealMonteCarloSampleSize,
setSignificanceThreshold,
setStatType,
setTestType |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
GamParameters
public GamParameters()
GamParameters
public GamParameters(java.io.File file)
throws java.io.IOException,
java.io.FileNotFoundException
GamParameters
public GamParameters(double radMin,
double radMax,
double radInc,
double overlp,
double thresh,
double popMin,
double canMin,
double hH,
double simMax,
int meas,
int minPnt,
int maxSam,
int maxMC,
int stat,
int maxRep,
int cnts)
toString
public java.lang.String toString()
- Overrides:
- toString in class Parameters
getParameters
public Parameters getParameters()
- Overrides:
- getParameters in class Parameters
setParameters
public void setParameters(double radMin,
double radMax,
double radInc,
double overlp,
double thresh,
double popMin,
double canMin,
double hH,
double simMax,
int meas,
int minPnt,
int maxSam,
int maxMC,
int stat,
int maxRep,
int cnts)
setDefaultParameters
public void setDefaultParameters()
- Overrides:
- setDefaultParameters in class Parameters
getRadMin
public double getRadMin()
setRadMin
public void setRadMin(double r)
getRadMax
public double getRadMax()
setRadMax
public void setRadMax(double r)
getRadInc
public double getRadInc()
setRadInc
public void setRadInc(double r)
getOverlp
public double getOverlp()
setOverlp
public void setOverlp(double r)
writeParameters
public void writeParameters(java.io.File file)
throws java.io.IOException,
java.io.FileNotFoundException
- Overrides:
- writeParameters in class Parameters