AIMA.Core.Learning.Framework.DataSetFactory.getRestaurantDataSet C# (CSharp) 메소드

getRestaurantDataSet() 공개 정적인 메소드

public static getRestaurantDataSet ( ) : DataSet
리턴 DataSet
	public static DataSet getRestaurantDataSet() {
		DataSetSpecification spec = createRestaurantDataSetSpec();
		return new DataSetFactory().fromFile("restaurant.csv", spec, '\t');
	}