ImageClassificationTrainer.Options.PredictedLabelColumnName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the tensor that will contain the predicted label from output scores of the last layer when transfer learning is done. The default tensor name is "PredictedLabel".
public string PredictedLabelColumnName;
val mutable PredictedLabelColumnName : string
Public PredictedLabelColumnName As String