EstimatorChain<TLastTransformer>.LastEstimator Field

Definition

public readonly Microsoft.ML.IEstimator<TLastTransformer> LastEstimator;
val mutable LastEstimator : Microsoft.ML.IEstimator<'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)>
Public ReadOnly LastEstimator As IEstimator(Of TLastTransformer) 

Field Value

IEstimator<TLastTransformer>

Applies to