Click or drag to resize

NMFact Constructor

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