encoder class : Fitted getter
Description
Gets a value that indicates whether this instance was already initialized.
Syntax
encoderInstance.Fitted
Arguments
None
Return value
| Class | Description |
| bool | A value that indicates whether this instance was already initialized. |
Sample code
| 1: | encoder e = new encoder(); |
| 2: | bool init = e.Fitted; |
Notes
Instance that is created by declaration have been already initialized. In other words, this getter always returns true.
Links for reference
None.


