Release classifier
()
| 115 | /// Release classifier |
| 116 | /// </summary> |
| 117 | public void release () |
| 118 | { |
| 119 | int res = MLModuleLibrary.release (input_json); |
| 120 | if (res != (int)BrainFlowExitCodes.STATUS_OK) |
| 121 | { |
| 122 | throw new BrainFlowError (res); |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | /// <summary> |
| 127 | /// Get score of classifier |