Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/18 13:14:16 (6 years ago)
Author:
rhanghof
Message:

#2913:

  • Added the support for importing different Matlab datatypes.
  • Added some classes and changed the import dialog for importing double arrays.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2913_MatlabScriptProblemInstanceProvider/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r15912 r15926  
    123123      <DependentUpon>RegressionImportDialog.cs</DependentUpon>
    124124    </Compile>
     125    <Compile Include="Regression\Matlab\IMLVariablesLoader.cs">
     126      <SubType>Form</SubType>
     127    </Compile>
     128    <Compile Include="Regression\Matlab\MLDoubleArrayLoader.cs">
     129      <SubType>Form</SubType>
     130    </Compile>
     131    <Compile Include="Regression\Matlab\MLTimeseriesLoader.cs">
     132      <SubType>Form</SubType>
     133    </Compile>
     134    <Compile Include="Regression\Matlab\MLVariablesLoader.cs">
     135      <SubType>Form</SubType>
     136    </Compile>
    125137    <Compile Include="Regression\Matlab\RegressionMatlabImportDialog.cs">
    126138      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.