I am working in a ML project, I have never used C# and specially the ML.NET for this purpose. My question is: What does this line of code mean? I am creating an instance of the class MLContext, but I do not understand the parameters. Seed generates a random number but, what does :0
mean?
var mlContext = new MLContext(seed: 0);
Aucun commentaire:
Enregistrer un commentaire