Skip navigation links
Stanford CoreNLP API
edu.stanford.nlp.optimization

Class InefficientSGDMinimizer<T extends Function>

    • Constructor Detail

      • InefficientSGDMinimizer

        public InefficientSGDMinimizer()
      • InefficientSGDMinimizer

        public InefficientSGDMinimizer(double SGDGain,
                                       int batchSize)
      • InefficientSGDMinimizer

        public InefficientSGDMinimizer(double SGDGain,
                                       int batchSize,
                                       int passes)
      • InefficientSGDMinimizer

        public InefficientSGDMinimizer(double SGDGain,
                                       int batchSize,
                                       int passes,
                                       boolean outputToFile)
      • InefficientSGDMinimizer

        public InefficientSGDMinimizer(double SGDGain,
                                       int batchSize,
                                       int passes,
                                       long maxTime)
      • InefficientSGDMinimizer

        public InefficientSGDMinimizer(double SGDGain,
                                       int batchSize,
                                       int passes,
                                       long maxTime,
                                       boolean outputToFile)
Stanford CoreNLP API

© 2002-2013 Stanford NLP Group