19 references to HasSlotNames
Microsoft.ML.Core (1)
Data\AnnotationUtils.cs (1)
304if (list?.Count != 1 || !schema.Schema[list[0].Index].HasSlotNames(vectorSize))
Microsoft.ML.Data (12)
Data\SchemaAnnotationsExtensions.cs (1)
25&& column.HasSlotNames(vectorType.Size);
Evaluators\EvaluatorUtils.cs (4)
479if (!idv.Schema[col].HasSlotNames(type.GetVectorSize())) 726if (views[i].Schema[columnIndices[i]].HasSlotNames(type.GetVectorSize())) 843if (dv.Schema[i].HasSlotNames(vectorType.Size)) 961if (dv.Schema[col].HasSlotNames(type.Size))
Evaluators\MulticlassClassificationEvaluator.cs (1)
622if (schema[ScoreIndex].HasSlotNames(_numClasses))
Scorers\FeatureContributionCalculation.cs (2)
331if (FeatureColumn.HasSlotNames(featureSize)) 339if (InputSchema[FeatureColumn.Index].HasSlotNames(featureSize))
Transforms\ColumnConcatenatingTransformer.cs (1)
503|| (curVectorType != null && inputSchema[srcCol].HasSlotNames(curVectorType.Size)))
Transforms\FeatureContributionCalculationTransformer.cs (1)
187if (InputSchema[_featureColumnIndex].HasSlotNames(_featureColumnType.Size))
Transforms\SlotsDroppingTransformer.cs (2)
544var hasSlotNames = input[_cols[iinfo]].HasSlotNames(vectorType.Size); 840var hasSlotNames = InputSchema[_cols[iinfo]].HasSlotNames(vectorType.Size);
Microsoft.ML.FastTree (2)
GamModelParameters.cs (1)
638if (featCol.HasSlotNames(len))
TreeEnsemble\InternalTreeEnsemble.cs (1)
446if (sch[feat.Index].HasSlotNames(featValueCount))
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LogisticRegression.cs (1)
272if (featureCol.HasSlotNames(featureLength))
Microsoft.ML.Transforms (3)
HashJoiningTransform.cs (1)
419bool useDefaultSlotNames = !Source.Schema[Infos[iinfo].Source].HasSlotNames(Infos[iinfo].TypeSrc.GetVectorSize());
PermutationFeatureImportance.cs (1)
56if (data.Schema[featuresColumnIndex].HasSlotNames(numSlots))
Text\LdaTransform.cs (1)
850if (inputSchema[srcCol].HasSlotNames(srcColType.Size))