Searched refs:typePropertyWeightsMap (Results 1 – 2 of 2) sorted by relevance
561 Map<String, Map<String, Double>> typePropertyWeightsMap = in getPropertyWeights() local572 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeights()575 return typePropertyWeightsMap; in getPropertyWeights()590 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in getPropertyWeightPaths() local603 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeightPaths()606 return typePropertyWeightsMap; in getPropertyWeightPaths()
1049 @NonNull Map<String, Map<String, Double>> typePropertyWeightsMap, in addTypePropertyWeights() argument1052 Objects.requireNonNull(typePropertyWeightsMap); in addTypePropertyWeights()1055 typePropertyWeightsMap.entrySet()) { in addTypePropertyWeights()