UniversityOfAppliedSciencesFrankfurt / LearningApi

Machine Learning foundation on top of .NET Core
MIT License
4 stars 12 forks source link

api.Run() should not return IScore #1

Open ddobric opened 7 years ago

ddobric commented 7 years ago

All tests shoul dbe changed, which cast Run() result to IScore.

var task = api.Run() as Task;

Use instead api.GetScore().