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, transformSchema
transform, transform, transform
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
save
getInputCol, inputCol
getOutputCol, outputCol
clear, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString
initializeLogging, initializeLogIfNecessary, initializeLogIfNecessary, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public static DCT load(String path)
public static MLReader<T> read()
public String uid()
Identifiable
uid
in interface Identifiable
public BooleanParam inverse()
public DCT setInverse(boolean value)
public boolean getInverse()