../
|
Properties
|
|
1855
|
15 years
|
gkronber |
Added project frame for plugin HeuristicLab.Modeling. #635 (Plugin …
|
VariableQualityImpactCalculator.cs
|
6.0 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
VariableEvaluationImpactCalculator.cs
|
5.8 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
TimeSeriesProblemInjector.cs
|
1.8 KB
|
2130
|
15 years
|
gkronber |
* Removed "AutoRegressive" parameter for GP completely. User is …
|
TargetClassesCalculator.cs
|
2.1 KB
|
2351
|
15 years
|
gkronber |
Worked on SVM classification engine. #625
|
SolutionExtractor.cs
|
1.6 KB
|
2327
|
15 years
|
gkronber |
Applied changes in modeling plugins that are necessary for the new …
|
SimpleWeightedDirectionalSymmetryEvaluator.cs
|
1.5 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
SimpleVarianceAccountedForEvaluator.cs
|
2.8 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleTheilInequalityCoefficientEvaluator.cs
|
2.8 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleR2Evaluator.cs
|
1.9 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleNMSEEvaluator.cs
|
1.2 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
SimpleMSEEvaluator.cs
|
1.3 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs
|
2.8 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleMeanAbsolutePercentageErrorEvaluator.cs
|
2.2 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleEvaluatorBase.cs
|
1.3 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleDirectionalSymmetryEvaluator.cs
|
1.4 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
SimpleConfusionMatrixEvaluator.cs
|
3.7 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
SimpleAccuracyEvaluator.cs
|
3.4 KB
|
2357
|
15 years
|
gkronber |
Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
|
ProblemInjectorView.resx
|
5.9 KB
|
1856
|
15 years
|
gkronber |
Moved problem injectors from GP.StructureIdentification projects …
|
ProblemInjectorView.Designer.cs
|
9.7 KB
|
1856
|
15 years
|
gkronber |
Moved problem injectors from GP.StructureIdentification projects …
|
ProblemInjectorView.cs
|
5.9 KB
|
2285
|
15 years
|
gkronber |
Worked on #722 (IModel should provide a Predict() method to get …
|
ProblemInjector.cs
|
8.4 KB
|
2174
|
15 years
|
gkronber |
Implemented #302 (Show variable names instead of var<index> in GP …
|
PredictorBase.cs
|
2.9 KB
|
2381
|
15 years
|
mkommend |
added GetInputVariables to IPredictor (ticket #760)
|
ModelType.cs
|
978 bytes
|
2369
|
15 years
|
gkronber |
Added enum ModelType (classification, regression, …
|
ModelingResultCalculators.cs
|
14.0 KB
|
2397
|
15 years
|
mkommend |
corrected ModelingResultCalculators for TimeSeriesPrognosis (ticket #755)
|
ModelingResult.cs
|
2.0 KB
|
2379
|
15 years
|
gkronber |
Implemented additional model quality metrics. #761
|
Matrix.cs
|
1.7 KB
|
2380
|
15 years
|
gkronber |
renamed file MatrixCreator.cs -> Matrix.cs to reflect class name …
|
ITimeSeriesAlgorithm.cs
|
1.1 KB
|
2366
|
15 years
|
gkronber |
Fixed incompatibility between CEDMA server and time-series algorithms. …
|
IStochasticAlgorithm.cs
|
1.1 KB
|
1857
|
15 years
|
gkronber |
Worked on lose coupling of CEDMA and GP/SVR with plugin …
|
IPredictor.cs
|
1.2 KB
|
2381
|
15 years
|
mkommend |
added GetInputVariables to IPredictor (ticket #760)
|
IClassificationAlgorithm.cs
|
1.0 KB
|
1857
|
15 years
|
gkronber |
Worked on lose coupling of CEDMA and GP/SVR with plugin …
|
IAnalyzerModel.cs
|
2.2 KB
|
2370
|
15 years
|
gkronber |
Added enumerable type for model results and changed analyzer model, …
|
IAlgorithm.cs
|
1.5 KB
|
2377
|
15 years
|
gkronber |
* Implemented cloning and persistence in data-modeling algorithms.
* …
|
HeuristicLabModelingPlugin.cs
|
1.4 KB
|
2324
|
15 years
|
mkommend |
moved DoubleExtension to HeuristicLab.Common (ticket #733)
|
HeuristicLab.snk
|
596 bytes
|
1856
|
15 years
|
gkronber |
Moved problem injectors from GP.StructureIdentification projects …
|
HeuristicLab.Modeling-3.2.csproj
|
8.1 KB
|
2388
|
15 years
|
gkronber |
Adapted ModelingResultCalculators to keep a mapping from …
|
DefaultTimeSeriesOperators.cs
|
1.8 KB
|
2388
|
15 years
|
gkronber |
Adapted ModelingResultCalculators to keep a mapping from …
|
DefaultRegressionOperators.cs
|
2.2 KB
|
2419
|
15 years
|
mkommend |
moved actual training samples from DefaulRegressionOperator to …
|
DefaultModelAnalyzerOperators.cs
|
4.6 KB
|
2388
|
15 years
|
gkronber |
Adapted ModelingResultCalculators to keep a mapping from …
|
DefaultClassificationOperators.cs
|
3.2 KB
|
2388
|
15 years
|
gkronber |
Adapted ModelingResultCalculators to keep a mapping from …
|
BestSolutionStorer.cs
|
5.4 KB
|
2328
|
15 years
|
gkronber |
this is the remaining part of changeset r2327.
Applied changes in …
|
AnalyzerModel.cs
|
4.3 KB
|
2421
|
15 years
|
gkronber |
Fixed bugs related to time series prognosis with SVMs. And fixed an …
|