Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Modeling/3.2 @ 2602

Name Size Rev Age Author Last Change
../
Properties 1855   15 years gkronber Added project frame for plugin HeuristicLab.Modeling. #635 (Plugin …
HeuristicLab.snk 596 bytes 1856   15 years gkronber Moved problem injectors from GP.StructureIdentification projects …
SimpleSpearmansRankCorrelationCoefficientEvaluator.cs 932 bytes 2428   15 years gkronber Implemented #782 (Additional model quality metrics: Pearson …
ModelType.cs 978 bytes 2369   15 years gkronber Added enum ModelType (classification, regression, …
SimplePearsonCorrelationCoefficientEvaluator.cs 997 bytes 2428   15 years gkronber Implemented #782 (Additional model quality metrics: Pearson …
IClassificationAlgorithm.cs 1.0 KB 1857   15 years gkronber Worked on lose coupling of CEDMA and GP/SVR with plugin …
IStochasticAlgorithm.cs 1.1 KB 1857   15 years gkronber Worked on lose coupling of CEDMA and GP/SVR with plugin …
ITimeSeriesAlgorithm.cs 1.1 KB 2366   15 years gkronber Fixed incompatibility between CEDMA server and time-series algorithms. …
SimpleNMSEEvaluator.cs 1.2 KB 2379   15 years gkronber Implemented additional model quality metrics. #761
IPredictor.cs 1.2 KB 2381   15 years mkommend added GetInputVariables to IPredictor (ticket #760)
SimpleMSEEvaluator.cs 1.3 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
HeuristicLabModelingPlugin.cs 1.4 KB 2591   14 years gkronber Copied refactored plugin infrastructure from branch and merged …
SimpleWeightedDirectionalSymmetryEvaluator.cs 1.5 KB 2379   15 years gkronber Implemented additional model quality metrics. #761
IAlgorithm.cs 1.5 KB 2440   15 years gkronber Fixed #784 (ProblemInjector should be changed to read variable names …
SolutionExtractor.cs 1.6 KB 2327   15 years gkronber Applied changes in modeling plugins that are necessary for the new …
Matrix.cs 1.7 KB 2380   15 years gkronber renamed file MatrixCreator.cs -> Matrix.cs to reflect class name …
TimeSeriesProblemInjector.cs 1.8 KB 2130   15 years gkronber * Removed "AutoRegressive" parameter for GP completely. User is …
DefaultTimeSeriesOperators.cs 1.8 KB 2388   15 years gkronber Adapted ModelingResultCalculators to keep a mapping from …
SimpleR2Evaluator.cs 1.9 KB 2428   15 years gkronber Implemented #782 (Additional model quality metrics: Pearson …
TargetClassesCalculator.cs 2.1 KB 2440   15 years gkronber Fixed #784 (ProblemInjector should be changed to read variable names …
SimpleStableCorrelationCoefficientEvaluator.cs 2.1 KB 2428   15 years gkronber Implemented #782 (Additional model quality metrics: Pearson …
IAnalyzerModel.cs 2.2 KB 2370   15 years gkronber Added enumerable type for model results and changed analyzer model, …
SimpleMeanAbsolutePercentageErrorEvaluator.cs 2.2 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
DefaultRegressionOperators.cs 2.2 KB 2419   15 years mkommend moved actual training samples from DefaulRegressionOperator to …
SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs 2.8 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
ModelingResult.cs 2.8 KB 2549   14 years mkommend corrected typos in ModelingResults PearsonCorrelationCoefficient …
SimpleTheilInequalityCoefficientEvaluator.cs 2.8 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
SimpleVarianceAccountedForEvaluator.cs 2.8 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
PredictorBase.cs 2.9 KB 2381   15 years mkommend added GetInputVariables to IPredictor (ticket #760)
DefaultModelAnalyzerOperators.cs 3.1 KB 2567   14 years gkronber Implemented #818 (Additional model meta data field that stores the …
DefaultClassificationOperators.cs 3.2 KB 2388   15 years gkronber Adapted ModelingResultCalculators to keep a mapping from …
SimpleAccuracyEvaluator.cs 3.4 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
SimpleConfusionMatrixEvaluator.cs 3.7 KB 2357   15 years gkronber Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not …
AnalyzerModel.cs 4.3 KB 2421   15 years gkronber Fixed bugs related to time series prognosis with SVMs. And fixed an …
BestSolutionStorer.cs 5.4 KB 2328   15 years gkronber this is the remaining part of changeset r2327. Applied changes in …
VariableEvaluationImpactCalculator.cs 5.9 KB 2559   14 years mkommend fixed memory leak in VariableImpactCalculators by cloning the …
ProblemInjectorView.resx 5.9 KB 1856   15 years gkronber Moved problem injectors from GP.StructureIdentification projects …
ProblemInjectorView.cs 6.0 KB 2440   15 years gkronber Fixed #784 (ProblemInjector should be changed to read variable names …
VariableQualityImpactCalculator.cs 6.1 KB 2559   14 years mkommend fixed memory leak in VariableImpactCalculators by cloning the …
HeuristicLab.Modeling-3.2.csproj 8.5 KB 2430   15 years gkronber Moved ALGLIB code into a separate plugin. #783
ProblemInjector.cs 8.7 KB 2440   15 years gkronber Fixed #784 (ProblemInjector should be changed to read variable names …
ProblemInjectorView.Designer.cs 9.7 KB 1856   15 years gkronber Moved problem injectors from GP.StructureIdentification projects …
ModelingResultCalculators.cs 16.8 KB 2551   14 years mkommend added ResultCalculator for !PearsonS quality measures (ticket #782)
  • Property bugtraq:label set to Ticket
  • Property bugtraq:logregex set to
    (?:ticket: *|#)(\d+) *(?:, *(\d+))*
  • Property bugtraq:url set to /trac/hl3/core/ticket/%BUGID%
  • Property bugtraq:warnifnoissue set to true
  • Property svn:ignore set to
    bin
    obj
    *.user
Note: See TracBrowser for help on using the repository browser.