/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/machine-learning/tutorials/snippets/iris-clustering/csharp/TestIrisData.cs
17 строк
396 B
Youssef Victor
Move ml snippets (#19418)
10 июл 2020, 22:33
Не верифицирован
10 июл 2020, 22:33
6b3a8e6
Код
Авторство
О чём код?
namespace IrisFlowerClustering { // <SnippetStatic> static class TestIrisData // </SnippetStatic> { // <SnippetTestData> internal static readonly IrisData Setosa = new IrisData { SepalLength = 5.1f, SepalWidth = 3.5f, PetalLength = 1.4f, PetalWidth = 0.2f }; // </SnippetTestData> } }