ISweepable<T> Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public interface ISweepable<out T> : Microsoft.ML.AutoML.ISweepable where T : IEstimator<ITransformer>
type ISweepable<'T (requires 'T :> IEstimator<ITransformer>)> = interface
interface ISweepable
Public Interface ISweepable(Of Out T)
Implements ISweepable
Parametri di tipo
- T
- Derivato
- Implementazioni
Proprietà
SearchSpace | (Ereditato da ISweepable) |
Metodi
BuildFromOption(MLContext, Parameter) |