Overload List

  NameDescription
NMFact()()()
Creates an NMFact object with default settings for cost at each step, update algorithm, and number of iterations.
NMFact(INMFUpdateAlgorithm)
Constructs an NMFact object with the given update algorithm and the default number of iterations.
NMFact(Boolean)
Constructs an NMFact using the default number of iterations and update algorithm with the specified cost at each step.
NMFact(Int32)
Constructs an NMFact object that uses the default cost at each step and update algorithm with the given number of iterations.
NMFact(Boolean, Int32)
Constructs an NMFact with the default update algorithm and the given cost at each step and number of iterations.
NMFact(Int32, INMFUpdateAlgorithm)
Constructs an NMFact object which uses the given update algorithm to update the factors and the given number of iterations.
NMFact(Boolean, Int32, INMFUpdateAlgorithm)
Constructs an NMFact object with the given parameters for cost at each step, number of iterations and the update algorithm.

See Also