Class MultiLabelFeatureExtractors
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.algo.MultiLabelFeatureExtractors
-
public class MultiLabelFeatureExtractors extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiLabelFeatureExtractors(java.util.Map<org.neo4j.gds.NodeLabel,java.lang.Integer> featureCountPerLabel, java.util.Map<org.neo4j.gds.NodeLabel,java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor>> extractorsPerLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<org.neo4j.gds.NodeLabel,java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor>>extractorsPerLabel()java.util.Map<org.neo4j.gds.NodeLabel,java.lang.Integer>featureCountPerLabel()
-