AIMA.Test.Core.Unit.Learning.Inductive.MockDLTestFactory.createDLTestsWithAttributeCount C# (CSharp) 메소드

createDLTestsWithAttributeCount() 개인적인 메소드

private createDLTestsWithAttributeCount ( DataSet ds, int i ) : List
ds AIMA.Core.Learning.Framework.DataSet
i int
리턴 List
        public override List<DLTest> createDLTestsWithAttributeCount(DataSet ds, int i)
        {
            return tests;
        }
    }