|
|
DecisionTreeToAssembly Method |
| Name | Description | |
|---|---|---|
| ToAssembly(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.
| |
| ToAssembly(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.
|