Consider a dataset with 4 datapoints:
{(x1,y1),(x2,y2),(x3,y3),(x4,y4)},
where yi∈{+1,−1} and xi∈R2. In the first iteration of the AdaBoost algorithm, suppose a decision stump f1 is chosen, which correctly classifies the first three data points and incorrectly classifies the last data point. Assume the initial distribution of the dataset assigns equal weights to all data points, i.e., D0(i)=41, for i=1,2,3,4. What will be the updated distribution of the weights of the data points after the first iteration?