public RandomForest Learn(double[][] x, int[] y, double[] weights = null)
{
if (weights != null)
throw new ArgumentException(Accord.Properties.Resources.NotSupportedWeights, "weights");
ИМЯ_ЛОКАЛЬНОЙ_СЕТИ\имя_пользователя