LatentDirichletAllocationTransformer 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class LatentDirichletAllocationTransformer : Microsoft.ML.Data.OneToOneTransformerBasetype LatentDirichletAllocationTransformer = class
    inherit OneToOneTransformerBasePublic NotInheritable Class LatentDirichletAllocationTransformer
Inherits OneToOneTransformerBase- 继承
方法
| Dispose() | |
| Finalize() | |
| GetLdaDetails(Int32) | 提供有关 LightLDA 发现的主题的详细信息的方法 | 
| GetOutputSchema(DataViewSchema) | ITransformer 由拟合 a LatentDirichletAllocationEstimator.(继承自 RowToRowTransformerBase) | 
| Transform(IDataView) | ITransformer 由拟合 a LatentDirichletAllocationEstimator.(继承自 RowToRowTransformerBase) | 
显式接口实现
扩展方法
| Preview(ITransformer, IDataView, Int32) | 预览给定 | 
| Append<TTrans>(ITransformer, TTrans) | 通过将另一个转换器追加到此转换器链的末尾,创建新的转换器链。 | 
| CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, PredictionEngineOptions) | TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许对模型进行检查点。 | 
| CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, Boolean, SchemaDefinition, SchemaDefinition) | TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许对模型进行检查点。 |