Codeunit 2003 ML Prediction Management in 19
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 24
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| DefaultInitialize | () | public | - | |
| Initialize | (Text[250], Text[200], Integer) | public | - | |
| InitializeWithKeyVaultCredentials | (Integer) | public | - | |
| SetMessageHandler | (DotNet HttpMessageHandler) | public | - | |
| SetRecord | (Variant) | public | - | |
| GetRecord | (var Variant) | public | - | |
| AddFeature | (Integer) | public | - | |
| SetLabel | (Integer) | public | - | |
| SetConfidence | (Integer) | public | - | |
| SetTrainingPercent | (Decimal) | public | - | |
| GetTrainingPercent | () | Decimal | public | - |
| Train | (var Text, var Decimal) | public | - | |
| Predict | (Text) | public | - | |
| Evaluate | (Text, var Decimal) | public | - | |
| PlotModel | (Text, Text, Text) | Text | public | - |
| DownloadPlot | (Text, Text) | public | - | |
| IsDataSufficientForClassification | () | Boolean | public | - |
| IsDataSufficientForRegression | () | Boolean | public | - |
| IsDataSufficientBase | (var RecordRef) | Boolean | public | - |
| GetParameter | (Text) | Text | public | - |
| GetInput | (Integer, Integer) | Text | public | - |
| GetInputLength | () | Integer | public | - |
| MaxNoFeatures | () | Integer | public | - |
| GetMachineLearningCredentials | (var Text[250], var Text[200], var Option, var Decimal) | Boolean | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeTrain | (var Text, var Decimal, var Boolean) | - |
| Integration event | OnBeforePredict | (var Variant, var Boolean) | - |
| Integration event | OnBeforeEvaluate | (Text, var Decimal, var Variant, var Boolean) | - |