Class YensTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class YensTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation​(int k, boolean trackRelationships)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • memoryEstimation

        public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation​(int k,
                                                                                     boolean trackRelationships)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable