lbundalian

Results 2 issues of lbundalian

in the code: def get_max_entropy_distribution(mean): SAMPLESPACE = np.arange(10) features = get_features() model = MinDivergenceModel(features, samplespace=SAMPLESPACE, algorithm='CG') # set the desired feature expectations and fit the model X = np.array([[mean]]) model.fit(X)...

Hello. I am trying to use the util listed in multi-plier. I just noticed that in PlierNewData there is a line for rowNorm. Then for the set.k you use num.pc...