AIMA.Core.Search.Framework.Metrics.Metrics C# (CSharp) 메소드

Metrics() 공개 메소드

public Metrics ( ) : System
리턴 System
        public Metrics()
        {
            this.hash = new Dictionary<String, String>();
        }