BotSharp/BotSharp.NLP/Classify/IEstimator.cs

11 lines
151 B
C#
Raw Normal View History

2018-09-06 22:32:51 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.NLP.Classify
{
public interface IEstimator
{
}
}