In an Azure Machine Learning project, you're tasked with comparing two datasets, 'dataset1' and 'dataset2', using the Python SDK. 'dataset1' is the original dataset used for training a model, while 'dataset2' contains new data for comparison. Which method of the DataDriftDetector class should you employ to perform this analysis?