public class DCT extends UnaryTransformer<Vector,Vector,DCT> implements DefaultParamsWritable
More information on DCT-II in Discrete cosine transform (Wikipedia).
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInverse() |
BooleanParam |
inverse()
Indicates whether to perform the inverse DCT (true) or forward DCT (false).
|
static DCT |
load(String path) |
static MLReader<T> |
read() |
DCT |
setInverse(boolean value) |
String |
uid()
An immutable unique ID for the object and its derivatives.
|
copy, setInputCol, setOutputCol, transform, transformSchematransform, transform, transformequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritesavegetInputCol, inputColgetOutputCol, outputColclear, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoStringinitializeLogging, initializeLogIfNecessary, initializeLogIfNecessary, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic static DCT load(String path)
public static MLReader<T> read()
public String uid()
Identifiableuid in interface Identifiablepublic BooleanParam inverse()
public DCT setInverse(boolean value)
public boolean getInverse()