Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/11 11:45:19 (13 years ago)
Author:
gkronber
Message:

#1474: implemented neural networks for classification.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkClassificationSolution.cs

    r6577 r6579  
    2626namespace HeuristicLab.Algorithms.DataAnalysis {
    2727  /// <summary>
    28   /// Interface to represent a neural network regression solution
     28  /// Interface to represent a neural network classification solution
    2929  /// </summary>
    30   public interface INeuralNetworkRegressionSolution : IRegressionSolution {
     30  public interface INeuralNetworkClassificationSolution : IClassificationSolution {
    3131    new INeuralNetworkModel Model { get; }
    3232  }
Note: See TracChangeset for help on using the changeset viewer.