public class Params extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
alphabetSize |
protected double |
cvError |
protected net.seninp.jmotif.sax.NumerosityReductionStrategy |
nrStartegy |
protected double |
nThreshold |
protected int |
paaSize |
protected int |
windowSize |
| Constructor and Description |
|---|
Params(int windowSize,
int paaSize,
int alphabetSize,
double nThreshold,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy) |
Params(int windowSize,
int paaSize,
int alphabetSize,
double nThreshold,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy,
double cvError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAlphabetSize() |
double |
getCvError() |
net.seninp.jmotif.sax.NumerosityReductionStrategy |
getNrStartegy() |
double |
getnThreshold() |
int |
getPaaSize() |
int |
getWindowSize() |
int |
hashCode() |
void |
setAlphabetSize(int alphabetSize) |
void |
setCvError(double cvError) |
void |
setNrStartegy(net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy) |
void |
setnThreshold(double nThreshold) |
void |
setPaaSize(int paaSize) |
void |
setWindowSize(int windowSize) |
String |
toString() |
protected int windowSize
protected int paaSize
protected int alphabetSize
protected double nThreshold
protected net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy
protected double cvError
public Params(int windowSize,
int paaSize,
int alphabetSize,
double nThreshold,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy,
double cvError)
public Params(int windowSize,
int paaSize,
int alphabetSize,
double nThreshold,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy)
public int getWindowSize()
public void setWindowSize(int windowSize)
public int getPaaSize()
public void setPaaSize(int paaSize)
public int getAlphabetSize()
public void setAlphabetSize(int alphabetSize)
public double getnThreshold()
public void setnThreshold(double nThreshold)
public net.seninp.jmotif.sax.NumerosityReductionStrategy getNrStartegy()
public void setNrStartegy(net.seninp.jmotif.sax.NumerosityReductionStrategy nrStartegy)
public double getCvError()
public void setCvError(double cvError)
Copyright © 2021. All rights reserved.