TInferenceEngine.PlotFuzzySet(String,IIEValue,TFzyFloat,TFzyFloat,String) Method |
Scroll Prev Top Next More |
Creates an ASCII-based 2D plot for the specified FuzzySet and writes it to the output stream (see IOStreams property) identified by the OutID parameter (the default OnPrintOut event stream is the empty string). The Low and High parameters specify the minimum and maximum X range for the plot. The PlotChars parameter specifies the character to use for each fuzzy set plotted, by default an *.
Namespace: InferenceEngine
Delphi |
public |
Parameters
OutID
Type: String
FuzzySet
Type: IIEValue
Low
Type: TFzyFloat
High
Type: TFzyFloat
PlotChars
Type: String
Reference |