()
| 102 | } |
| 103 | |
| 104 | public static getInstance(): MLModuleDLL |
| 105 | { |
| 106 | if (!MLModuleDLL.instance) |
| 107 | { |
| 108 | MLModuleDLL.instance = new MLModuleDLL (); |
| 109 | } |
| 110 | return MLModuleDLL.instance; |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | export class MLModel |
no outgoing calls
no test coverage detected