org.apache.mahout.math.function
Interface IntIntFunction


public interface IntIntFunction

A function that takes to integer arguments and returns Double.


Method Summary
 double apply(int first, int second)
           
 

Method Detail

apply

double apply(int first,
             int second)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.