Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 15:05:16 (9 years ago)
Author:
gkronber
Message:
 
Location:
branches/ExcelIntegration/HeuristicLabExcel
Files:
2 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);
  • branches/ExcelIntegration/HeuristicLabExcel/HeuristicLabExcel.csproj

    r11217 r11716  
    4040    </Reference>
    4141    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
    42       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
     42      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
    4343    </Reference>
    4444    <Reference Include="HeuristicLab.Common-3.3">
    45       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     45      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4646    </Reference>
    4747    <Reference Include="HeuristicLab.Core-3.3">
    48       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4949    </Reference>
    5050    <Reference Include="HeuristicLab.Data-3.3">
    51       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    5252    </Reference>
    5353    <Reference Include="HeuristicLab.Optimization-3.3">
    54       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    5555    </Reference>
    5656    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    57       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    5858    </Reference>
    5959    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.