Class AverageSubtractionParameters
java.lang.Object
spectrogramNoiseReduction.averageSubtraction.AverageSubtractionParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class AverageSubtractionParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
updateConstant
public double updateConstant
-
-
Constructor Details
-
AverageSubtractionParameters
public AverageSubtractionParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-