Click or drag to resize
Accord.NET (logo)

DecisionTreeToAssembly Method

Overload List
  NameDescription
Public methodToAssembly(String, String)
Creates a .NET assembly (.dll) containing a static class of the given name implementing the decision tree. The class will contain a single static Compute method implementing the tree.
Public methodToAssembly(String, String, String)
Creates a .NET assembly (.dll) containing a static class of the given name implementing the decision tree. The class will contain a single static Compute method implementing the tree.
Top
See Also