Search



Search Results
Displaying 161 to 170 of 887 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
It takes ones of the values listed here: 0: Nonforced; detected by the adaptive send algorithm. A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
If compression is preferred, Connector/C++ and the server negotiate to find a compression algorithm they both permit. If compression is required, compression algorithm negotiation occurs as for preferred mode, but if no common algorithm is ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-anomaly-detection-models.html
You can use the following anomaly detection model types: GkNN (Generalized kth Nearest Neighbors) PCA (Principal Component Analysis) (As of MySQL 8.4.0) GLOF (Generalized Local Outlier Factor) (As of MySQL 8.4.0) GkNN Model Generalized kth Nearest ...It can identify common anomaly types, such as local, global, and clustered anomalies, and can achieve an AUC score that is similar to, or better than, when identifying the following: Global anomalies compared to KNN, with an optimal k hyperparameter ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-anomaly-detection-models.html
You can use the following anomaly detection model types: GkNN (Generalized kth Nearest Neighbors) PCA (Principal Component Analysis) GLOF (Generalized Local Outlier Factor) GkNN Model Generalized kth Nearest Neighbors (GkNN) is an algorithm model ...It can identify common anomaly types, such as local, global, and clustered anomalies, and can achieve an AUC score that is similar to, or better than, when identifying the following: Global anomalies compared to KNN, with an optimal k hyperparameter ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-run-chat.html
Optionally, set the @chat_options variable in the following scenarios: To use a language other than English, set the language model option: mysql>SET @chat_options = JSON_OBJECT("model_options", JSON_OBJECT("language", "Language")); Replace Language ... When you run MySQL HeatWave Chat, it automatically loads the default ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
ssl-ca SSL Certificate - Alias of SSLCA as an eventual replacement; added in v8.0.29. ssl-capath SSL CA Path - Alias of SSLCAPATH as an eventual replacement; added in v8.0.29. ssl-cert SSL Certificate - Alias of SSLCERT as an eventual replacement; ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
ssl-ca SSL Certificate - Alias of SSLCA as an eventual replacement; added in v8.0.29. ssl-capath SSL CA Path - Alias of SSLCAPATH as an eventual replacement; added in v8.0.29. ssl-cert SSL Certificate - Alias of SSLCERT as an eventual replacement; ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-an-anomaly-detection-model.html
Unsupported Anomaly Detection Options The following options are not supported for anomaly detection: exclude_model_list optimization_metric Before MySQL 8.4.0, model_list is not supported because the only supported algorithm model is Generalized kth ... After preparing the data for an anomaly detection model, you can train the ...
https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
The InnoDB source files are the best place to look for information about internals of the file structure that MySQLers can optionally use for transaction support. But when you first look at all the subdirectories and file names you'll wonder: Where ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-metadata.html
For example, you can view the algorithm used to train the model, the columns in the training table, and values for the model explanation. The model_metadata column in the model catalog allows you to view detailed information on trained models. When ...
Displaying 161 to 170 of 887 total results