BotSharp/BotSharp.NLP/Classify/IEstimator.cs
2018-09-06 17:32:51 -05:00

11 lines
151 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.NLP.Classify
{
public interface IEstimator
{
}
}