Table of Contents

Function Definition: pushdata(text_data = "your text", class_label = "class")

Parameters

NameTypeDescriptionExpected ValuesDefault Value
text_datastringThe text which needs to be added as a sample to the class for training.String"your text"
class_labelstringThe sample text will be added under the specified class.String"class"

Description

The function adds the specified text data to the specified class for the training.

Example

There are no examples documented for this article.