Research Article

Remote Sensing Image Classification with Few Labeled Data Using Semisupervised Learning

Algorithm 2

Absolute log-likelihood estimation.
Input: Probability distribution: , another probability distribution: .
Output: Probability distribution difference value .
 1: Calculate the absolute difference between two probability distributions to get the intermediate variable .
 2: Take the negative logarithm and sum them up to get the result .
 3: return.