SearchSpace Constructors
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.
Overloads
SearchSpace() | |
SearchSpace(Type, Parameter) |
SearchSpace()
- Source:
- SearchSpace.cs
- Source:
- SearchSpace.cs
- Source:
- SearchSpace.cs
Initializes a new instance of the Object class.
public SearchSpace();
Public Sub New ()
Applies to
SearchSpace(Type, Parameter)
- Source:
- SearchSpace.cs
- Source:
- SearchSpace.cs
- Source:
- SearchSpace.cs
System.Object.#ctor(System.Type,Microsoft.ML.SearchSpace.Parameter)
protected SearchSpace(Type typeInfo, Microsoft.ML.SearchSpace.Parameter defaultOption = default);
new Microsoft.ML.SearchSpace.SearchSpace : Type * Microsoft.ML.SearchSpace.Parameter -> Microsoft.ML.SearchSpace.SearchSpace
Protected Sub New (typeInfo As Type, Optional defaultOption As Parameter = Nothing)
Parameters
- typeInfo
- Type
- defaultOption
- Parameter