outputScoreTensorIndex property

int outputScoreTensorIndex

Implementation

int get outputScoreTensorIndex => base.ref.outputScoreTensorIndex;
void outputScoreTensorIndex=(int value)

Set the index of the output score tensor among all output tensors, if the model has multiple outputs. Dafualt to 0.

See the section, Configure the input/output tensors for NLClassifier, for more details.

Implementation

set outputScoreTensorIndex(int value) {
  base.ref.outputScoreTensorIndex = value;
}