|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrocca.RoccaParameters
public class RoccaParameters
Parameters for Rocca
| Field Summary | |
|---|---|
(package private) int |
channelList
Bitmap of channels to be used - use all available |
(package private) int |
energyBinSize
size of freq bin (around peak freq) to calc energy spectrum (Hz) |
(package private) int |
fftDataBlock
use the first (0th) fft datablock in the model |
(package private) double |
noiseSensitivity
noise sensitivity parameter (in percent) |
(package private) java.io.File |
roccaClassifierModelFilename
filename for classification model |
(package private) java.io.File |
roccaContourStatsOutputFilename
filename for contour statistics storage |
(package private) java.io.File |
roccaOutputDirectory
directory to store contours and statistics |
static long |
serialVersionUID
for serialization |
| Constructor Summary | |
|---|---|
RoccaParameters()
|
|
| Method Summary | |
|---|---|
RoccaParameters |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
int fftDataBlock
int channelList
double noiseSensitivity
int energyBinSize
java.io.File roccaOutputDirectory
java.io.File roccaContourStatsOutputFilename
java.io.File roccaClassifierModelFilename
| Constructor Detail |
|---|
public RoccaParameters()
| Method Detail |
|---|
public RoccaParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||