Interface FilteredNodeSimilarityMutateConfig
-
- All Superinterfaces:
org.neo4j.gds.config.AlgoBaseConfig,org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.ConcurrencyConfig,FilteredNodeSimilarityBaseConfig,org.neo4j.gds.config.JobIdConfig,org.neo4j.gds.config.MutateConfig,org.neo4j.gds.config.MutatePropertyConfig,org.neo4j.gds.config.MutateRelationshipConfig,NodeSimilarityBaseConfig,NodeSimilarityMutateConfig,org.neo4j.gds.config.RelationshipWeightConfig,org.neo4j.gds.config.ToMapConvertible
@Configuration public interface FilteredNodeSimilarityMutateConfig extends FilteredNodeSimilarityBaseConfig, NodeSimilarityMutateConfig
-
-
Field Summary
-
Fields inherited from interface org.neo4j.gds.config.AlgoBaseConfig
NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEY
-
Fields inherited from interface org.neo4j.gds.config.ConcurrencyConfig
CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
-
Fields inherited from interface org.neo4j.gds.config.MutateRelationshipConfig
MUTATE_RELATIONSHIP_TYPE_KEY
-
Fields inherited from interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
BOTTOM_K_DEFAULT, BOTTOM_K_KEY, BOTTOM_N_DEFAULT, BOTTOM_N_KEY, TOP_K_DEFAULT, TOP_K_KEY, TOP_N_DEFAULT, TOP_N_KEY
-
-
Method Summary
Static Methods Modifier and Type Method Description static FilteredNodeSimilarityMutateConfigof(org.neo4j.gds.core.CypherMapWrapper userInput)-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes, validateNodeLabels, validateRelationshipTypes
-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, logProgress, sudo, toMap, usernameOverride
-
Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig
concurrency, minBatchSize, validateConcurrency
-
Methods inherited from interface org.neo4j.gds.similarity.filterednodesim.FilteredNodeSimilarityBaseConfig
sourceNodeFilter, targetNodeFilter
-
Methods inherited from interface org.neo4j.gds.config.MutatePropertyConfig
mutateProperty, validateMutateProperty
-
Methods inherited from interface org.neo4j.gds.config.MutateRelationshipConfig
mutateRelationshipType, validateMutateRelationships
-
Methods inherited from interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
bottomK, bottomN, computeToGraph, computeToStream, degreeCutoff, hasTopK, hasTopN, isParallel, normalizedK, normalizedN, similarityCutoff, similarityMetric, topK, topN, validate
-
-
-
-
Method Detail
-
of
static FilteredNodeSimilarityMutateConfig of(org.neo4j.gds.core.CypherMapWrapper userInput)
-
-