uclnlp/low-rank-logic

Where to find ml.wolfe

maybeluo opened this issue · 4 comments

When I read code in ''MatrixFactorization.scala", a lot of functions are called, e.g. toFactorGraph, fg.buildStochasticFactor, CellLogisticLoss etc. But I can't find the implementation of these functions, even when I search the names of these function in Wolfe.
Where can I find the implementation of these functions? Many thanks.

One more question about #L143 in the file, fg.buildStochasticFactor(Seq(c, db.sampleNodeFrom2(colIx))), what's the function of db.sampleNodeFrom2 ?

Thanks, and sorry for my negligent.

No worries, I guess the setup is not very intuitive :) Cheers, Tim