Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 15:05:16 (10 years ago)
Author:
gkronber
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ExcelIntegration/HeuristicLabExcel/ExcelFunctions.cs

    r11217 r11716  
    1313      return x * y;
    1414    }
    15     [ExcelFunction(Description = "Random forest", Category = "Useful functions")]
     15
     16   
     17    [ExcelFunction(Description = "Random forest", Category = "Data Analysis")]
    1618    public static double[,] PredictRandomForest(double[,] x, double[] y) {
    1719      int nRows = x.GetLength(0);
Note: See TracChangeset for help on using the changeset viewer.