- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 46字
- 2021-06-24 16:43:34
The FileInput class
The FileInput class provides the container for the trained classification and the strings data we extract:
using Microsoft.ML.Data;
namespace chapter03_logistic_regression.ML.Objects
{
public class FileInput
{
[LoadColumn(0)]
public bool Label { get; set; }
[LoadColumn(1)]
public string Strings { get; set; }
}
}
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- PHP動態網站程序設計
- 從零開始構建企業級RAG系統
- JavaScript前端開發模塊化教程
- JavaScript高效圖形編程
- JIRA 7 Administration Cookbook(Second Edition)
- 軟件測試項目實戰之性能測試篇
- 鋒利的SQL(第2版)
- 零基礎學Java程序設計
- Learning Apache Kafka(Second Edition)
- INSTANT Django 1.5 Application Development Starter
- 青少年Python編程入門
- QGIS By Example
- Visual C#.NET程序設計
- 軟件測試技術指南