procedure GetInput(RowNo: Integer, ColumnNo: Integer): Text
Parameters
Name
Type
Description
RowNo
Integer
ColumnNo
Integer
Returns
Type
Description
Text
GetInputLength
procedure GetInputLength(): Integer
Returns
Type
Description
Integer
MaxNoFeatures
procedure MaxNoFeatures(): Integer
Returns
Type
Description
Integer
Events
OnBeforeTrain
[IntegrationEvent(False,False)]
local procedure OnBeforeTrain(var Model: Text, var Quality: Decimal, var CallAzureEndPoint: Boolean)
Parameters
Name
Type
Description
Model
Text
Quality
Decimal
CallAzureEndPoint
Boolean
OnBeforePredict
[IntegrationEvent(False,False)]
local procedure OnBeforePredict(var RecordVariant: Variant, var CallAzureEndPoint: Boolean)
Parameters
Name
Type
Description
RecordVariant
Variant
CallAzureEndPoint
Boolean
OnBeforeEvaluate
[IntegrationEvent(False,False)]
local procedure OnBeforeEvaluate(Model: Text, var Quality: Decimal, var RecordVariant: Variant, var CallAzureEndPoint: Boolean)