ExperimentModelExecutionContext Class |
Namespace: imbNLP.Toolkit.ExperimentModel
public class ExperimentModelExecutionContext : PlaneContextBase, IPlaneContext
The ExperimentModelExecutionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ExperimentModelExecutionContext | Initializes a new instance of the ExperimentModelExecutionContext class |
| Name | Description | |
|---|---|---|
| averagingMethod | ||
| dataset |
Complete input dataset
| |
| DictionaryReportLimit | ||
| experimentRootFolder | ||
| finalReport |
Instance of the inter-fold average
| |
| folds |
Dataset k-fold crossvalidation iterations
| |
| notes | ||
| provider | (Inherited from PlaneContextBase.) | |
| reportOptions | ||
| runName | ||
| signature | ||
| testReportsByFold | ||
| testSummaries | ||
| truthTable |
Truth table - document to class associations for the complete dataset
|
| Name | Description | |
|---|---|---|
| CloseExperiment |
Generates the final reports and read me files
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| EvaluateTestResults | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrepareDataset |
Prepares the dataset.
| |
| PrepareNotes |
Prepares the notes.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |