Uses of Class
com.google.refine.model.ReconCandidate
Packages that use ReconCandidate
Package
Description
-
Uses of ReconCandidate in com.google.refine.model
Fields in com.google.refine.model declared as ReconCandidateFields in com.google.refine.model with type parameters of type ReconCandidateMethods in com.google.refine.model that return ReconCandidateModifier and TypeMethodDescriptionRecon.getBestCandidate()Recon.getMatch()static ReconCandidateReconCandidate.loadStreaming(com.fasterxml.jackson.core.JsonParser jp) Deprecated.static ReconCandidateReconCandidate.loadStreaming(String s) Methods in com.google.refine.model that return types with arguments of type ReconCandidateMethods in com.google.refine.model with parameters of type ReconCandidateConstructors in com.google.refine.model with parameters of type ReconCandidateModifierConstructorDescriptionRecon(long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, String error, Object[] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer judgmentBatchSize, Integer matchRank) Constructor parameters in com.google.refine.model with type arguments of type ReconCandidateModifierConstructorDescriptionRecon(long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, String error, Object[] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer judgmentBatchSize, Integer matchRank) -
Uses of ReconCandidate in com.google.refine.model.recon
Fields in com.google.refine.model.recon declared as ReconCandidateMethods in com.google.refine.model.recon that return ReconCandidateMethod parameters in com.google.refine.model.recon with type arguments of type ReconCandidateModifier and TypeMethodDescriptionprotected ReconciledDataExtensionJob.DataExtensionReconciledDataExtensionJob.collectResult(com.fasterxml.jackson.databind.node.ObjectNode record, Map<String, ReconCandidate> reconCandidateMap) protected voidReconciledDataExtensionJob.storeCell(List<Object[]> rows, int row, int col, com.fasterxml.jackson.databind.node.ObjectNode obj, Map<String, ReconCandidate> reconCandidateMap) -
Uses of ReconCandidate in com.google.refine.operations.recon
Fields in com.google.refine.operations.recon declared as ReconCandidateModifier and TypeFieldDescriptionprotected final ReconCandidateReconJudgeSimilarCellsOperation._matchMethods in com.google.refine.operations.recon that return ReconCandidateModifier and TypeMethodDescriptionReconMatchSpecificTopicOperation.ReconItem.getCandidate()ReconJudgeSimilarCellsOperation.getMatch()Method parameters in com.google.refine.operations.recon with type arguments of type ReconCandidateModifier and TypeMethodDescriptionprotected intExtendDataOperation.ExtendDataProcess.extendRows(List<Integer> rowIndices, List<ReconciledDataExtensionJob.DataExtension> dataExtensions, int from, int limit, Map<String, ReconCandidate> reconCandidateMap) Constructors in com.google.refine.operations.recon with parameters of type ReconCandidateModifierConstructorDescriptionReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics) -
Uses of ReconCandidate in com.google.refine.util
Fields in com.google.refine.util with type parameters of type ReconCandidateMethods in com.google.refine.util that return ReconCandidate