LdSvmModelParameters 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class LdSvmModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>, Microsoft.ML.ICanSaveModel
type LdSvmModelParameters = class
inherit ModelParametersBase<single>
interface ICanSaveModel
Public NotInheritable Class LdSvmModelParameters
Inherits ModelParametersBase(Of Single)
Implements ICanSaveModel
- 继承
- 实现
属性
InputType | |
OutputType |
显式接口实现
ICanSaveModel.Save(ModelSaveContext) | (继承自 ModelParametersBase<TOutput>) |