public interface PriorFunction
extends org.apache.hadoop.io.Writable
double age(double oldValue,
double generations,
double learningRate)
oldValue - The previous value.generations - The number of generations.learningRate - The learning rate with lambda baked in.double logP(double betaIJ)
betaIJ - The coefficient.Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.