View source: R/Probability_parameter.R
| predict_optimal_parameters | R Documentation |
Applies the trained machine learning model to predict optimal parameters for the current dataset.
predict_optimal_parameters(model, dataset_features)
model |
Trained machine learning model (now a list with two models) |
dataset_features |
Extracted characteristics of current dataset |
List containing predicted min_expression and specificity_weight
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
estimate_batch_effect(),
extract_dataset_features(),
generate_training_data(),
postprocess_parameters(),
train_parameter_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.