Compartilhar via


LatentDirichletAllocationTransformer Classe

Definição

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

public sealed class LatentDirichletAllocationTransformer : Microsoft.ML.Data.OneToOneTransformerBase
type LatentDirichletAllocationTransformer = class
    inherit OneToOneTransformerBase
Public NotInheritable Class LatentDirichletAllocationTransformer
Inherits OneToOneTransformerBase
Herança
LatentDirichletAllocationTransformer

Métodos

Dispose()

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

Finalize()

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

GetLdaDetails(Int32)

Método para fornecer detalhes sobre os tópicos descobertos pelo LightLDA

GetOutputSchema(DataViewSchema)

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

(Herdado de RowToRowTransformerBase)
Transform(IDataView)

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

(Herdado de RowToRowTransformerBase)

Implantações explícitas de interface

ICanSaveModel.Save(ModelSaveContext)

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

(Herdado de RowToRowTransformerBase)
ITransformer.GetRowToRowMapper(DataViewSchema)

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

(Herdado de RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

ITransformer resultante da montagem de um LatentDirichletAllocationEstimator.

(Herdado de RowToRowTransformerBase)

Métodos de Extensão

Preview(ITransformer, IDataView, Int32)

Visualizar um efeito do transformer em um determinado data.

Append<TTrans>(ITransformer, TTrans)

Crie uma nova cadeia de transformadores acrescentando outro transformador ao final dessa cadeia de transformadores.

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, PredictionEngineOptions)

TimeSeriesPredictionEngine<TSrc,TDst> cria um mecanismo de previsão para um pipeline de série temporal. Ele atualiza o estado do modelo de série temporal com observações vistas na fase de previsão e permite o ponto de verificação do modelo.

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, Boolean, SchemaDefinition, SchemaDefinition)

TimeSeriesPredictionEngine<TSrc,TDst> cria um mecanismo de previsão para um pipeline de série temporal. Ele atualiza o estado do modelo de série temporal com observações vistas na fase de previsão e permite o ponto de verificação do modelo.

Aplica-se a