GamRegressionTrainer.Options.PruningMetrics Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines what metric to use for pruning.
public int PruningMetrics;
val mutable PruningMetrics : int
Public PruningMetrics As Integer
Field Value
1 means use least absolute deviation; 2 means use least squares. Default is 2.