47 references to Defaults
Microsoft.ML.Transforms (47)
Text\LdaTransform.cs (36)
62
public int NumTopic = LatentDirichletAllocationEstimator.
Defaults
.NumberOfTopics;
67
public float AlphaSum = LatentDirichletAllocationEstimator.
Defaults
.AlphaSum;
72
public float Beta = LatentDirichletAllocationEstimator.
Defaults
.Beta;
77
public int Mhstep = LatentDirichletAllocationEstimator.
Defaults
.SamplingStepCount;
82
public int NumIterations = LatentDirichletAllocationEstimator.
Defaults
.MaximumNumberOfIterations;
85
public int LikelihoodInterval = LatentDirichletAllocationEstimator.
Defaults
.LikelihoodInterval;
89
public int NumThreads = LatentDirichletAllocationEstimator.
Defaults
.NumberOfThreads;
92
public int NumMaxDocToken = LatentDirichletAllocationEstimator.
Defaults
.MaximumTokenCountPerDocument;
95
public int NumSummaryTermPerTopic = LatentDirichletAllocationEstimator.
Defaults
.NumberOfSummaryTermsPerTopic;
100
public int NumBurninIterations = LatentDirichletAllocationEstimator.
Defaults
.NumberOfBurninIterations;
103
public bool ResetRandomGenerator = LatentDirichletAllocationEstimator.
Defaults
.ResetRandomGenerator;
106
public bool OutputTopicWordSummary = LatentDirichletAllocationEstimator.
Defaults
.OutputTopicWordSummary;
1069
int numberOfTopics =
Defaults
.NumberOfTopics,
1070
float alphaSum =
Defaults
.AlphaSum,
1071
float beta =
Defaults
.Beta,
1072
int samplingStepCount =
Defaults
.SamplingStepCount,
1073
int maximumNumberOfIterations =
Defaults
.MaximumNumberOfIterations,
1074
int numberOfThreads =
Defaults
.NumberOfThreads,
1075
int maximumTokenCountPerDocument =
Defaults
.MaximumTokenCountPerDocument,
1076
int numberOfSummaryTermsPerTopic =
Defaults
.NumberOfSummaryTermsPerTopic,
1077
int likelihoodInterval =
Defaults
.LikelihoodInterval,
1078
int numberOfBurninIterations =
Defaults
.NumberOfBurninIterations,
1079
bool resetRandomGenerator =
Defaults
.ResetRandomGenerator,
1080
bool outputTopicWordSummary =
Defaults
.OutputTopicWordSummary)
1178
int numberOfTopics = LatentDirichletAllocationEstimator.
Defaults
.NumberOfTopics,
1179
float alphaSum = LatentDirichletAllocationEstimator.
Defaults
.AlphaSum,
1180
float beta = LatentDirichletAllocationEstimator.
Defaults
.Beta,
1181
int samplingStepCount = LatentDirichletAllocationEstimator.
Defaults
.SamplingStepCount,
1182
int maximumNumberOfIterations = LatentDirichletAllocationEstimator.
Defaults
.MaximumNumberOfIterations,
1183
int likelihoodInterval = LatentDirichletAllocationEstimator.
Defaults
.LikelihoodInterval,
1184
int numberOfThreads = LatentDirichletAllocationEstimator.
Defaults
.NumberOfThreads,
1185
int maximumTokenCountPerDocument = LatentDirichletAllocationEstimator.
Defaults
.MaximumTokenCountPerDocument,
1186
int numberOfSummaryTermsPerTopic = LatentDirichletAllocationEstimator.
Defaults
.NumberOfSummaryTermsPerTopic,
1187
int numberOfBurninIterations = LatentDirichletAllocationEstimator.
Defaults
.NumberOfBurninIterations,
1188
bool resetRandomGenerator = LatentDirichletAllocationEstimator.
Defaults
.ResetRandomGenerator,
1189
bool outputTopicWordSummary = LatentDirichletAllocationEstimator.
Defaults
.OutputTopicWordSummary)
Text\TextCatalog.cs (11)
625
int numberOfTopics = LatentDirichletAllocationEstimator.
Defaults
.NumberOfTopics,
626
float alphaSum = LatentDirichletAllocationEstimator.
Defaults
.AlphaSum,
627
float beta = LatentDirichletAllocationEstimator.
Defaults
.Beta,
628
int samplingStepCount = LatentDirichletAllocationEstimator.
Defaults
.SamplingStepCount,
629
int maximumNumberOfIterations = LatentDirichletAllocationEstimator.
Defaults
.MaximumNumberOfIterations,
630
int likelihoodInterval = LatentDirichletAllocationEstimator.
Defaults
.LikelihoodInterval,
631
int numberOfThreads = LatentDirichletAllocationEstimator.
Defaults
.NumberOfThreads,
632
int maximumTokenCountPerDocument = LatentDirichletAllocationEstimator.
Defaults
.MaximumTokenCountPerDocument,
633
int numberOfSummaryTermsPerTopic = LatentDirichletAllocationEstimator.
Defaults
.NumberOfSummaryTermsPerTopic,
634
int numberOfBurninIterations = LatentDirichletAllocationEstimator.
Defaults
.NumberOfBurninIterations,
635
bool resetRandomGenerator = LatentDirichletAllocationEstimator.
Defaults
.ResetRandomGenerator)