summaryrefslogtreecommitdiff
path: root/RhSolutions.ML.Builder/Product.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.ML.Builder/Product.cs')
-rw-r--r--RhSolutions.ML.Builder/Product.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/RhSolutions.ML.Builder/Product.cs b/RhSolutions.ML.Builder/Product.cs
deleted file mode 100644
index 99040fc..0000000
--- a/RhSolutions.ML.Builder/Product.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using Microsoft.ML.Data;
-namespace RhSolutions.ML;
-
-public class Product
-{
- [LoadColumn(0)]
- public string? Name { get; set; }
- [LoadColumn(1)]
- public string? Type { get; set; }
-}
-
-public class TypePrediction
-{
- [ColumnName("PredictedLabel")]
- public string? Type { get; set; }
-} \ No newline at end of file