Class AbstractTrainerTool<T>
Base class for trainer tools.
public abstract class AbstractTrainerTool<T> : AbstractEvaluatorTool<T>
Type Parameters
T
- Inheritance
-
AbstractTrainerTool<T>
- Derived
- Inherited Members
Fields
mlParams
The training parameters read from -params, or null when it was
omitted.
protected TrainingParameters? mlParams
Field Value
Methods
CreateTerminationIOException(IOException)
protected TerminateToolException CreateTerminationIOException(IOException e)