Maps sentences to labels. Sentences are the posts/messages and labels a number between 0 and 1, representing non-spam and spam respectively.
The indexes between the two arrays should correspond.
An array of labels corresponding to the sentences.
These should be a value between 0 and 1, representing non-spam and spam respectively.
An array of sentences.
Generated using TypeDoc
Maps sentences to labels. Sentences are the posts/messages and labels a number between 0 and 1, representing non-spam and spam respectively.
The indexes between the two arrays should correspond.