Parameter.FromBool(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une Parameter valeur à partir d’une Boolean valeur. La référence ParameterType sera Bool.
public static Microsoft.ML.SearchSpace.Parameter FromBool (bool value);
static member FromBool : bool -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromBool (value As Boolean) As Parameter
Paramètres
- value
- Boolean