NerTransformer Class
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.
public sealed class NerTransformer : Microsoft.ML.TorchSharp.NasBert.NasBertTransformer<Microsoft.ML.Data.VBuffer<uint>,Microsoft.ML.Data.VBuffer<long>>
type NerTransformer = class
inherit NasBertTransformer<VBuffer<uint32>, VBuffer<int64>>
Public NotInheritable Class NerTransformer
Inherits NasBertTransformer(Of VBuffer(Of UInteger), VBuffer(Of Long))
- Inheritance
Fields
LabelColumn | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
SentenceColumn | (Inherited from NasBertTransformer<TLabelCol,TTargetsCol>) |
SentenceColumn2 | (Inherited from NasBertTransformer<TLabelCol,TTargetsCol>) |
Methods
Dispose() | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
Dispose(Boolean) | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
GetOutputSchema(DataViewSchema) | (Inherited from RowToRowTransformerBase) |
GetOutputSchema(SchemaShape) | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
Transform(IDataView) | (Inherited from RowToRowTransformerBase) |