source:
branches/3022-FastFunctionExtraction/FFX/ISimpleBasisFunction.cs
@
18242
Last change on this file since 18242 was 17737, checked in by lleko, 5 years ago | |
---|---|
File size: 310 bytes |
Rev | Line | |
---|---|---|
[17737] | 1 | |
2 | namespace HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction { | |
3 | interface ISimpleBasisFunction : IBasisFunction { | |
4 | double Exponent { get; set; } | |
5 | NonlinearOperator Operator { get; set; } | |
6 | double Threshold { get; set; } | |
7 | string Feature { get; set; } | |
8 | } | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.