Performs batch processing of expert systems. It redirects calls for standard input within the expert system to the contents of the stream. Everytime the inference engine receives a request for input, it reads from the stream instead. The Batch method provides automated execution of your expert system. If the batch processing was successful, this method returns True
Namespace: InferenceEngine
Delphi |
public |
Parameters
Stream
Type: TStream
Encoding
Type: TEncoding
Type: Boolean
Reference |