Description
This function performs (IM4E)Iterative Margin-Maximization under Max-Min Entropy algorithm for one loop.
Usage
one.IM4E(train_xx, train_yy, w, sig = 1, lambda = 1)
Arguments
train_xx
model matrix of explanatory variables
sig
sigma used in algorithm, default to be 1
lambda
lambda used in algorithm, default to be 1
Value
wnew weight vector after one loop
Ccost after one loop