TextClassificationTransformer 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 TextClassificationTransformer : Microsoft.ML.TorchSharp.NasBert.NasBertTransformer<uint,long>
type TextClassificationTransformer = class
inherit NasBertTransformer<uint32, int64>
Public NotInheritable Class TextClassificationTransformer
Inherits NasBertTransformer(Of UInteger, Long)
- Inheritance
-
TextClassificationTransformer
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) |