- Timestamp:
- 01/13/17 18:18:37 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MemPRAlgorithm/HeuristicLab.Algorithms.MemPR/3.3/Interfaces/Interfaces.cs
r14552 r14563 50 50 51 51 public interface ISolutionModelTrainer<TContext> : IItem { 52 bool Bias { get; } 52 53 void TrainModel(TContext context); 53 54 }
Note: See TracChangeset
for help on using the changeset viewer.