Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiLabelFeatureExtractors

        public 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 Detail

      • featureCountPerLabel

        public java.util.Map<org.neo4j.gds.NodeLabel,​java.lang.Integer> featureCountPerLabel()
      • extractorsPerLabel

        public java.util.Map<org.neo4j.gds.NodeLabel,​java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor>> extractorsPerLabel()