Encog.App.Analyst.Script.AnalystScript.IsGenerated C# (CSharp) Méthode

IsGenerated() public méthode

Determine if the specified file was generated.
public IsGenerated ( String filename ) : bool
filename String The filename to check.
Résultat bool
        public bool IsGenerated(String filename)
        {
            return _generated.Contains(filename);
        }