Performs batch processing of expert systems. It redirects calls for standard input within the expert system to the contents of the file specified by filename. Everytime the inference engine receives a request for input, it reads from the file 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
Filename
Type: TFilename
Encoding
Type: TEncoding
Type: Boolean
Reference |