SentenceSimilarityTransformer 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 SentenceSimilarityTransformer : Microsoft.ML.TorchSharp.NasBert.NasBertTransformer<float,float>
type SentenceSimilarityTransformer = class
inherit NasBertTransformer<single, single>
Public NotInheritable Class SentenceSimilarityTransformer
Inherits NasBertTransformer(Of Single, Single)
- Inheritance
-
SentenceSimilarityTransformer
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) |