TD_NaiveBayes Function | NaiveBayes | Teradata Vantage - TD_NaiveBayes - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
lifecycle
latest
Product Category
Teradata Vantageā„¢

TD_NaiveBayes classification algorithm takes a training data set with known discrete outcomes and either discrete or continuous numeric input variables and categorical variables and generates a model that you can use to predict the outcome of future observations based on their input variable values. The model assumes that, given the outcome, the input variables are independent of each other.

The Naive Bayes algorithm is a supervised learning algorithm, which is based on the Bayes theorem and used for solving classification problems. It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.