Constant |
public class ConstantVarianceScaling : IVarianceScaling, ICloneable
The ConstantVarianceScaling type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstantVarianceScaling | Initializes a new instance of the ConstantVarianceScaling class |
| Name | Description | |
|---|---|---|
| IsDefault | Gets a value indicating whether the scaling factor is 1. | |
| ShortName | Gets a short name for the scaling method. |
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWeight | Gets the weight depending on the real data (roughly speaking: inverse of variance). | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |