From 34b29a1983199ccebf35bc148c4fe5855b7c6a3b Mon Sep 17 00:00:00 2001 From: Jeff Heaton Date: Tue, 25 Mar 2014 20:39:27 -0500 Subject: [PATCH] Updated version header --- ConsoleExamples/ConsoleExamples.cs | 4 +-- .../Examples/ARTExample/ClassifyART1.cs | 4 +-- .../Examples/Adaline/AdalineDigits.cs | 4 +-- .../Examples/Analyst/AnalystExample.cs | 4 +-- .../Examples/Analyzer/CreateEval.cs | 4 +-- .../Examples/Analyzer/MarketAnalyzer.cs | 4 +-- ConsoleExamples/Examples/Analyzer/Prunes.cs | 4 +-- .../Examples/Analyzer/RandomTrainer.cs | 4 +-- .../Examples/AnnealTSP/SolveTSP.cs | 4 +-- .../AnnealTSP/TSPSimulatedAnnealing.cs | 4 +-- .../BAM/BidirectionalAssociativeMemory.cs | 4 +-- .../Examples/Bayesian/BayesianTaxi.cs | 4 +-- .../Examples/Benchmark/ElliottBenchmark.cs | 4 +-- .../Benchmark/EncogBenchmarkExample.cs | 4 +-- .../Examples/Benchmark/FahlmanEncoder.cs | 4 +-- .../Benchmark/MultiThreadBenchmark.cs | 4 +-- .../Examples/Benchmark/SimpleBenchmark.cs | 4 +-- .../Examples/Benchmark/ThreadCount.cs | 4 +-- .../Benchmark/WeightInitialization.cs | 4 +-- .../Examples/Boltzmann/BoltzTSP.cs | 4 +-- ConsoleExamples/Examples/CPN/RocketCPN.cs | 4 +-- ConsoleExamples/Examples/CSVPredict/config.cs | 4 +-- .../CSVPredict/marketbuildtraining.cs | 4 +-- .../Examples/CSVPredict/marketevaluate.cs | 4 +-- .../Examples/CSVPredict/marketpredict.cs | 4 +-- .../Examples/CSVPredict/marketprune.cs | 4 +-- .../Examples/CSVPredict/markettrain.cs | 4 +-- .../Examples/CSVPredict/mytests.cs | 4 +-- ConsoleExamples/Examples/ConsoleInterface.cs | 4 +-- ConsoleExamples/Examples/EPL/SimpleEPL.cs | 6 ++-- .../Examples/ElmanNetwork/ElmanExample.cs | 4 +-- ConsoleExamples/Examples/ExampleArgument.cs | 4 +-- ConsoleExamples/Examples/ExampleInfo.cs | 4 +-- ConsoleExamples/Examples/Forest/Evaluate.cs | 4 +-- .../Examples/Forest/ForestConfig.cs | 4 +-- .../Examples/Forest/ForestCover.cs | 4 +-- .../Examples/Forest/GenerateData.cs | 4 +-- .../Examples/Forest/TrainNetwork.cs | 4 +-- .../Examples/ForexExample/ForexMarketTrain.cs | 4 +-- .../Examples/Freeform/ConvertToFreeform.cs | 24 +++++++++++++++- .../Examples/Freeform/ElmanFreeform.cs | 24 +++++++++++++++- .../Examples/Freeform/FreeformOnlineXOR.cs | 26 +++++++++++++++-- .../Examples/Freeform/FreeformXOR.cs | 26 +++++++++++++++-- .../Examples/Freeform/SkipNeuralNetwork.cs | 24 +++++++++++++++- .../Examples/GeneticTSP/GeneticSolveTSP.cs | 4 +-- .../Examples/GeneticTSP/TSPScore.cs | 4 +-- .../Hopfield/Associate/HopfieldAssociate.cs | 4 +-- .../Hopfield/Simple/HopfieldSimple.cs | 4 +-- ConsoleExamples/Examples/IExample.cs | 4 +-- ConsoleExamples/Examples/IExampleInterface.cs | 4 +-- .../Examples/Image/ImageNeuralNetwork.cs | 4 +-- ConsoleExamples/Examples/Image/ImagePair.cs | 4 +-- .../Examples/Indicator/Avg/Config.cs | 26 +++++++++++++++-- .../Indicator/Avg/GenerateTraining.cs | 26 +++++++++++++++-- .../Indicator/Avg/IndicatorExample.cs | 26 +++++++++++++++-- .../Examples/Indicator/CustomInd/EMA.cs | 26 +++++++++++++++-- .../Examples/Indicator/CustomInd/RemoteEMA.cs | 26 +++++++++++++++-- .../ImportData/ImportIndicatorData.cs | 26 +++++++++++++++-- .../Examples/Indicator/ImportData/MyInd.cs | 26 +++++++++++++++-- .../Examples/JordanNetwork/JordanExample.cs | 4 +-- .../Examples/LiveSimul/LiveSimul.cs | 28 +++++++++++++++---- .../Examples/Lunar/LanderSimulator.cs | 4 +-- ConsoleExamples/Examples/Lunar/LunarLander.cs | 4 +-- .../Examples/Lunar/MLResettable.cs | 24 +++++++++++++++- ConsoleExamples/Examples/Lunar/NeuralPilot.cs | 4 +-- ConsoleExamples/Examples/Lunar/PilotScore.cs | 4 +-- ConsoleExamples/Examples/Market/Config.cs | 4 +-- .../Examples/Market/MarketBuildTraining.cs | 4 +-- .../Examples/Market/MarketEvaluate.cs | 4 +-- .../Examples/Market/MarketPredict.cs | 4 +-- .../Examples/Market/MarketPrune.cs | 4 +-- .../Examples/Market/MarketTrain.cs | 4 +-- .../Examples/MultiRadial/MultiRadial.cs | 4 +-- .../Examples/NetWorkPruner/PrunerLoader.cs | 4 +-- .../Examples/Normalize/NormalizeFile.cs | 4 +-- .../Examples/Normalize/SimpleNormalize.cs | 4 +-- .../Examples/Predict/PredictSunspot.cs | 4 +-- .../Examples/Predict/SunspotWindow.cs | 24 +++++++++++++++- .../Examples/Radial/MultiRadial.cs | 4 +-- .../Examples/RangeandMarket/CreateEval.cs | 4 +-- .../Examples/RangeandMarket/MarketAnalyzer.cs | 4 +-- .../Examples/RangeandMarket/Prunes.cs | 4 +-- .../Examples/RangeandMarket/RandomTrainer.cs | 4 +-- .../Examples/RateSP500/FinancialSample.cs | 4 +-- .../Examples/RateSP500/InterestRate.cs | 4 +-- .../Examples/RateSP500/PredictSP500.cs | 4 +-- .../Examples/RateSP500/SP500Actual.cs | 4 +-- .../Examples/SVM Predict/CreateSVMNetWork.cs | 4 +-- .../Examples/SVM Predict/SVMExample.cs | 4 +-- .../SVM Predict/SVMPredictSunSpots.cs | 4 +-- ConsoleExamples/Examples/SVM/RegressionSVM.cs | 24 +++++++++++++++- .../Examples/SVMPredict CSV/config.cs | 4 +-- .../SVMPredict CSV/marketbuildtraining.cs | 4 +-- .../Examples/SVMPredict CSV/marketevaluate.cs | 4 +-- .../Examples/SVMPredict CSV/marketpredict.cs | 4 +-- .../Examples/SVMPredict CSV/marketprune.cs | 4 +-- .../Examples/SVMPredict CSV/markettrain.cs | 4 +-- .../Examples/SVMPredict CSV/mytests.cs | 4 +-- ConsoleExamples/Examples/Util/City.cs | 4 +-- ConsoleExamples/Examples/Util/TemporalXOR.cs | 4 +-- ConsoleExamples/Examples/XOR/XORFactory.cs | 4 +-- ConsoleExamples/Examples/XOR/XORHelloWorld.cs | 4 +-- ConsoleExamples/Examples/XOR/XORNEAT.cs | 4 +-- ConsoleExamples/Examples/XOR/XOROnline.cs | 24 +++++++++++++++- ConsoleExamples/Examples/XOR/XORPSO.cs | 4 +-- ConsoleExamples/NormalizeFile.cs | 4 +-- ConsoleExamples/Persist/PersistEncog.cs | 4 +-- ConsoleExamples/Persist/PersistSerial.cs | 4 +-- ConsoleExamples/Properties/AssemblyInfo.cs | 4 +-- .../Properties/Settings.Designer.cs | 4 +-- ConsoleExamples/SimpleNormalize.cs | 4 +-- encog-core-cs.sln.DotSettings.user | 2 +- encog-core-cs/App/Analyst/AnalystError.cs | 5 ++-- .../App/Analyst/AnalystFileFormat.cs | 5 ++-- encog-core-cs/App/Analyst/AnalystGoal.cs | 5 ++-- .../App/Analyst/Analyze/AnalyzedField.cs | 5 ++-- .../App/Analyst/Analyze/PerformAnalysis.cs | 5 ++-- .../App/Analyst/CSV/AnalystClusterCSV.cs | 5 ++-- .../App/Analyst/CSV/AnalystEvaluateCSV.cs | 5 ++-- .../App/Analyst/CSV/AnalystEvaluateRawCSV.cs | 5 ++-- .../App/Analyst/CSV/Balance/BalanceCSV.cs | 5 ++-- .../App/Analyst/CSV/Basic/BaseCachedColumn.cs | 5 ++-- .../App/Analyst/CSV/Basic/BasicCachedFile.cs | 5 ++-- .../App/Analyst/CSV/Basic/BasicFile.cs | 5 ++-- .../App/Analyst/CSV/Basic/FileData.cs | 5 ++-- .../App/Analyst/CSV/Basic/LoadedRow.cs | 5 ++-- .../App/Analyst/CSV/EvaluateRawCSV.cs | 5 ++-- .../App/Analyst/CSV/Filter/ExcludedField.cs | 5 ++-- .../App/Analyst/CSV/Filter/FilterCSV.cs | 5 ++-- .../CSV/Normalize/AnalystNormalizeCSV.cs | 5 ++-- .../App/Analyst/CSV/Process/AnalystProcess.cs | 5 ++-- .../Analyst/CSV/Process/ProcessExtension.cs | 5 ++-- .../App/Analyst/CSV/Segregate/SegregateCSV.cs | 5 ++-- .../CSV/Segregate/SegregateTargetPercent.cs | 5 ++-- .../App/Analyst/CSV/Shuffle/ShuffleCSV.cs | 5 ++-- .../App/Analyst/CSV/Sort/RowComparator.cs | 5 ++-- encog-core-cs/App/Analyst/CSV/Sort/SortCSV.cs | 5 ++-- .../App/Analyst/CSV/Sort/SortType.cs | 5 ++-- .../App/Analyst/CSV/Sort/SortedField.cs | 5 ++-- .../App/Analyst/CSV/TimeSeriesUtil.cs | 5 ++-- encog-core-cs/App/Analyst/Commands/Cmd.cs | 5 ++-- .../App/Analyst/Commands/CmdBalance.cs | 5 ++-- .../App/Analyst/Commands/CmdCluster.cs | 5 ++-- encog-core-cs/App/Analyst/Commands/CmdCode.cs | 5 ++-- .../App/Analyst/Commands/CmdCreate.cs | 5 ++-- .../App/Analyst/Commands/CmdEvaluate.cs | 5 ++-- .../App/Analyst/Commands/CmdEvaluateRaw.cs | 5 ++-- .../App/Analyst/Commands/CmdGenerate.cs | 5 ++-- .../App/Analyst/Commands/CmdNormalize.cs | 5 ++-- .../App/Analyst/Commands/CmdProcess.cs | 5 ++-- .../App/Analyst/Commands/CmdRandomize.cs | 5 ++-- .../App/Analyst/Commands/CmdReset.cs | 5 ++-- .../App/Analyst/Commands/CmdSegregate.cs | 5 ++-- encog-core-cs/App/Analyst/Commands/CmdSet.cs | 5 ++-- .../App/Analyst/Commands/CmdTrain.cs | 5 ++-- .../App/Analyst/ConsoleAnalystListener.cs | 5 ++-- encog-core-cs/App/Analyst/EncogAnalyst.cs | 5 ++-- encog-core-cs/App/Analyst/IAnalystListener.cs | 5 ++-- .../App/Analyst/Missing/DiscardMissing.cs | 5 ++-- .../Analyst/Missing/IHandleMissingValues.cs | 5 ++-- .../App/Analyst/Missing/MeanAndModeMissing.cs | 5 ++-- .../App/Analyst/Missing/NegateMissing.cs | 5 ++-- .../App/Analyst/Report/AnalystReport.cs | 5 ++-- .../App/Analyst/Script/AnalystClassItem.cs | 5 ++-- .../App/Analyst/Script/AnalystScript.cs | 5 ++-- encog-core-cs/App/Analyst/Script/DataField.cs | 5 ++-- .../App/Analyst/Script/ML/ScriptOpcode.cs | 5 ++-- .../Analyst/Script/Normalize/AnalystField.cs | 5 ++-- .../Script/Normalize/AnalystNormalize.cs | 5 ++-- .../Analyst/Script/Process/AnalystProcess.cs | 5 ++-- .../Analyst/Script/Process/ProcessField.cs | 5 ++-- .../Script/Prop/PropertyConstraints.cs | 5 ++-- .../App/Analyst/Script/Prop/PropertyEntry.cs | 5 ++-- .../App/Analyst/Script/Prop/PropertyType.cs | 5 ++-- .../Analyst/Script/Prop/ScriptProperties.cs | 5 ++-- .../App/Analyst/Script/ScriptLoad.cs | 5 ++-- .../App/Analyst/Script/ScriptSave.cs | 5 ++-- .../Script/Segregate/AnalystSegregate.cs | 5 ++-- .../Segregate/AnalystSegregateTarget.cs | 5 ++-- .../App/Analyst/Script/Task/AnalystTask.cs | 5 ++-- .../App/Analyst/Util/AnalystReportBridge.cs | 5 ++-- encog-core-cs/App/Analyst/Util/CSVHeaders.cs | 5 ++-- .../App/Analyst/Util/ConvertStringConst.cs | 5 ++-- .../App/Analyst/Wizard/AnalystWizard.cs | 5 ++-- .../App/Analyst/Wizard/NormalizeRange.cs | 5 ++-- .../App/Analyst/Wizard/PredictionType.cs | 26 +++++++++++++++-- .../App/Analyst/Wizard/SourceElement.cs | 7 ++--- .../App/Analyst/Wizard/WizardMethodType.cs | 5 ++-- .../App/Finance/Indicators/Finance.cs | 5 ++-- .../Generate/AnalystCodeGenerationError.cs | 5 ++-- .../App/Generate/EncogCodeGeneration.cs | 5 ++-- .../Generate/Generators/AbstractGenerator.cs | 5 ++-- .../Generators/AbstractTemplateGenerator.cs | 5 ++-- .../App/Generate/Generators/CS/GenerateCS.cs | 5 ++-- .../Generators/ILanguageSpecificGenerator.cs | 5 ++-- .../Generate/Generators/IProgramGenerator.cs | 5 ++-- .../Generate/Generators/ITemplateGenerator.cs | 5 ++-- .../Generators/JS/GenerateEncogJavaScript.cs | 5 ++-- .../Generators/Java/GenerateEncogJava.cs | 5 ++-- .../Generate/Generators/MQL4/GenerateMQL4.cs | 5 ++-- .../NinjaScript/GenerateNinjaScript.cs | 5 ++-- .../App/Generate/Program/EncogArgType.cs | 5 ++-- .../App/Generate/Program/EncogGenProgram.cs | 5 ++-- .../App/Generate/Program/EncogProgramArg.cs | 5 ++-- .../App/Generate/Program/EncogProgramNode.cs | 5 ++-- .../App/Generate/Program/EncogTreeNode.cs | 5 ++-- .../App/Generate/Program/NodeType.cs | 5 ++-- encog-core-cs/App/Generate/TargetLanguage.cs | 5 ++-- .../App/Quant/Indicators/Indicator.cs | 5 ++-- .../App/Quant/Indicators/MovingAverage.cs | 5 ++-- .../Quant/Indicators/Predictive/BestClose.cs | 5 ++-- .../Quant/Indicators/Predictive/BestReturn.cs | 5 ++-- .../App/Quant/Indicators/ProcessIndicators.cs | 5 ++-- encog-core-cs/App/Quant/Loader/LoaderError.cs | 5 ++-- .../App/Quant/Loader/MarketLoader.cs | 5 ++-- .../App/Quant/Loader/OpenQuant/Bar.cs | 5 ++-- .../App/Quant/Loader/OpenQuant/BarSeries.cs | 6 ++-- .../App/Quant/Loader/OpenQuant/IDataseries.cs | 5 ++-- .../App/Quant/Loader/OpenQuant/OpenQuant.cs | 5 ++-- .../Quant/Loader/OpenQuant/OpenQuantLoader.cs | 5 ++-- .../App/Quant/Loader/Yahoo/YahooDownload.cs | 5 ++-- .../App/Quant/Ninja/NinjaFileConvert.cs | 5 ++-- .../App/Quant/Ninja/NinjaStreamWriter.cs | 5 ++-- encog-core-cs/App/Quant/QuantError.cs | 5 ++-- encog-core-cs/App/Quant/QuantTask.cs | 5 ++-- encog-core-cs/App/Quant/Util/BarBuffer.cs | 5 ++-- encog-core-cs/Bot/BotError.cs | 2 +- encog-core-cs/Bot/BotUtil.cs | 2 +- encog-core-cs/Bot/Browse/Address.cs | 2 +- encog-core-cs/Bot/Browse/BrowseError.cs | 2 +- encog-core-cs/Bot/Browse/Browser.cs | 2 +- .../Bot/Browse/Extract/BasicExtract.cs | 2 +- encog-core-cs/Bot/Browse/Extract/IExtract.cs | 2 +- .../Bot/Browse/Extract/IExtractListener.cs | 2 +- .../Bot/Browse/Extract/ListExtractListener.cs | 2 +- encog-core-cs/Bot/Browse/LoadWebPage.cs | 2 +- encog-core-cs/Bot/Browse/Range/Div.cs | 2 +- .../Bot/Browse/Range/DocumentRange.cs | 2 +- encog-core-cs/Bot/Browse/Range/Form.cs | 2 +- encog-core-cs/Bot/Browse/Range/FormElement.cs | 2 +- encog-core-cs/Bot/Browse/Range/Input.cs | 2 +- encog-core-cs/Bot/Browse/Range/Link.cs | 2 +- encog-core-cs/Bot/Browse/Range/Span.cs | 2 +- encog-core-cs/Bot/Browse/WebPage.cs | 2 +- encog-core-cs/Bot/DataUnits/CodeDataUnit.cs | 2 +- encog-core-cs/Bot/DataUnits/DataUnit.cs | 2 +- encog-core-cs/Bot/DataUnits/TagDataUnit.cs | 2 +- encog-core-cs/Bot/DataUnits/TextDataUnit.cs | 2 +- encog-core-cs/Bot/RSS/RSS.cs | 2 +- encog-core-cs/Bot/RSS/RSSItem.cs | 2 +- encog-core-cs/Cloud/CloudError.cs | 2 +- .../Cloud/Indicator/Basic/BasicIndicator.cs | 2 +- .../Indicator/Basic/DownloadIndicator.cs | 2 +- .../Basic/DownloadIndicatorFactory.cs | 2 +- .../Cloud/Indicator/Basic/InstrumentHolder.cs | 2 +- .../Indicator/IIndicatorConnectionListener.cs | 2 +- .../Cloud/Indicator/IIndicatorFactory.cs | 2 +- .../Cloud/Indicator/IIndicatorListener.cs | 2 +- .../Cloud/Indicator/IndicatorError.cs | 2 +- .../Cloud/Indicator/Server/HandleClient.cs | 2 +- .../Cloud/Indicator/Server/IndicatorLink.cs | 2 +- .../Cloud/Indicator/Server/IndicatorPacket.cs | 2 +- .../Cloud/Indicator/Server/IndicatorServer.cs | 2 +- encog-core-cs/ConsoleStatusReportable.cs | 2 +- encog-core-cs/EncogError.cs | 2 +- encog-core-cs/EncogFramework.cs | 2 +- .../Network/Activation/ActivationBiPolar.cs | 2 +- .../ActivationBipolarSteepenedSigmoid.cs | 2 +- .../Activation/ActivationClippedLinear.cs | 2 +- .../Activation/ActivationCompetitive.cs | 2 +- .../Network/Activation/ActivationElliott.cs | 2 +- .../Activation/ActivationElliottSymmetric.cs | 2 +- .../Network/Activation/ActivationGaussian.cs | 2 +- .../Network/Activation/ActivationLOG.cs | 2 +- .../Network/Activation/ActivationLinear.cs | 2 +- .../Network/Activation/ActivationRamp.cs | 2 +- .../Network/Activation/ActivationSIN.cs | 2 +- .../Network/Activation/ActivationSigmoid.cs | 2 +- .../Network/Activation/ActivationSoftMax.cs | 2 +- .../Activation/ActivationSteepenedSigmoid.cs | 2 +- .../Network/Activation/ActivationStep.cs | 2 +- .../Network/Activation/ActivationTANH.cs | 2 +- .../Network/Activation/IActivationFunction.cs | 2 +- .../Activation/IActivationFunctionCL.cs | 2 +- encog-core-cs/IStatusReportable.cs | 2 +- encog-core-cs/ML/Anneal/SimulatedAnnealing.cs | 2 +- encog-core-cs/ML/BasicML.cs | 2 +- .../ML/Bayesian/BIF/BIFDefinition.cs | 2 +- encog-core-cs/ML/Bayesian/BIF/BIFVariable.cs | 2 +- encog-core-cs/ML/Bayesian/BayesianChoice.cs | 2 +- encog-core-cs/ML/Bayesian/BayesianError.cs | 2 +- encog-core-cs/ML/Bayesian/BayesianEvent.cs | 2 +- encog-core-cs/ML/Bayesian/BayesianNetwork.cs | 2 +- encog-core-cs/ML/Bayesian/EventType.cs | 2 +- .../ML/Bayesian/Parse/ParseProbability.cs | 2 +- .../ML/Bayesian/Parse/ParsedChoice.cs | 2 +- .../ML/Bayesian/Parse/ParsedEvent.cs | 2 +- .../ML/Bayesian/Parse/ParsedProbability.cs | 2 +- encog-core-cs/ML/Bayesian/PersistBayes.cs | 2 +- encog-core-cs/ML/Bayesian/Query/BasicQuery.cs | 2 +- .../Query/Enumeration/EnumerationQuery.cs | 2 +- encog-core-cs/ML/Bayesian/Query/EventState.cs | 2 +- .../ML/Bayesian/Query/IBayesianQuery.cs | 2 +- .../ML/Bayesian/Query/Sample/SamplingQuery.cs | 2 +- .../ML/Bayesian/Table/BayesianTable.cs | 2 +- encog-core-cs/ML/Bayesian/Table/TableLine.cs | 2 +- .../ML/Bayesian/Training/BayesianInit.cs | 2 +- .../Training/Estimator/EstimatorNone.cs | 2 +- .../Training/Estimator/IBayesEstimator.cs | 2 +- .../Training/Estimator/SimpleEstimator.cs | 2 +- .../Bayesian/Training/Search/IBayesSearch.cs | 2 +- .../ML/Bayesian/Training/Search/SearchNone.cs | 2 +- .../Bayesian/Training/Search/k2/SearchK2.cs | 2 +- .../ML/Bayesian/Training/TrainBayesian.cs | 2 +- .../ML/Data/Basic/BasicMLComplexData.cs | 2 +- encog-core-cs/ML/Data/Basic/BasicMLData.cs | 2 +- .../ML/Data/Basic/BasicMLDataCentroid.cs | 2 +- .../ML/Data/Basic/BasicMLDataPair.cs | 2 +- .../ML/Data/Basic/BasicMLDataPairCentroid.cs | 2 +- encog-core-cs/ML/Data/Basic/BasicMLDataSet.cs | 2 +- .../ML/Data/Basic/BasicMLSequenceSet.cs | 2 +- .../ML/Data/Buffer/BinaryDataLoader.cs | 2 +- .../ML/Data/Buffer/BufferedDataError.cs | 2 +- .../ML/Data/Buffer/BufferedMLDataSet.cs | 2 +- .../Buffer/BufferedNeuralDataSetEnumerator.cs | 2 +- .../ML/Data/Buffer/CODEC/ArrayDataCODEC.cs | 2 +- .../ML/Data/Buffer/CODEC/CSVDataCODEC.cs | 2 +- .../ML/Data/Buffer/CODEC/IDataSetCODEC.cs | 2 +- .../Data/Buffer/CODEC/NeuralDataSetCODEC.cs | 2 +- .../ML/Data/Buffer/CODEC/SQLCODEC.cs | 2 +- encog-core-cs/ML/Data/Buffer/EncogEGBFile.cs | 2 +- .../ML/Data/Buffer/MemoryDataLoader.cs | 2 +- .../ML/Data/Dynamic/DynamicMLDataSet.cs | 2 +- .../ML/Data/Dynamic/IDynamicMLDataProvider.cs | 2 +- .../Dynamic/Providers/FuncMLDataProvider.cs | 2 +- .../Providers/SlidingWindowMLDataProvider.cs | 2 +- encog-core-cs/ML/Data/Folded/FoldedDataSet.cs | 2 +- .../ML/Data/Folded/FoldedEnumerator.cs | 2 +- encog-core-cs/ML/Data/IMLComplexData.cs | 2 +- encog-core-cs/ML/Data/IMLData.cs | 2 +- encog-core-cs/ML/Data/IMLDataError.cs | 2 +- encog-core-cs/ML/Data/IMLDataPair.cs | 2 +- encog-core-cs/ML/Data/IMLDataSet.cs | 2 +- encog-core-cs/ML/Data/IMLSequenceSet.cs | 2 +- encog-core-cs/ML/Data/Image/ImageMlData.cs | 2 +- encog-core-cs/ML/Data/Image/ImageMlDataSet.cs | 2 +- encog-core-cs/ML/Data/MLDataError.cs | 2 +- .../ML/Data/Market/Loader/CSVFinal.cs | 2 +- .../ML/Data/Market/Loader/CSVTicksLoader.cs | 2 +- .../ML/Data/Market/Loader/GoogleLoader.cs | 2 +- .../ML/Data/Market/Loader/IMarketLoader.cs | 2 +- .../ML/Data/Market/Loader/LoadedMarketData.cs | 2 +- .../ML/Data/Market/Loader/LoaderError.cs | 2 +- .../ML/Data/Market/Loader/MultiCsvLoader.cs | 2 +- .../Data/Market/Loader/YahooFinanceLoader.cs | 2 +- .../ML/Data/Market/Loader/csvfileloader.cs | 2 +- .../ML/Data/Market/Loader/csvformloader.cs | 2 +- .../Market/Loader/csvformloader.designer.cs | 2 +- .../ML/Data/Market/Loader/csvformsimple.cs | 2 +- .../Market/Loader/csvformsimple.designer.cs | 2 +- .../ML/Data/Market/Loader/csvloader.cs | 2 +- .../ML/Data/Market/Loader/csvtickloader.cs | 2 +- .../ML/Data/Market/MarketDataDescription.cs | 2 +- .../ML/Data/Market/MarketDataType.cs | 2 +- encog-core-cs/ML/Data/Market/MarketError.cs | 2 +- .../ML/Data/Market/MarketMLDataSet.cs | 2 +- encog-core-cs/ML/Data/Market/MarketPoint.cs | 2 +- encog-core-cs/ML/Data/Market/TickerSymbol.cs | 2 +- .../ML/Data/Specific/BiPolarMlData.cs | 2 +- .../ML/Data/Specific/CsvMlDataSet.cs | 2 +- .../ML/Data/Specific/SqlMlDataSet.cs | 2 +- .../Data/Temporal/TemporalDataDescription.cs | 2 +- .../ML/Data/Temporal/TemporalError.cs | 2 +- .../ML/Data/Temporal/TemporalMLDataSet.cs | 2 +- .../ML/Data/Temporal/TemporalPoint.cs | 2 +- .../ML/EA/Codec/GenomeAsPhenomeCODEC.cs | 5 ++-- encog-core-cs/ML/EA/Codec/IGeneticCODEC.cs | 5 ++-- .../ML/EA/Exceptions/EACompileError.cs | 5 ++-- encog-core-cs/ML/EA/Exceptions/EAError.cs | 5 ++-- .../ML/EA/Exceptions/EARuntimeError.cs | 5 ++-- encog-core-cs/ML/EA/Genome/BasicGenome.cs | 5 ++-- encog-core-cs/ML/EA/Genome/IGenome.cs | 5 ++-- encog-core-cs/ML/EA/Genome/IGenomeFactory.cs | 5 ++-- encog-core-cs/ML/EA/Opp/CompoundOperator.cs | 5 ++-- .../ML/EA/Opp/IEvolutionaryOperator.cs | 5 ++-- encog-core-cs/ML/EA/Opp/OperationList.cs | 5 ++-- .../ML/EA/Opp/Selection/ISelectionOperator.cs | 5 ++-- .../EA/Opp/Selection/TournamentSelection.cs | 5 ++-- .../EA/Opp/Selection/TruncationSelection.cs | 5 ++-- .../ML/EA/Population/BasicPopulation.cs | 5 ++-- encog-core-cs/ML/EA/Population/IPopulation.cs | 5 ++-- .../ML/EA/Population/IPopulationGenerator.cs | 5 ++-- encog-core-cs/ML/EA/Rules/BasicRuleHolder.cs | 5 ++-- encog-core-cs/ML/EA/Rules/IConstraintRule.cs | 5 ++-- encog-core-cs/ML/EA/Rules/IRewriteRule.cs | 5 ++-- encog-core-cs/ML/EA/Rules/IRuleHolder.cs | 5 ++-- .../Score/Adjust/ComplexityAdjustedScore.cs | 5 ++-- encog-core-cs/ML/EA/Score/IAdjustScore.cs | 5 ++-- .../ML/EA/Score/Multi/ParallelScore.cs | 5 ++-- .../ML/EA/Score/Multi/ParallelScoreTask.cs | 5 ++-- .../ML/EA/Sort/AbstractGenomeComparer.cs | 5 ++-- encog-core-cs/ML/EA/Sort/IGenomeComparer.cs | 5 ++-- .../ML/EA/Sort/MaximizeAdjustedScoreComp.cs | 5 ++-- encog-core-cs/ML/EA/Sort/MaximizeScoreComp.cs | 5 ++-- .../ML/EA/Sort/MinimizeAdjustedScoreComp.cs | 5 ++-- encog-core-cs/ML/EA/Sort/MinimizeScoreComp.cs | 5 ++-- .../ML/EA/Sort/SortGenomesForSpecies.cs | 5 ++-- encog-core-cs/ML/EA/Sort/SpeciesComparer.cs | 5 ++-- encog-core-cs/ML/EA/Species/BasicSpecies.cs | 5 ++-- encog-core-cs/ML/EA/Species/ISpeciation.cs | 5 ++-- encog-core-cs/ML/EA/Species/ISpecies.cs | 5 ++-- .../ML/EA/Species/SingleSpeciation.cs | 5 ++-- .../ML/EA/Species/ThresholdSpeciation.cs | 5 ++-- encog-core-cs/ML/EA/Train/BasicEA.cs | 5 ++-- encog-core-cs/ML/EA/Train/EAWorker.cs | 5 ++-- .../ML/EA/Train/IEvolutionaryAlgorithm.cs | 5 ++-- encog-core-cs/ML/EA/Train/TrainEA.cs | 5 ++-- .../ML/Factory/MLActivationFactory.cs | 2 +- encog-core-cs/ML/Factory/MLMethodFactory.cs | 2 +- encog-core-cs/ML/Factory/MLTrainFactory.cs | 2 +- .../ML/Factory/Method/BayesianFactory.cs | 2 +- encog-core-cs/ML/Factory/Method/EPLFactory.cs | 2 +- .../ML/Factory/Method/FeedforwardFactory.cs | 2 +- .../ML/Factory/Method/NEATFactory.cs | 2 +- encog-core-cs/ML/Factory/Method/PNNFactory.cs | 2 +- .../ML/Factory/Method/RBFNetworkFactory.cs | 2 +- encog-core-cs/ML/Factory/Method/SOMFactory.cs | 2 +- encog-core-cs/ML/Factory/Method/SRNFactory.cs | 2 +- encog-core-cs/ML/Factory/Method/SVMFactory.cs | 2 +- .../ML/Factory/Parse/ArchitectureLayer.cs | 2 +- .../ML/Factory/Parse/ArchitectureParse.cs | 2 +- .../ML/Factory/Train/AnnealFactory.cs | 2 +- .../ML/Factory/Train/BackPropFactory.cs | 2 +- encog-core-cs/ML/Factory/Train/BayesSearch.cs | 2 +- .../ML/Factory/Train/ClusterSOMFactory.cs | 2 +- .../ML/Factory/Train/EPLGAFactory.cs | 2 +- .../ML/Factory/Train/GeneticFactory.cs | 2 +- encog-core-cs/ML/Factory/Train/LMAFactory.cs | 2 +- .../ML/Factory/Train/ManhattanFactory.cs | 2 +- .../ML/Factory/Train/NEATGAFactory.cs | 2 +- .../Factory/Train/NeighborhoodSOMFactory.cs | 2 +- .../ML/Factory/Train/NelderMeadFactory.cs | 2 +- .../ML/Factory/Train/PNNTrainFactory.cs | 2 +- encog-core-cs/ML/Factory/Train/PSOFactory.cs | 2 +- .../ML/Factory/Train/QuickPropFactory.cs | 2 +- .../ML/Factory/Train/RBFSVDFactory.cs | 2 +- .../ML/Factory/Train/RPROPFactory.cs | 2 +- encog-core-cs/ML/Factory/Train/SCGFactory.cs | 2 +- encog-core-cs/ML/Factory/Train/SVMFactory.cs | 2 +- .../ML/Factory/Train/SVMSearchFactory.cs | 2 +- .../ML/Factory/Train/TrainBayesianFactory.cs | 2 +- encog-core-cs/ML/Fitness/FitnessObjective.cs | 2 +- .../ML/Fitness/MultiObjectiveFitness.cs | 2 +- encog-core-cs/ML/Genetic/Crossover/Splice.cs | 2 +- .../ML/Genetic/Crossover/SpliceNoRepeat.cs | 2 +- encog-core-cs/ML/Genetic/GeneticError.cs | 2 +- .../ML/Genetic/Genome/DoubleArrayGenome.cs | 2 +- .../Genome/DoubleArrayGenomeFactory.cs | 2 +- .../ML/Genetic/Genome/IArrayGenome.cs | 2 +- .../ML/Genetic/Genome/IntegerArrayGenome.cs | 2 +- .../Genome/IntegerArrayGenomeFactory.cs | 2 +- encog-core-cs/ML/Genetic/MLEncodableCODEC.cs | 2 +- .../ML/Genetic/MLMethodGeneticAlgorithm.cs | 2 +- encog-core-cs/ML/Genetic/MLMethodGenome.cs | 2 +- .../ML/Genetic/MLMethodGenomeFactory.cs | 2 +- .../ML/Genetic/Mutate/MutatePerturb.cs | 2 +- .../ML/Genetic/Mutate/MutateShuffle.cs | 2 +- .../ML/HMM/Alog/ForwardBackwardCalculator.cs | 2 +- .../Alog/ForwardBackwardScaledCalculator.cs | 2 +- .../Alog/KullbackLeiblerDistanceCalculator.cs | 2 +- encog-core-cs/ML/HMM/Alog/MarkovGenerator.cs | 2 +- .../ML/HMM/Alog/ViterbiCalculator.cs | 2 +- .../Distributions/ContinousDistribution.cs | 2 +- .../HMM/Distributions/DiscreteDistribution.cs | 2 +- .../HMM/Distributions/IStateDistribution.cs | 2 +- encog-core-cs/ML/HMM/HiddenMarkovModel.cs | 2 +- encog-core-cs/ML/HMM/PersistHMM.cs | 2 +- .../ML/HMM/Train/BW/BaseBaumWelch.cs | 2 +- .../ML/HMM/Train/BW/TrainBaumWelch.cs | 2 +- .../ML/HMM/Train/BW/TrainBaumWelchScaled.cs | 2 +- encog-core-cs/ML/HMM/Train/KMeans/Clusters.cs | 2 +- .../ML/HMM/Train/KMeans/TrainKMeans.cs | 2 +- encog-core-cs/ML/IMLAutoAssocation.cs | 2 +- encog-core-cs/ML/IMLClassification.cs | 2 +- encog-core-cs/ML/IMLCluster.cs | 2 +- encog-core-cs/ML/IMLClustering.cs | 2 +- encog-core-cs/ML/IMLContext.cs | 2 +- encog-core-cs/ML/IMLEncodable.cs | 2 +- encog-core-cs/ML/IMLError.cs | 2 +- encog-core-cs/ML/IMLFactory.cs | 2 +- encog-core-cs/ML/IMLInput.cs | 2 +- encog-core-cs/ML/IMLInputOutput.cs | 2 +- encog-core-cs/ML/IMLMethod.cs | 2 +- encog-core-cs/ML/IMLOutput.cs | 2 +- encog-core-cs/ML/IMLProperties.cs | 2 +- encog-core-cs/ML/IMLRegression.cs | 2 +- encog-core-cs/ML/IMLResettable.cs | 2 +- encog-core-cs/ML/IMLStateSequence.cs | 2 +- encog-core-cs/ML/KMeans/BasicCluster.cs | 2 +- encog-core-cs/ML/KMeans/KMeansClustering.cs | 2 +- encog-core-cs/ML/MLDelegates.cs | 2 +- encog-core-cs/ML/Prg/EncogProgram.cs | 5 ++-- encog-core-cs/ML/Prg/EncogProgramContext.cs | 5 ++-- encog-core-cs/ML/Prg/EncogProgramVariables.cs | 5 ++-- .../ML/Prg/ExpValue/DivisionByZeroError.cs | 5 ++-- encog-core-cs/ML/Prg/ExpValue/EPLValueType.cs | 5 ++-- encog-core-cs/ML/Prg/ExpValue/EvaluateExpr.cs | 5 ++-- .../ML/Prg/ExpValue/ExpressionValue.cs | 5 ++-- encog-core-cs/ML/Prg/Ext/BasicTemplate.cs | 5 ++-- .../ML/Prg/Ext/EncogOpcodeRegistry.cs | 5 ++-- encog-core-cs/ML/Prg/Ext/FunctionFactory.cs | 5 ++-- .../ML/Prg/Ext/IProgramExtensionTemplate.cs | 5 ++-- encog-core-cs/ML/Prg/Ext/NodeType.cs | 5 ++-- encog-core-cs/ML/Prg/Ext/ParamTemplate.cs | 5 ++-- .../ML/Prg/Ext/StandardExtensions.cs | 5 ++-- .../ML/Prg/Generator/AbstractPrgGenerator.cs | 5 ++-- .../ML/Prg/Generator/IPrgGenerator.cs | 5 ++-- .../ML/Prg/Generator/PrgFullGenerator.cs | 5 ++-- .../ML/Prg/Generator/PrgGrowGenerator.cs | 5 ++-- .../ML/Prg/Generator/RampedHalfAndHalf.cs | 5 ++-- encog-core-cs/ML/Prg/Opp/ConstMutation.cs | 5 ++-- encog-core-cs/ML/Prg/Opp/LevelHolder.cs | 5 ++-- encog-core-cs/ML/Prg/Opp/SubtreeCrossover.cs | 5 ++-- encog-core-cs/ML/Prg/Opp/SubtreeMutation.cs | 5 ++-- encog-core-cs/ML/Prg/PersistPrgPopulation.cs | 5 ++-- encog-core-cs/ML/Prg/PrgCODEC.cs | 5 ++-- encog-core-cs/ML/Prg/ProgramNode.cs | 5 ++-- .../ML/Prg/Species/CompareEncogProgram.cs | 5 ++-- encog-core-cs/ML/Prg/Species/PrgSpeciation.cs | 5 ++-- .../ML/Prg/Train/PrgGenomeFactory.cs | 5 ++-- encog-core-cs/ML/Prg/Train/PrgPopulation.cs | 5 ++-- .../ML/Prg/Train/Rewrite/RewriteAlgebraic.cs | 5 ++-- .../ML/Prg/Train/Rewrite/RewriteBoolean.cs | 5 ++-- .../ML/Prg/Train/Rewrite/RewriteConstants.cs | 5 ++-- .../ML/Prg/Train/ZeroEvalScoreFunction.cs | 5 ++-- encog-core-cs/ML/Prg/VariableMapping.cs | 5 ++-- encog-core-cs/ML/SVM/KernelType.cs | 2 +- encog-core-cs/ML/SVM/PersistSVM.cs | 2 +- encog-core-cs/ML/SVM/SVMType.cs | 2 +- encog-core-cs/ML/SVM/SupportVectorMachine.cs | 2 +- .../ML/SVM/Training/EncodeSVMProblem.cs | 2 +- .../ML/SVM/Training/SVMSearchTrain.cs | 2 +- encog-core-cs/ML/SVM/Training/SVMTrain.cs | 2 +- encog-core-cs/ML/Train/BasicTraining.cs | 2 +- encog-core-cs/ML/Train/IMLTrain.cs | 2 +- .../Train/Strategy/EarlyStoppingStrategy.cs | 2 +- .../Strategy/End/EndIterationsStrategy.cs | 2 +- .../Train/Strategy/End/EndMaxErrorStrategy.cs | 2 +- .../Train/Strategy/End/EndMinutesStrategy.cs | 2 +- .../Strategy/End/IEndTrainingStrategy.cs | 2 +- encog-core-cs/ML/Train/Strategy/Greedy.cs | 2 +- .../ML/Train/Strategy/HybridStrategy.cs | 2 +- encog-core-cs/ML/Train/Strategy/IStrategy.cs | 2 +- .../Strategy/RequiredImprovementStrategy.cs | 2 +- .../ML/Train/Strategy/ResetStrategy.cs | 2 +- .../ML/Train/Strategy/StopTrainingStrategy.cs | 2 +- .../ML/TrainingImplementationType.cs | 2 +- encog-core-cs/ML/Tree/Basic/BasicTreeNode.cs | 2 +- encog-core-cs/ML/Tree/ITreeNode.cs | 2 +- .../ML/Tree/Traverse/DepthFirstTraversal.cs | 2 +- .../ML/Tree/Traverse/ITreeTraversal.cs | 2 +- .../ML/Tree/Traverse/Tasks/TaskCountNodes.cs | 2 +- .../Tree/Traverse/Tasks/TaskGetNodeIndex.cs | 2 +- .../ML/Tree/Traverse/Tasks/TaskReplaceNode.cs | 2 +- encog-core-cs/MathUtil/BoundMath.cs | 2 +- encog-core-cs/MathUtil/BoundNumbers.cs | 2 +- encog-core-cs/MathUtil/ComplexNumber.cs | 2 +- encog-core-cs/MathUtil/Convert.cs | 2 +- encog-core-cs/MathUtil/EncogMath.cs | 2 +- encog-core-cs/MathUtil/Equilateral.cs | 2 +- .../MathUtil/Error/ErrorCalculation.cs | 2 +- .../MathUtil/Error/ErrorCalculationMode.cs | 2 +- encog-core-cs/MathUtil/IntRange.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/SupportClass.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/Utility.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/svm.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/svm_model.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/svm_node.cs | 2 +- .../MathUtil/LIBSVM/svm_parameter.cs | 2 +- .../MathUtil/LIBSVM/svm_print_interface.cs | 2 +- encog-core-cs/MathUtil/LIBSVM/svm_problem.cs | 2 +- .../MathUtil/LinearCongruentialGenerator.cs | 2 +- encog-core-cs/MathUtil/MathConst.cs | 2 +- .../MathUtil/Matrices/BiPolarUtil.cs | 2 +- .../Decomposition/CholeskyDecomposition.cs | 2 +- .../Decomposition/EigenvalueDecomposition.cs | 2 +- .../Matrices/Decomposition/LUDecomposition.cs | 2 +- .../Matrices/Decomposition/QRDecomposition.cs | 2 +- .../SingularValueDecomposition.cs | 2 +- .../MathUtil/Matrices/Hessian/BasicHessian.cs | 2 +- .../Matrices/Hessian/ChainRuleWorker.cs | 5 ++-- .../MathUtil/Matrices/Hessian/HessianCR.cs | 5 ++-- .../MathUtil/Matrices/Hessian/HessianFD.cs | 5 ++-- .../Matrices/Hessian/IComputeHessian.cs | 2 +- encog-core-cs/MathUtil/Matrices/Matrix.cs | 2 +- .../MathUtil/Matrices/MatrixError.cs | 2 +- encog-core-cs/MathUtil/Matrices/MatrixMath.cs | 2 +- encog-core-cs/MathUtil/NumericRange.cs | 2 +- encog-core-cs/MathUtil/RBF/BasicRBF.cs | 2 +- .../MathUtil/RBF/GaussianFunction.cs | 2 +- .../MathUtil/RBF/IRadialBasisFunction.cs | 2 +- .../RBF/InverseMultiquadricFunction.cs | 2 +- .../MathUtil/RBF/MexicanHatFunction.cs | 2 +- .../MathUtil/RBF/MultiquadricFunction.cs | 2 +- encog-core-cs/MathUtil/RBF/RBFEnum.cs | 2 +- .../MathUtil/Randomize/BasicRandomizer.cs | 2 +- .../Randomize/ConsistentRandomizer.cs | 2 +- .../MathUtil/Randomize/ConstRandomizer.cs | 2 +- encog-core-cs/MathUtil/Randomize/Distort.cs | 2 +- .../MathUtil/Randomize/EncogRandom.cs | 2 +- .../Randomize/Factory/BasicRandomFactory.cs | 2 +- .../Randomize/Factory/IRandomFactory.cs | 2 +- .../MathUtil/Randomize/FanInRandomizer.cs | 2 +- .../MathUtil/Randomize/GaussianRandomizer.cs | 2 +- .../MathUtil/Randomize/IRandomizer.cs | 2 +- .../Randomize/NguyenWidrowRandomizer.cs | 2 +- .../MathUtil/Randomize/RandomChoice.cs | 2 +- .../MathUtil/Randomize/RangeRandomizer.cs | 2 +- encog-core-cs/MathUtil/ThreadSafeRandom.cs | 2 +- encog-core-cs/MathUtil/VectorAlgebra.cs | 2 +- .../MathUtil/mathfunctions/mathstatistics.cs | 2 +- encog-core-cs/Neural/ART/ART1.cs | 2 +- encog-core-cs/Neural/ART/BasicART.cs | 2 +- encog-core-cs/Neural/ART/PersistART1.cs | 2 +- encog-core-cs/Neural/BAM/BAMNetwork.cs | 2 +- encog-core-cs/Neural/BAM/PersistBAM.cs | 2 +- encog-core-cs/Neural/CPN/CPN.cs | 2 +- encog-core-cs/Neural/CPN/PersistCPN.cs | 2 +- .../Neural/CPN/Training/TrainInstar.cs | 2 +- .../Neural/CPN/Training/TrainOutstar.cs | 2 +- .../Neural/Data/Basic/BasicNeuralData.cs | 2 +- .../Neural/Data/Basic/BasicNeuralDataPair.cs | 2 +- .../Neural/Data/Basic/BasicNeuralDataSet.cs | 2 +- .../Neural/Error/ATanErrorFunction.cs | 2 +- encog-core-cs/Neural/Error/IErrorFunction.cs | 2 +- .../Neural/Error/LinearErrorFunction.cs | 2 +- encog-core-cs/Neural/Flat/FlatLayer.cs | 2 +- encog-core-cs/Neural/Flat/FlatNetwork.cs | 2 +- encog-core-cs/Neural/Flat/FlatNetworkRBF.cs | 2 +- .../Basic/BasicActivationSummation.cs | 3 +- .../Basic/BasicActivationSummationFactory.cs | 3 +- .../Freeform/Basic/BasicFreeformConnection.cs | 2 +- .../Basic/BasicFreeformConnectionFactory.cs | 3 +- .../Freeform/Basic/BasicFreeformLayer.cs | 3 +- .../Basic/BasicFreeformLayerFactory.cs | 3 +- .../Freeform/Basic/BasicFreeformNeuron.cs | 2 +- .../Basic/BasicFreeformNeuronFactory.cs | 3 +- .../Factory/IFreeformConnectionFactory.cs | 3 +- .../Freeform/Factory/IFreeformLayerFactory.cs | 3 +- .../Factory/IFreeformNeuronFactory.cs | 3 +- .../Factory/IInputSummationFactory.cs | 3 +- .../Neural/Freeform/FreeformContextNeuron.cs | 3 +- .../Neural/Freeform/FreeformNetwork.cs | 4 +-- .../Neural/Freeform/FreeformNetworkError.cs | 2 +- .../Neural/Freeform/IFreeformConnection.cs | 2 +- .../Neural/Freeform/IFreeformLayer.cs | 2 +- .../Neural/Freeform/IFreeformNeuron.cs | 2 +- .../Neural/Freeform/IInputSummation.cs | 2 +- .../Neural/Freeform/ITempTrainingData.cs | 2 +- .../Training/FreeformBackPropagation.cs | 3 +- .../Training/FreeformPropagationTraining.cs | 3 +- .../Training/FreeformResilientPropagation.cs | 4 +-- .../Neural/HyperNEAT/FactorHyperNEATGenome.cs | 2 +- .../Neural/HyperNEAT/HyperNEATCODEC.cs | 2 +- .../Neural/HyperNEAT/HyperNEATGenome.cs | 2 +- .../Neural/HyperNEAT/Substrate/Substrate.cs | 2 +- .../HyperNEAT/Substrate/SubstrateFactory.cs | 2 +- .../HyperNEAT/Substrate/SubstrateLink.cs | 2 +- .../HyperNEAT/Substrate/SubstrateNode.cs | 2 +- encog-core-cs/Neural/NEAT/FactorNEATGenome.cs | 2 +- .../Neural/NEAT/INEATGenomeFactory.cs | 3 +- encog-core-cs/Neural/NEAT/NEATCODEC.cs | 2 +- encog-core-cs/Neural/NEAT/NEATLink.cs | 2 +- encog-core-cs/Neural/NEAT/NEATNetwork.cs | 2 +- encog-core-cs/Neural/NEAT/NEATNeuronType.cs | 3 +- encog-core-cs/Neural/NEAT/NEATPopulation.cs | 4 +-- encog-core-cs/Neural/NEAT/NEATUtil.cs | 3 +- .../Neural/NEAT/PersistNEATPopulation.cs | 2 +- .../Neural/NEAT/Training/NEATBaseGene.cs | 2 +- .../Neural/NEAT/Training/NEATGenome.cs | 2 +- .../Neural/NEAT/Training/NEATInnovation.cs | 2 +- .../NEAT/Training/NEATInnovationList.cs | 2 +- .../Neural/NEAT/Training/NEATLinkGene.cs | 2 +- .../Neural/NEAT/Training/NEATNeuronGene.cs | 2 +- .../Training/Opp/Links/IMutateLinkWeight.cs | 3 +- .../NEAT/Training/Opp/Links/ISelectLinks.cs | 3 +- .../Opp/Links/MutatePerturbLinkWeight.cs | 3 +- .../Opp/Links/MutateResetLinkWeight.cs | 3 +- .../NEAT/Training/Opp/Links/SelectFixed.cs | 2 +- .../Training/Opp/Links/SelectProportion.cs | 3 +- .../Neural/NEAT/Training/Opp/NEATCrossover.cs | 3 +- .../NEAT/Training/Opp/NEATMutateAddLink.cs | 3 +- .../NEAT/Training/Opp/NEATMutateAddNode.cs | 2 +- .../NEAT/Training/Opp/NEATMutateRemoveLink.cs | 3 +- .../NEAT/Training/Opp/NEATMutateWeights.cs | 3 +- .../Neural/NEAT/Training/Opp/NEATMutation.cs | 3 +- .../Species/OriginalNEATSpeciation.cs | 2 +- encog-core-cs/Neural/Networks/BasicNetwork.cs | 2 +- .../Neural/Networks/IContainsFlat.cs | 2 +- .../Neural/Networks/Layers/BasicLayer.cs | 2 +- .../Neural/Networks/Layers/ILayer.cs | 2 +- .../Neural/Networks/NeuralDataMapping.cs | 2 +- .../Neural/Networks/PersistBasicNetwork.cs | 2 +- .../Networks/Structure/AnalyzeNetwork.cs | 2 +- .../Neural/Networks/Structure/NetworkCODEC.cs | 2 +- .../Networks/Structure/NeuralStructure.cs | 2 +- .../Anneal/NeuralSimulatedAnnealing.cs | 2 +- .../Anneal/NeuralSimulatedAnnealingHelper.cs | 2 +- .../Networks/Training/Cross/CrossTraining.cs | 2 +- .../Training/Cross/CrossValidationKFold.cs | 2 +- .../Networks/Training/Cross/NetworkFold.cs | 2 +- .../Neural/Networks/Training/IBatchSize.cs | 24 +++++++++++++++- .../Networks/Training/ICalculateScore.cs | 2 +- .../Neural/Networks/Training/ILearningRate.cs | 2 +- .../Neural/Networks/Training/IMomentum.cs | 2 +- .../Neural/Networks/Training/ITrain.cs | 2 +- .../LMA/LevenbergMarquardtTraining.cs | 5 ++-- .../Training/NM/NelderMeadTraining.cs | 2 +- .../Networks/Training/PNN/DeriveMinimum.cs | 2 +- .../Training/PNN/GlobalMinimumSearch.cs | 2 +- .../Training/PNN/ICalculationCriteria.cs | 2 +- .../Networks/Training/PNN/TrainBasicPNN.cs | 2 +- .../Neural/Networks/Training/PSO/NeuralPSO.cs | 2 +- .../Networks/Training/PSO/NeuralPSOWorker.cs | 2 +- .../Propagation/Back/Backpropagation.cs | 2 +- .../Training/Propagation/GradientWorker.cs | 2 +- .../Manhattan/ManhattanPropagation.cs | 2 +- .../PersistTrainingContinuation.cs | 2 +- .../Training/Propagation/Propagation.cs | 2 +- .../Propagation/Quick/QuickPropagation.cs | 2 +- .../Propagation/Resilient/RPROPConst.cs | 2 +- .../Propagation/Resilient/RPROPType.cs | 2 +- .../Resilient/ResilientPropagation.cs | 2 +- .../SCG/ScaledConjugateGradient.cs | 2 +- .../Propagation/TrainingContinuation.cs | 2 +- .../Networks/Training/Simple/TrainAdaline.cs | 2 +- .../Training/Strategy/SmartLearningRate.cs | 2 +- .../Training/Strategy/SmartMomentum.cs | 2 +- .../Neural/Networks/Training/TrainingError.cs | 2 +- .../Networks/Training/TrainingSetScore.cs | 2 +- .../Neural/NeuralData/INeuralData.cs | 2 +- .../Neural/NeuralData/INeuralDataPair.cs | 2 +- .../Neural/NeuralData/INeuralDataSet.cs | 2 +- encog-core-cs/Neural/NeuralNetworkError.cs | 2 +- encog-core-cs/Neural/PNN/AbstractPNN.cs | 2 +- encog-core-cs/Neural/PNN/BasicPNN.cs | 2 +- encog-core-cs/Neural/PNN/PNNKernelType.cs | 2 +- encog-core-cs/Neural/PNN/PNNOutputMode.cs | 2 +- encog-core-cs/Neural/PNN/PersistBasicPNN.cs | 2 +- .../Neural/Pattern/ADALINEPattern.cs | 2 +- encog-core-cs/Neural/Pattern/ART1Pattern.cs | 2 +- encog-core-cs/Neural/Pattern/BAMPattern.cs | 2 +- .../Neural/Pattern/BoltzmannPattern.cs | 2 +- encog-core-cs/Neural/Pattern/CPNPattern.cs | 2 +- encog-core-cs/Neural/Pattern/ElmanPattern.cs | 2 +- .../Neural/Pattern/FeedForwardPattern.cs | 2 +- .../Neural/Pattern/HopfieldPattern.cs | 2 +- .../Neural/Pattern/INeuralNetworkPattern.cs | 2 +- encog-core-cs/Neural/Pattern/JordanPattern.cs | 2 +- encog-core-cs/Neural/Pattern/PNNPattern.cs | 2 +- encog-core-cs/Neural/Pattern/PatternError.cs | 2 +- .../Neural/Pattern/RadialBasisPattern.cs | 2 +- encog-core-cs/Neural/Pattern/SOMPattern.cs | 2 +- encog-core-cs/Neural/Pattern/SVMPattern.cs | 2 +- .../Neural/Prune/HiddenLayerParams.cs | 2 +- encog-core-cs/Neural/Prune/NetworkPattern.cs | 2 +- .../Neural/Prune/PruneIncremental.cs | 2 +- encog-core-cs/Neural/Prune/PruneSelective.cs | 2 +- encog-core-cs/Neural/RBF/PersistRBFNetwork.cs | 2 +- encog-core-cs/Neural/RBF/RBFNetwork.cs | 2 +- encog-core-cs/Neural/RBF/Training/SVD.cs | 2 +- .../Neural/RBF/Training/SVDTraining.cs | 2 +- encog-core-cs/Neural/SOM/PersistSOM.cs | 2 +- encog-core-cs/Neural/SOM/SOMNetwork.cs | 2 +- .../ClusterCopy/SOMClusterCopyTraining.cs | 2 +- .../Training/Neighborhood/BasicTrainSOM.cs | 2 +- .../Training/Neighborhood/BestMatchingUnit.cs | 2 +- .../Neighborhood/INeighborhoodFunction.cs | 2 +- .../Neighborhood/NeighborhoodBubble.cs | 2 +- .../Training/Neighborhood/NeighborhoodRBF.cs | 2 +- .../Neighborhood/NeighborhoodRBF1D.cs | 2 +- .../Neighborhood/NeighborhoodSingle.cs | 2 +- .../Neural/Thermal/BoltzmannMachine.cs | 2 +- .../Neural/Thermal/HopfieldNetwork.cs | 2 +- .../Neural/Thermal/PersistBoltzmann.cs | 2 +- .../Neural/Thermal/PersistHopfield.cs | 2 +- .../Neural/Thermal/ThermalNetwork.cs | 2 +- encog-core-cs/NullStatusReportable.cs | 2 +- .../Common/ParseCommonExpression.cs | 2 +- .../Common/RenderCommonExpression.cs | 2 +- .../Parse/Expression/CommonRender.cs | 2 +- .../Parse/Expression/EPL/ParseEPL.cs | 2 +- .../Parse/Expression/EPL/RenderEPL.cs | 2 +- .../Parse/Expression/ExpressionNodeType.cs | 2 +- .../Expression/Latex/RenderLatexExpression.cs | 2 +- .../Parse/Expression/RPN/RenderRPN.cs | 2 +- encog-core-cs/Parse/ParseError.cs | 2 +- encog-core-cs/Parse/PeekableInputStream.cs | 2 +- encog-core-cs/Parse/Tags/Read/ReadHTML.cs | 2 +- encog-core-cs/Parse/Tags/Read/ReadTags.cs | 2 +- encog-core-cs/Parse/Tags/Read/ReadXML.cs | 2 +- encog-core-cs/Parse/Tags/Tag.cs | 2 +- encog-core-cs/Parse/Tags/TagConst.cs | 2 +- encog-core-cs/Parse/Tags/Write/WriteTags.cs | 2 +- encog-core-cs/Parse/Tags/Write/WriteXML.cs | 2 +- .../Persist/EncogDirectoryPersistence.cs | 2 +- encog-core-cs/Persist/EncogFileSection.cs | 2 +- encog-core-cs/Persist/EncogReadHelper.cs | 2 +- encog-core-cs/Persist/EncogWriteHelper.cs | 2 +- encog-core-cs/Persist/IEncogPersistor.cs | 2 +- encog-core-cs/Persist/PersistConst.cs | 2 +- encog-core-cs/Persist/PersistError.cs | 2 +- encog-core-cs/Persist/PersistorRegistry.cs | 2 +- encog-core-cs/Plugin/EncogPluginBase.cs | 2 +- encog-core-cs/Plugin/EncogPluginBaseConst.cs | 2 +- encog-core-cs/Plugin/IEncogPluginLogging1.cs | 2 +- encog-core-cs/Plugin/IEncogPluginService1.cs | 2 +- .../SystemPlugin/SystemActivationPlugin.cs | 2 +- .../SystemPlugin/SystemLoggingPlugin.cs | 2 +- .../SystemPlugin/SystemMethodsPlugin.cs | 2 +- .../SystemPlugin/SystemTrainingPlugin.cs | 2 +- encog-core-cs/Properties/AssemblyInfo.cs | 2 +- encog-core-cs/Resources/ninja.cs | 22 +++++++++++++++ encog-core-cs/StatusReportable.cs | 2 +- encog-core-cs/Util/Arrayutil/ClassItem.cs | 2 +- encog-core-cs/Util/Arrayutil/CompareArray.cs | 2 +- .../Util/Arrayutil/NormalizationAction.cs | 2 +- .../Arrayutil/NormalizationActionExtension.cs | 2 +- .../Util/Arrayutil/NormalizeArray.cs | 2 +- .../Util/Arrayutil/NormalizedField.cs | 2 +- encog-core-cs/Util/Arrayutil/TemporalType.cs | 2 +- .../Util/Arrayutil/TemporalWindowArray.cs | 2 +- .../Util/Arrayutil/TemporalWindowField.cs | 2 +- encog-core-cs/Util/Arrayutil/WindowDouble.cs | 2 +- .../Util/Banchmark/EncoderTrainingFactory.cs | 2 +- .../Util/Banchmark/EncogBenchmark.cs | 2 +- encog-core-cs/Util/Banchmark/Evaluate.cs | 2 +- .../Util/Banchmark/RandomTrainingFactory.cs | 2 +- encog-core-cs/Util/CSV/CSVError.cs | 2 +- encog-core-cs/Util/CSV/CSVFormat.cs | 2 +- encog-core-cs/Util/CSV/NumberList.cs | 2 +- encog-core-cs/Util/CSV/ParseCSVLine.cs | 2 +- encog-core-cs/Util/CSV/ReadCSV.cs | 2 +- .../Util/Concurrency/DetermineWorkload.cs | 2 +- .../Util/Concurrency/IMultiThreadable.cs | 2 +- .../Util/Concurrency/Job/ConcurrentJob.cs | 2 +- .../Util/Concurrency/Job/JobUnitContext.cs | 2 +- .../Util/Concurrency/Job/JobUnitWorker.cs | 2 +- encog-core-cs/Util/Concurrency/TaskGroup.cs | 2 +- encog-core-cs/Util/Data/GenerationUtil.cs | 2 +- encog-core-cs/Util/DirectoryUtil.cs | 2 +- encog-core-cs/Util/DownSample/IDownSample.cs | 2 +- .../Util/DownSample/RGBDownsample.cs | 2 +- .../DownSample/SimpleIntensityDownsample.cs | 2 +- encog-core-cs/Util/EncogValidate.cs | 2 +- encog-core-cs/Util/EngineArray.cs | 2 +- .../Util/Error/CalculateRegressionError.cs | 2 +- encog-core-cs/Util/File/Directory.cs | 2 +- encog-core-cs/Util/File/FileUtil.cs | 2 +- encog-core-cs/Util/File/ResourceLoader.cs | 2 +- encog-core-cs/Util/Format.cs | 2 +- encog-core-cs/Util/HTMLReport.cs | 2 +- encog-core-cs/Util/HTTP/FormUtility.cs | 2 +- encog-core-cs/Util/HTTP/URLUtility.cs | 2 +- .../Util/Identity/BasicGenerateID.cs | 2 +- encog-core-cs/Util/Identity/IGenerateID.cs | 2 +- encog-core-cs/Util/KMeans/Cluster.cs | 2 +- encog-core-cs/Util/KMeans/ICentroid.cs | 2 +- encog-core-cs/Util/KMeans/ICentroidFactory.cs | 2 +- encog-core-cs/Util/KMeans/KMeansUtil.cs | 2 +- encog-core-cs/Util/Logging/DumpMatrix.cs | 2 +- encog-core-cs/Util/Logging/EncogLogging.cs | 2 +- .../Util/NetworkUtil/DateNormalize.cs | 2 +- encog-core-cs/Util/NetworkUtil/EasyData.cs | 2 +- .../Util/NetworkUtil/NetworkUtility.cs | 5 ++-- .../Util/NetworkUtil/QuickCSVUtils.cs | 2 +- .../Util/NetworkUtil/TrainerHelper.cs | 2 +- .../Util/Normalize/DataNormalization.cs | 2 +- .../Util/Normalize/Input/BasicInputField.cs | 2 +- .../Util/Normalize/Input/IHasFixedLength.cs | 2 +- .../Util/Normalize/Input/IInputField.cs | 2 +- .../Util/Normalize/Input/InputFieldArray1D.cs | 2 +- .../Util/Normalize/Input/InputFieldArray2D.cs | 2 +- .../Util/Normalize/Input/InputFieldCSV.cs | 2 +- .../Normalize/Input/InputFieldMLDataSet.cs | 2 +- .../Util/Normalize/Input/MLDataFieldHolder.cs | 2 +- .../Util/Normalize/NormalizationError.cs | 2 +- .../Util/Normalize/Output/BasicOutputField.cs | 2 +- .../Normalize/Output/BasicOutputFieldGroup.cs | 2 +- .../Util/Normalize/Output/IOutputField.cs | 2 +- .../Normalize/Output/IOutputFieldGroup.cs | 2 +- .../Util/Normalize/Output/IRequireTwoPass.cs | 2 +- .../Normalize/Output/Mapped/MappedRange.cs | 2 +- .../Output/Mapped/OutputFieldEncode.cs | 2 +- .../Multiplicative/MultiplicativeGroup.cs | 2 +- .../OutputFieldMultiplicative.cs | 2 +- .../Normalize/Output/Nominal/NominalItem.cs | 2 +- .../Output/Nominal/OutputEquilateral.cs | 2 +- .../Normalize/Output/Nominal/OutputOneOf.cs | 2 +- .../Normalize/Output/OutputFieldDirect.cs | 2 +- .../Normalize/Output/OutputFieldGrouped.cs | 2 +- .../Output/OutputFieldRangeMapped.cs | 2 +- .../Output/ZAxis/OutputFieldZAxis.cs | 2 +- .../Output/ZAxis/OutputFieldZAxisSynthetic.cs | 2 +- .../Util/Normalize/Output/ZAxis/ZAxisGroup.cs | 2 +- .../Util/Normalize/Segregate/ISegregator.cs | 2 +- .../Segregate/Index/IndexRangeSegregator.cs | 2 +- .../Segregate/Index/IndexSampleSegregator.cs | 2 +- .../Segregate/Index/IndexSegregator.cs | 2 +- .../Segregate/IntegerBalanceSegregator.cs | 2 +- .../Normalize/Segregate/RangeSegregator.cs | 2 +- .../Normalize/Segregate/SegregationRange.cs | 2 +- .../Normalize/Target/INormalizationStorage.cs | 2 +- .../Target/NormalizationStorageArray1D.cs | 2 +- .../Target/NormalizationStorageArray2D.cs | 2 +- .../Target/NormalizationStorageCSV.cs | 2 +- .../Target/NormalizationStorageMLDataSet.cs | 2 +- encog-core-cs/Util/Obj/ChooseObject.cs | 2 +- encog-core-cs/Util/Obj/ObjectHolder.cs | 2 +- encog-core-cs/Util/ObjectCloner.cs | 2 +- encog-core-cs/Util/ObjectPair.cs | 2 +- encog-core-cs/Util/ParamsHolder.cs | 2 +- encog-core-cs/Util/ReflectionUtil.cs | 2 +- encog-core-cs/Util/SerializeObject.cs | 2 +- encog-core-cs/Util/Simple/EncogUtility.cs | 2 +- .../Util/Simple/TrainingDialog.Designer.cs | 2 +- encog-core-cs/Util/Simple/TrainingDialog.cs | 2 +- encog-core-cs/Util/Simple/TrainingSetUtil.cs | 2 +- encog-core-cs/Util/SimpleParser.cs | 2 +- encog-core-cs/Util/StringUtil.cs | 2 +- encog-core-cs/Util/Time/DateUtil.cs | 2 +- .../Util/Time/EnglishTimeUnitNames.cs | 2 +- encog-core-cs/Util/Time/ITimeUnitNames.cs | 2 +- encog-core-cs/Util/Time/NumericDateUtil.cs | 2 +- encog-core-cs/Util/Time/Stopwatch.cs | 2 +- encog-core-cs/Util/Time/TimeSpanUtil.cs | 2 +- encog-core-cs/Util/Time/TimeUnit.cs | 2 +- .../Util/Validate/ValidateNetwork.cs | 2 +- encog-core-cs/Util/XMLUtil.cs | 2 +- encog-core-cs/Util/YahooSearch.cs | 2 +- encog-core-cs/encog-core-cs.Designer.cs | 2 +- .../App/Analyst/AnalystTestingUtility.cs | 5 ++-- .../App/Analyst/TestAnalystClassification.cs | 5 ++-- .../App/Analyst/TestAnalystRegression.cs | 5 ++-- .../App/Analyst/TestEncogAnalyst.cs | 5 ++-- encog-core-test/App/CSV/TestBalanceCSV.cs | 5 ++-- encog-core-test/App/CSV/TestFilter.cs | 5 ++-- .../App/CSV/TestNinjaFileConvert.cs | 5 ++-- .../App/CSV/TestNinjaStreamWriter.cs | 5 ++-- encog-core-test/App/CSV/TestNormalizeArray.cs | 5 ++-- .../App/CSV/TestProcessIndicators.cs | 5 ++-- encog-core-test/App/CSV/TestSegregateCSV.cs | 5 ++-- encog-core-test/App/CSV/TestShuffle.cs | 5 ++-- encog-core-test/App/CSV/TestSort.cs | 5 ++-- encog-core-test/App/CSV/TestYahooDownload.cs | 5 ++-- encog-core-test/Bot/Browse/TestAddress.cs | 5 ++-- encog-core-test/Bot/Browse/TestBrowse.cs | 5 ++-- encog-core-test/Bot/Browse/TestWebPageData.cs | 5 ++-- encog-core-test/Bot/HTML/TestParseHTML.cs | 5 ++-- encog-core-test/Bot/TestBotUtil.cs | 5 ++-- .../Activation/TestActivationBiPolar.cs | 5 ++-- .../Activation/TestActivationGaussian.cs | 5 ++-- .../Network/Activation/TestActivationLOG.cs | 5 ++-- .../Activation/TestActivationLinear.cs | 5 ++-- .../Network/Activation/TestActivationSIN.cs | 5 ++-- .../Activation/TestActivationSigmoid.cs | 5 ++-- .../Activation/TestActivationSoftMax.cs | 5 ++-- .../Network/Activation/TestActivationTANH.cs | 5 ++-- encog-core-test/ML/Bayes/TestBayesNet.cs | 5 ++-- .../ML/Bayes/TestEnumerationQuery.cs | 5 ++-- encog-core-test/ML/Bayes/TestK2.cs | 5 ++-- encog-core-test/ML/Bayes/TestSamplingQuery.cs | 5 ++-- .../ML/Data/Basic/TestBasicMLSequenceSet.cs | 5 ++-- .../ML/Data/Buffer/TestBinaryData.cs | 5 ++-- .../Data/Buffer/TestBufferedNeuralDataSet.cs | 5 ++-- .../ML/Data/Dynamic/TestDynamic.cs | 5 ++-- .../ML/Data/Market/CSVLoaderTest.cs | 5 ++-- .../ML/Data/Market/TestMarketData.cs | 5 ++-- .../ML/Data/Market/TestYahooLoader.cs | 5 ++-- .../ML/Data/Specific/TestCSVNeuralData.cs | 5 ++-- .../ML/Data/Specific/TestSQLDataSet.cs | 5 ++-- .../ML/Data/Temporal/TestTemporal.cs | 5 ++-- .../EA/Sort/TestMaximizeAdjustedScoreComp.cs | 5 ++-- .../ML/EA/Sort/TestMaximizeScoreComp.cs | 5 ++-- .../EA/Sort/TestMinimizeAdjustedScoreComp.cs | 5 ++-- .../ML/EA/Sort/TestMinimizeScoreComp.cs | 5 ++-- encog-core-test/ML/HMM/TestHMM.cs | 5 ++-- encog-core-test/ML/KMeans/TestKMeans.cs | 5 ++-- .../ML/Prg/Species/TestCompareEncogProgram.cs | 5 ++-- encog-core-test/ML/Prg/TestEncogProgram.cs | 5 ++-- encog-core-test/ML/Prg/TestProgramClone.cs | 5 ++-- .../Train/Crossover/TestSubtreeCrossover.cs | 5 ++-- .../Prg/Train/Rewrite/TestRewriteAlgebraic.cs | 5 ++-- encog-core-test/ML/Prg/Train/TestGenerate.cs | 5 ++-- .../MathUtil/Matrices/Hessian/TestHessian.cs | 5 ++-- .../MathUtil/Matrices/TestBiPolarUtil.cs | 5 ++-- .../MathUtil/Matrices/TestMatrix.cs | 5 ++-- .../MathUtil/Matrices/TestMatrixMath.cs | 5 ++-- .../Neural/Networks/TestConsistency.cs | 5 ++-- .../Neighborhood/TestNeighborhood.cs | 5 ++-- .../Training/Competitive/TestCompetitive.cs | 5 ++-- .../Neural/Networks/Training/TestFolded.cs | 5 ++-- .../Neural/Networks/Training/TestTraining.cs | 5 ++-- .../Neural/Prune/TestPruneSelective.cs | 5 ++-- .../Parse/Expression/Common/TestBoolean.cs | 5 ++-- .../Parse/Expression/Common/TestExpression.cs | 5 ++-- .../Expression/Common/TestExpressionVar.cs | 5 ++-- .../Parse/Expression/Common/TestFunctions.cs | 5 ++-- .../Expression/Common/TestRenderCommon.cs | 5 ++-- .../Parse/Expression/Common/TestString.cs | 5 ++-- .../Parse/Expression/EPL/TestRenderEPL.cs | 5 ++-- .../Parse/Expression/RPN/TestRenderRPN.cs | 5 ++-- .../Parse/Tags/Read/TestXMLRead.cs | 5 ++-- .../Parse/Tags/Write/TestXmlWrite.cs | 5 ++-- encog-core-test/Persist/TestPersistART.cs | 5 ++-- encog-core-test/Persist/TestPersistBAM.cs | 5 ++-- .../Persist/TestPersistBasicNetwork.cs | 5 ++-- encog-core-test/Persist/TestPersistBayes.cs | 5 ++-- .../Persist/TestPersistBoltzmann.cs | 5 ++-- encog-core-test/Persist/TestPersistCPN.cs | 5 ++-- .../Persist/TestPersistEPLPopulation.cs | 5 ++-- .../Persist/TestPersistFreeform.cs | 24 +++++++++++++++- encog-core-test/Persist/TestPersistHMM.cs | 5 ++-- .../Persist/TestPersistHopfield.cs | 5 ++-- encog-core-test/Persist/TestPersistNEAT.cs | 5 ++-- encog-core-test/Persist/TestPersistPNN.cs | 5 ++-- .../Persist/TestPersistPopulation.cs | 5 ++-- encog-core-test/Persist/TestPersistRBF.cs | 5 ++-- encog-core-test/Persist/TestPersistSOM.cs | 5 ++-- encog-core-test/Persist/TestPersistSVM.cs | 5 ++-- .../TestPersistTrainingContinuation.cs | 5 ++-- encog-core-test/Properties/AssemblyInfo.cs | 5 ++-- encog-core-test/Util/NetworkUtil.cs | 5 ++-- encog-core-test/Util/Normalize/TestMapped.cs | 5 ++-- .../Util/Normalize/TestMultiplicative.cs | 5 ++-- .../Util/Normalize/TestNormArray.cs | 5 ++-- encog-core-test/Util/Normalize/TestNormCSV.cs | 5 ++-- .../Util/Normalize/TestNormDataSet.cs | 5 ++-- .../Util/Normalize/TestSegregate.cs | 5 ++-- encog-core-test/Util/Normalize/TestZAxis.cs | 5 ++-- encog-core-test/Util/SerializeRoundTrip.cs | 5 ++-- encog-core-test/Util/TempDir.cs | 5 ++-- encog-core-test/Util/TestResourceLoader.cs | 5 ++-- encog-core-test/Util/XOR.cs | 5 ++-- 1044 files changed, 2012 insertions(+), 1676 deletions(-) diff --git a/ConsoleExamples/ConsoleExamples.cs b/ConsoleExamples/ConsoleExamples.cs index a72ed9f7..3a41a1a6 100644 --- a/ConsoleExamples/ConsoleExamples.cs +++ b/ConsoleExamples/ConsoleExamples.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ARTExample/ClassifyART1.cs b/ConsoleExamples/Examples/ARTExample/ClassifyART1.cs index ff4138cc..f1c84a1e 100644 --- a/ConsoleExamples/Examples/ARTExample/ClassifyART1.cs +++ b/ConsoleExamples/Examples/ARTExample/ClassifyART1.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Adaline/AdalineDigits.cs b/ConsoleExamples/Examples/Adaline/AdalineDigits.cs index cce475b1..93729156 100644 --- a/ConsoleExamples/Examples/Adaline/AdalineDigits.cs +++ b/ConsoleExamples/Examples/Adaline/AdalineDigits.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Analyst/AnalystExample.cs b/ConsoleExamples/Examples/Analyst/AnalystExample.cs index 3071cb5c..ba85ab4d 100644 --- a/ConsoleExamples/Examples/Analyst/AnalystExample.cs +++ b/ConsoleExamples/Examples/Analyst/AnalystExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Analyzer/CreateEval.cs b/ConsoleExamples/Examples/Analyzer/CreateEval.cs index cac2a760..0c2b7d55 100644 --- a/ConsoleExamples/Examples/Analyzer/CreateEval.cs +++ b/ConsoleExamples/Examples/Analyzer/CreateEval.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Analyzer/MarketAnalyzer.cs b/ConsoleExamples/Examples/Analyzer/MarketAnalyzer.cs index d44015c7..014a4fcd 100644 --- a/ConsoleExamples/Examples/Analyzer/MarketAnalyzer.cs +++ b/ConsoleExamples/Examples/Analyzer/MarketAnalyzer.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Analyzer/Prunes.cs b/ConsoleExamples/Examples/Analyzer/Prunes.cs index a9dc8f08..505daa3f 100644 --- a/ConsoleExamples/Examples/Analyzer/Prunes.cs +++ b/ConsoleExamples/Examples/Analyzer/Prunes.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Analyzer/RandomTrainer.cs b/ConsoleExamples/Examples/Analyzer/RandomTrainer.cs index 14fb1246..25e5eb03 100644 --- a/ConsoleExamples/Examples/Analyzer/RandomTrainer.cs +++ b/ConsoleExamples/Examples/Analyzer/RandomTrainer.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/AnnealTSP/SolveTSP.cs b/ConsoleExamples/Examples/AnnealTSP/SolveTSP.cs index 08765f7f..e95da4ff 100644 --- a/ConsoleExamples/Examples/AnnealTSP/SolveTSP.cs +++ b/ConsoleExamples/Examples/AnnealTSP/SolveTSP.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/AnnealTSP/TSPSimulatedAnnealing.cs b/ConsoleExamples/Examples/AnnealTSP/TSPSimulatedAnnealing.cs index 7e0780b1..de21e05c 100644 --- a/ConsoleExamples/Examples/AnnealTSP/TSPSimulatedAnnealing.cs +++ b/ConsoleExamples/Examples/AnnealTSP/TSPSimulatedAnnealing.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/BAM/BidirectionalAssociativeMemory.cs b/ConsoleExamples/Examples/BAM/BidirectionalAssociativeMemory.cs index a5e172a8..70c503ec 100644 --- a/ConsoleExamples/Examples/BAM/BidirectionalAssociativeMemory.cs +++ b/ConsoleExamples/Examples/BAM/BidirectionalAssociativeMemory.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Bayesian/BayesianTaxi.cs b/ConsoleExamples/Examples/Bayesian/BayesianTaxi.cs index 7f973b4c..39aaa871 100644 --- a/ConsoleExamples/Examples/Bayesian/BayesianTaxi.cs +++ b/ConsoleExamples/Examples/Bayesian/BayesianTaxi.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/ElliottBenchmark.cs b/ConsoleExamples/Examples/Benchmark/ElliottBenchmark.cs index 78730925..3d188d95 100644 --- a/ConsoleExamples/Examples/Benchmark/ElliottBenchmark.cs +++ b/ConsoleExamples/Examples/Benchmark/ElliottBenchmark.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/EncogBenchmarkExample.cs b/ConsoleExamples/Examples/Benchmark/EncogBenchmarkExample.cs index 76620189..64c68655 100644 --- a/ConsoleExamples/Examples/Benchmark/EncogBenchmarkExample.cs +++ b/ConsoleExamples/Examples/Benchmark/EncogBenchmarkExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/FahlmanEncoder.cs b/ConsoleExamples/Examples/Benchmark/FahlmanEncoder.cs index b38218ec..3ff23d74 100644 --- a/ConsoleExamples/Examples/Benchmark/FahlmanEncoder.cs +++ b/ConsoleExamples/Examples/Benchmark/FahlmanEncoder.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/MultiThreadBenchmark.cs b/ConsoleExamples/Examples/Benchmark/MultiThreadBenchmark.cs index ba86df29..1b357405 100644 --- a/ConsoleExamples/Examples/Benchmark/MultiThreadBenchmark.cs +++ b/ConsoleExamples/Examples/Benchmark/MultiThreadBenchmark.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/SimpleBenchmark.cs b/ConsoleExamples/Examples/Benchmark/SimpleBenchmark.cs index e0813654..2df407fc 100644 --- a/ConsoleExamples/Examples/Benchmark/SimpleBenchmark.cs +++ b/ConsoleExamples/Examples/Benchmark/SimpleBenchmark.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/ThreadCount.cs b/ConsoleExamples/Examples/Benchmark/ThreadCount.cs index 21fe8475..6859f775 100644 --- a/ConsoleExamples/Examples/Benchmark/ThreadCount.cs +++ b/ConsoleExamples/Examples/Benchmark/ThreadCount.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Benchmark/WeightInitialization.cs b/ConsoleExamples/Examples/Benchmark/WeightInitialization.cs index accf5075..2ee54322 100644 --- a/ConsoleExamples/Examples/Benchmark/WeightInitialization.cs +++ b/ConsoleExamples/Examples/Benchmark/WeightInitialization.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Boltzmann/BoltzTSP.cs b/ConsoleExamples/Examples/Boltzmann/BoltzTSP.cs index 3f0dfcaf..64083816 100644 --- a/ConsoleExamples/Examples/Boltzmann/BoltzTSP.cs +++ b/ConsoleExamples/Examples/Boltzmann/BoltzTSP.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CPN/RocketCPN.cs b/ConsoleExamples/Examples/CPN/RocketCPN.cs index f593996b..526726d7 100644 --- a/ConsoleExamples/Examples/CPN/RocketCPN.cs +++ b/ConsoleExamples/Examples/CPN/RocketCPN.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/config.cs b/ConsoleExamples/Examples/CSVPredict/config.cs index 83e6ce46..e37c5196 100644 --- a/ConsoleExamples/Examples/CSVPredict/config.cs +++ b/ConsoleExamples/Examples/CSVPredict/config.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/marketbuildtraining.cs b/ConsoleExamples/Examples/CSVPredict/marketbuildtraining.cs index bae45169..cae1770d 100644 --- a/ConsoleExamples/Examples/CSVPredict/marketbuildtraining.cs +++ b/ConsoleExamples/Examples/CSVPredict/marketbuildtraining.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/marketevaluate.cs b/ConsoleExamples/Examples/CSVPredict/marketevaluate.cs index e08bd871..d7d1903f 100644 --- a/ConsoleExamples/Examples/CSVPredict/marketevaluate.cs +++ b/ConsoleExamples/Examples/CSVPredict/marketevaluate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/marketpredict.cs b/ConsoleExamples/Examples/CSVPredict/marketpredict.cs index 714a9e68..0baf253d 100644 --- a/ConsoleExamples/Examples/CSVPredict/marketpredict.cs +++ b/ConsoleExamples/Examples/CSVPredict/marketpredict.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/marketprune.cs b/ConsoleExamples/Examples/CSVPredict/marketprune.cs index 5c5dec6a..53ba8c4d 100644 --- a/ConsoleExamples/Examples/CSVPredict/marketprune.cs +++ b/ConsoleExamples/Examples/CSVPredict/marketprune.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/markettrain.cs b/ConsoleExamples/Examples/CSVPredict/markettrain.cs index b8906aac..f31e81ab 100644 --- a/ConsoleExamples/Examples/CSVPredict/markettrain.cs +++ b/ConsoleExamples/Examples/CSVPredict/markettrain.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/CSVPredict/mytests.cs b/ConsoleExamples/Examples/CSVPredict/mytests.cs index 5cf89ff3..4015d0bd 100644 --- a/ConsoleExamples/Examples/CSVPredict/mytests.cs +++ b/ConsoleExamples/Examples/CSVPredict/mytests.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ConsoleInterface.cs b/ConsoleExamples/Examples/ConsoleInterface.cs index d5776cd8..15f164e3 100644 --- a/ConsoleExamples/Examples/ConsoleInterface.cs +++ b/ConsoleExamples/Examples/ConsoleInterface.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/EPL/SimpleEPL.cs b/ConsoleExamples/Examples/EPL/SimpleEPL.cs index c4bd365c..eda5f1d3 100644 --- a/ConsoleExamples/Examples/EPL/SimpleEPL.cs +++ b/ConsoleExamples/Examples/EPL/SimpleEPL.cs @@ -1,8 +1,8 @@ -// -// Encog(tm) Core v3.1 - .Net Version +// +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ElmanNetwork/ElmanExample.cs b/ConsoleExamples/Examples/ElmanNetwork/ElmanExample.cs index ddb6bbd5..ee34d41e 100644 --- a/ConsoleExamples/Examples/ElmanNetwork/ElmanExample.cs +++ b/ConsoleExamples/Examples/ElmanNetwork/ElmanExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ExampleArgument.cs b/ConsoleExamples/Examples/ExampleArgument.cs index bc937694..ac00d6c2 100644 --- a/ConsoleExamples/Examples/ExampleArgument.cs +++ b/ConsoleExamples/Examples/ExampleArgument.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ExampleInfo.cs b/ConsoleExamples/Examples/ExampleInfo.cs index 4e545590..71fe46ea 100644 --- a/ConsoleExamples/Examples/ExampleInfo.cs +++ b/ConsoleExamples/Examples/ExampleInfo.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Forest/Evaluate.cs b/ConsoleExamples/Examples/Forest/Evaluate.cs index b352ea0a..46ab7ca2 100644 --- a/ConsoleExamples/Examples/Forest/Evaluate.cs +++ b/ConsoleExamples/Examples/Forest/Evaluate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Forest/ForestConfig.cs b/ConsoleExamples/Examples/Forest/ForestConfig.cs index bc8e28db..a939c6e4 100644 --- a/ConsoleExamples/Examples/Forest/ForestConfig.cs +++ b/ConsoleExamples/Examples/Forest/ForestConfig.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Forest/ForestCover.cs b/ConsoleExamples/Examples/Forest/ForestCover.cs index a3cbf1eb..24c1194d 100644 --- a/ConsoleExamples/Examples/Forest/ForestCover.cs +++ b/ConsoleExamples/Examples/Forest/ForestCover.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Forest/GenerateData.cs b/ConsoleExamples/Examples/Forest/GenerateData.cs index e73b9bd4..01672f05 100644 --- a/ConsoleExamples/Examples/Forest/GenerateData.cs +++ b/ConsoleExamples/Examples/Forest/GenerateData.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Forest/TrainNetwork.cs b/ConsoleExamples/Examples/Forest/TrainNetwork.cs index f9f3190f..200ad74a 100644 --- a/ConsoleExamples/Examples/Forest/TrainNetwork.cs +++ b/ConsoleExamples/Examples/Forest/TrainNetwork.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/ForexExample/ForexMarketTrain.cs b/ConsoleExamples/Examples/ForexExample/ForexMarketTrain.cs index 5fe39d30..b22b3245 100644 --- a/ConsoleExamples/Examples/ForexExample/ForexMarketTrain.cs +++ b/ConsoleExamples/Examples/ForexExample/ForexMarketTrain.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Freeform/ConvertToFreeform.cs b/ConsoleExamples/Examples/Freeform/ConvertToFreeform.cs index b93ccb65..14540c9f 100644 --- a/ConsoleExamples/Examples/Freeform/ConvertToFreeform.cs +++ b/ConsoleExamples/Examples/Freeform/ConvertToFreeform.cs @@ -1,4 +1,26 @@ -using ConsoleExamples.Examples; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using ConsoleExamples.Examples; using Encog.Engine.Network.Activation; using Encog.ML.Data.Basic; using Encog.Neural.Freeform; diff --git a/ConsoleExamples/Examples/Freeform/ElmanFreeform.cs b/ConsoleExamples/Examples/Freeform/ElmanFreeform.cs index 708c34f4..9129bfb3 100644 --- a/ConsoleExamples/Examples/Freeform/ElmanFreeform.cs +++ b/ConsoleExamples/Examples/Freeform/ElmanFreeform.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using ConsoleExamples.Examples; using Encog.Engine.Network.Activation; using Encog.Examples.Util; diff --git a/ConsoleExamples/Examples/Freeform/FreeformOnlineXOR.cs b/ConsoleExamples/Examples/Freeform/FreeformOnlineXOR.cs index 96f8866c..a2c01eca 100644 --- a/ConsoleExamples/Examples/Freeform/FreeformOnlineXOR.cs +++ b/ConsoleExamples/Examples/Freeform/FreeformOnlineXOR.cs @@ -1,4 +1,26 @@ -using System.Collections.Generic; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System.Collections.Generic; using ConsoleExamples.Examples; using Encog.Engine.Network.Activation; using Encog.ML.Data; @@ -71,4 +93,4 @@ public void Execute(IExampleInterface app) EncogFramework.Instance.Shutdown(); } } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Freeform/FreeformXOR.cs b/ConsoleExamples/Examples/Freeform/FreeformXOR.cs index b403d04e..8a22476f 100644 --- a/ConsoleExamples/Examples/Freeform/FreeformXOR.cs +++ b/ConsoleExamples/Examples/Freeform/FreeformXOR.cs @@ -1,4 +1,26 @@ -using System.Collections.Generic; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System.Collections.Generic; using ConsoleExamples.Examples; using Encog.Engine.Network.Activation; using Encog.ML.Data; @@ -66,4 +88,4 @@ public void Execute(IExampleInterface app) EncogFramework.Instance.Shutdown(); } } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Freeform/SkipNeuralNetwork.cs b/ConsoleExamples/Examples/Freeform/SkipNeuralNetwork.cs index 621d1778..f3895b31 100644 --- a/ConsoleExamples/Examples/Freeform/SkipNeuralNetwork.cs +++ b/ConsoleExamples/Examples/Freeform/SkipNeuralNetwork.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/ConsoleExamples/Examples/GeneticTSP/GeneticSolveTSP.cs b/ConsoleExamples/Examples/GeneticTSP/GeneticSolveTSP.cs index f9574cf0..30891cc4 100644 --- a/ConsoleExamples/Examples/GeneticTSP/GeneticSolveTSP.cs +++ b/ConsoleExamples/Examples/GeneticTSP/GeneticSolveTSP.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/GeneticTSP/TSPScore.cs b/ConsoleExamples/Examples/GeneticTSP/TSPScore.cs index 82572692..406fe168 100644 --- a/ConsoleExamples/Examples/GeneticTSP/TSPScore.cs +++ b/ConsoleExamples/Examples/GeneticTSP/TSPScore.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Hopfield/Associate/HopfieldAssociate.cs b/ConsoleExamples/Examples/Hopfield/Associate/HopfieldAssociate.cs index 3a6e0f4e..a8521910 100644 --- a/ConsoleExamples/Examples/Hopfield/Associate/HopfieldAssociate.cs +++ b/ConsoleExamples/Examples/Hopfield/Associate/HopfieldAssociate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Hopfield/Simple/HopfieldSimple.cs b/ConsoleExamples/Examples/Hopfield/Simple/HopfieldSimple.cs index 50c97574..1ff3f8c2 100644 --- a/ConsoleExamples/Examples/Hopfield/Simple/HopfieldSimple.cs +++ b/ConsoleExamples/Examples/Hopfield/Simple/HopfieldSimple.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/IExample.cs b/ConsoleExamples/Examples/IExample.cs index ac1c8ce0..c82f82b3 100644 --- a/ConsoleExamples/Examples/IExample.cs +++ b/ConsoleExamples/Examples/IExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/IExampleInterface.cs b/ConsoleExamples/Examples/IExampleInterface.cs index 01b11ea6..3622b6aa 100644 --- a/ConsoleExamples/Examples/IExampleInterface.cs +++ b/ConsoleExamples/Examples/IExampleInterface.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Image/ImageNeuralNetwork.cs b/ConsoleExamples/Examples/Image/ImageNeuralNetwork.cs index a2a7b564..b92b432d 100644 --- a/ConsoleExamples/Examples/Image/ImageNeuralNetwork.cs +++ b/ConsoleExamples/Examples/Image/ImageNeuralNetwork.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Image/ImagePair.cs b/ConsoleExamples/Examples/Image/ImagePair.cs index 7342ed38..afafa5db 100644 --- a/ConsoleExamples/Examples/Image/ImagePair.cs +++ b/ConsoleExamples/Examples/Image/ImagePair.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Indicator/Avg/Config.cs b/ConsoleExamples/Examples/Indicator/Avg/Config.cs index 936582c9..80dccc11 100644 --- a/ConsoleExamples/Examples/Indicator/Avg/Config.cs +++ b/ConsoleExamples/Examples/Indicator/Avg/Config.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using Encog.ML.Factory; namespace Encog.Examples.Indicator.Avg @@ -65,4 +87,4 @@ public class Config /// public const String MethodName = "method.eg"; } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/Avg/GenerateTraining.cs b/ConsoleExamples/Examples/Indicator/Avg/GenerateTraining.cs index 8ab75b8e..389f9fbd 100644 --- a/ConsoleExamples/Examples/Indicator/Avg/GenerateTraining.cs +++ b/ConsoleExamples/Examples/Indicator/Avg/GenerateTraining.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.IO; using Encog.ML.Data.Basic; using Encog.ML.Data.Buffer; @@ -221,4 +243,4 @@ public void Calibrate() Console.WriteLine(@"PIP_RANGE = " + (int) (Math.Max(_maxPiPs, Math.Abs(_minPiPs))*1.2)); } } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/Avg/IndicatorExample.cs b/ConsoleExamples/Examples/Indicator/Avg/IndicatorExample.cs index 089a6da3..36e0653b 100644 --- a/ConsoleExamples/Examples/Indicator/Avg/IndicatorExample.cs +++ b/ConsoleExamples/Examples/Indicator/Avg/IndicatorExample.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.IO; using ConsoleExamples.Examples; using Encog.Cloud.Indicator; @@ -266,4 +288,4 @@ public IIndicatorListener Create() #endregion } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/CustomInd/EMA.cs b/ConsoleExamples/Examples/Indicator/CustomInd/EMA.cs index 93aabdc2..8075105f 100644 --- a/ConsoleExamples/Examples/Indicator/CustomInd/EMA.cs +++ b/ConsoleExamples/Examples/Indicator/CustomInd/EMA.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using Encog.Cloud.Indicator.Basic; using Encog.Cloud.Indicator.Server; using Encog.Util.CSV; @@ -49,4 +71,4 @@ public override void NotifyTermination() // don't really care } } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/CustomInd/RemoteEMA.cs b/ConsoleExamples/Examples/Indicator/CustomInd/RemoteEMA.cs index f4d98328..1b8bca6b 100644 --- a/ConsoleExamples/Examples/Indicator/CustomInd/RemoteEMA.cs +++ b/ConsoleExamples/Examples/Indicator/CustomInd/RemoteEMA.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using ConsoleExamples.Examples; using Encog.Cloud.Indicator; using Encog.Cloud.Indicator.Server; @@ -79,4 +101,4 @@ public IIndicatorListener Create() #endregion } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/ImportData/ImportIndicatorData.cs b/ConsoleExamples/Examples/Indicator/ImportData/ImportIndicatorData.cs index 9dfe2644..f18eb39d 100644 --- a/ConsoleExamples/Examples/Indicator/ImportData/ImportIndicatorData.cs +++ b/ConsoleExamples/Examples/Indicator/ImportData/ImportIndicatorData.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.IO; using ConsoleExamples.Examples; using Encog.Cloud.Indicator; @@ -67,4 +89,4 @@ public void NotifyConnections(IndicatorLink link, bool hasOpened) #endregion } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/Indicator/ImportData/MyInd.cs b/ConsoleExamples/Examples/Indicator/ImportData/MyInd.cs index 9c241fb5..fc31af28 100644 --- a/ConsoleExamples/Examples/Indicator/ImportData/MyInd.cs +++ b/ConsoleExamples/Examples/Indicator/ImportData/MyInd.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.IO; using Encog.Cloud.Indicator.Basic; using Encog.Cloud.Indicator.Server; @@ -210,4 +232,4 @@ public override void NotifyTermination() } } } -} \ No newline at end of file +} diff --git a/ConsoleExamples/Examples/JordanNetwork/JordanExample.cs b/ConsoleExamples/Examples/JordanNetwork/JordanExample.cs index 8bf4121e..18ffb6c2 100644 --- a/ConsoleExamples/Examples/JordanNetwork/JordanExample.cs +++ b/ConsoleExamples/Examples/JordanNetwork/JordanExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/LiveSimul/LiveSimul.cs b/ConsoleExamples/Examples/LiveSimul/LiveSimul.cs index b3670e15..655d043a 100644 --- a/ConsoleExamples/Examples/LiveSimul/LiveSimul.cs +++ b/ConsoleExamples/Examples/LiveSimul/LiveSimul.cs @@ -1,9 +1,25 @@ -// ----------------------------------------------------------------------- -// -// TODO: Update copyright text. -// -// ----------------------------------------------------------------------- - +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// namespace Encog.Examples.LiveSimul { using System; diff --git a/ConsoleExamples/Examples/Lunar/LanderSimulator.cs b/ConsoleExamples/Examples/Lunar/LanderSimulator.cs index 674d6fa2..bef6f3fa 100644 --- a/ConsoleExamples/Examples/Lunar/LanderSimulator.cs +++ b/ConsoleExamples/Examples/Lunar/LanderSimulator.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Lunar/LunarLander.cs b/ConsoleExamples/Examples/Lunar/LunarLander.cs index d8748369..6e3f28eb 100644 --- a/ConsoleExamples/Examples/Lunar/LunarLander.cs +++ b/ConsoleExamples/Examples/Lunar/LunarLander.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Lunar/MLResettable.cs b/ConsoleExamples/Examples/Lunar/MLResettable.cs index 3f9dce54..bb7da451 100644 --- a/ConsoleExamples/Examples/Lunar/MLResettable.cs +++ b/ConsoleExamples/Examples/Lunar/MLResettable.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/ConsoleExamples/Examples/Lunar/NeuralPilot.cs b/ConsoleExamples/Examples/Lunar/NeuralPilot.cs index 05f7b514..629b1e44 100644 --- a/ConsoleExamples/Examples/Lunar/NeuralPilot.cs +++ b/ConsoleExamples/Examples/Lunar/NeuralPilot.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Lunar/PilotScore.cs b/ConsoleExamples/Examples/Lunar/PilotScore.cs index f8b2dcd3..de94c8fd 100644 --- a/ConsoleExamples/Examples/Lunar/PilotScore.cs +++ b/ConsoleExamples/Examples/Lunar/PilotScore.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/Config.cs b/ConsoleExamples/Examples/Market/Config.cs index 3cc8f198..c98c63c3 100644 --- a/ConsoleExamples/Examples/Market/Config.cs +++ b/ConsoleExamples/Examples/Market/Config.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/MarketBuildTraining.cs b/ConsoleExamples/Examples/Market/MarketBuildTraining.cs index 1491231b..6ddc5b8b 100644 --- a/ConsoleExamples/Examples/Market/MarketBuildTraining.cs +++ b/ConsoleExamples/Examples/Market/MarketBuildTraining.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/MarketEvaluate.cs b/ConsoleExamples/Examples/Market/MarketEvaluate.cs index a7ec8650..800087f6 100644 --- a/ConsoleExamples/Examples/Market/MarketEvaluate.cs +++ b/ConsoleExamples/Examples/Market/MarketEvaluate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/MarketPredict.cs b/ConsoleExamples/Examples/Market/MarketPredict.cs index e332671e..b6026daf 100644 --- a/ConsoleExamples/Examples/Market/MarketPredict.cs +++ b/ConsoleExamples/Examples/Market/MarketPredict.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/MarketPrune.cs b/ConsoleExamples/Examples/Market/MarketPrune.cs index e77fac59..6829407b 100644 --- a/ConsoleExamples/Examples/Market/MarketPrune.cs +++ b/ConsoleExamples/Examples/Market/MarketPrune.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Market/MarketTrain.cs b/ConsoleExamples/Examples/Market/MarketTrain.cs index 57a63a9d..bbdc5f87 100644 --- a/ConsoleExamples/Examples/Market/MarketTrain.cs +++ b/ConsoleExamples/Examples/Market/MarketTrain.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/MultiRadial/MultiRadial.cs b/ConsoleExamples/Examples/MultiRadial/MultiRadial.cs index b81b4ce2..ab60c9d3 100644 --- a/ConsoleExamples/Examples/MultiRadial/MultiRadial.cs +++ b/ConsoleExamples/Examples/MultiRadial/MultiRadial.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/NetWorkPruner/PrunerLoader.cs b/ConsoleExamples/Examples/NetWorkPruner/PrunerLoader.cs index c1334b88..fa761ce2 100644 --- a/ConsoleExamples/Examples/NetWorkPruner/PrunerLoader.cs +++ b/ConsoleExamples/Examples/NetWorkPruner/PrunerLoader.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Normalize/NormalizeFile.cs b/ConsoleExamples/Examples/Normalize/NormalizeFile.cs index ec99bd1b..5b8c0c76 100644 --- a/ConsoleExamples/Examples/Normalize/NormalizeFile.cs +++ b/ConsoleExamples/Examples/Normalize/NormalizeFile.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Normalize/SimpleNormalize.cs b/ConsoleExamples/Examples/Normalize/SimpleNormalize.cs index 62bb4e9e..c7e21ceb 100644 --- a/ConsoleExamples/Examples/Normalize/SimpleNormalize.cs +++ b/ConsoleExamples/Examples/Normalize/SimpleNormalize.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Predict/PredictSunspot.cs b/ConsoleExamples/Examples/Predict/PredictSunspot.cs index 6ad23d18..8538a767 100644 --- a/ConsoleExamples/Examples/Predict/PredictSunspot.cs +++ b/ConsoleExamples/Examples/Predict/PredictSunspot.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Predict/SunspotWindow.cs b/ConsoleExamples/Examples/Predict/SunspotWindow.cs index 9e74ff5a..363b2f83 100644 --- a/ConsoleExamples/Examples/Predict/SunspotWindow.cs +++ b/ConsoleExamples/Examples/Predict/SunspotWindow.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/ConsoleExamples/Examples/Radial/MultiRadial.cs b/ConsoleExamples/Examples/Radial/MultiRadial.cs index a024f032..2dadae99 100644 --- a/ConsoleExamples/Examples/Radial/MultiRadial.cs +++ b/ConsoleExamples/Examples/Radial/MultiRadial.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RangeandMarket/CreateEval.cs b/ConsoleExamples/Examples/RangeandMarket/CreateEval.cs index 7ba02b34..e0ffdf2e 100644 --- a/ConsoleExamples/Examples/RangeandMarket/CreateEval.cs +++ b/ConsoleExamples/Examples/RangeandMarket/CreateEval.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RangeandMarket/MarketAnalyzer.cs b/ConsoleExamples/Examples/RangeandMarket/MarketAnalyzer.cs index 8b4b4458..3b19adaf 100644 --- a/ConsoleExamples/Examples/RangeandMarket/MarketAnalyzer.cs +++ b/ConsoleExamples/Examples/RangeandMarket/MarketAnalyzer.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RangeandMarket/Prunes.cs b/ConsoleExamples/Examples/RangeandMarket/Prunes.cs index a9dc8f08..505daa3f 100644 --- a/ConsoleExamples/Examples/RangeandMarket/Prunes.cs +++ b/ConsoleExamples/Examples/RangeandMarket/Prunes.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RangeandMarket/RandomTrainer.cs b/ConsoleExamples/Examples/RangeandMarket/RandomTrainer.cs index 0d06bcd5..63ba802a 100644 --- a/ConsoleExamples/Examples/RangeandMarket/RandomTrainer.cs +++ b/ConsoleExamples/Examples/RangeandMarket/RandomTrainer.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RateSP500/FinancialSample.cs b/ConsoleExamples/Examples/RateSP500/FinancialSample.cs index f89e55fa..7b73c11d 100644 --- a/ConsoleExamples/Examples/RateSP500/FinancialSample.cs +++ b/ConsoleExamples/Examples/RateSP500/FinancialSample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RateSP500/InterestRate.cs b/ConsoleExamples/Examples/RateSP500/InterestRate.cs index d3000f3f..6d57a9e7 100644 --- a/ConsoleExamples/Examples/RateSP500/InterestRate.cs +++ b/ConsoleExamples/Examples/RateSP500/InterestRate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RateSP500/PredictSP500.cs b/ConsoleExamples/Examples/RateSP500/PredictSP500.cs index a79a4915..2628d6c6 100644 --- a/ConsoleExamples/Examples/RateSP500/PredictSP500.cs +++ b/ConsoleExamples/Examples/RateSP500/PredictSP500.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/RateSP500/SP500Actual.cs b/ConsoleExamples/Examples/RateSP500/SP500Actual.cs index 75a78d56..5305866a 100644 --- a/ConsoleExamples/Examples/RateSP500/SP500Actual.cs +++ b/ConsoleExamples/Examples/RateSP500/SP500Actual.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVM Predict/CreateSVMNetWork.cs b/ConsoleExamples/Examples/SVM Predict/CreateSVMNetWork.cs index 05931056..af6cb366 100644 --- a/ConsoleExamples/Examples/SVM Predict/CreateSVMNetWork.cs +++ b/ConsoleExamples/Examples/SVM Predict/CreateSVMNetWork.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVM Predict/SVMExample.cs b/ConsoleExamples/Examples/SVM Predict/SVMExample.cs index cd1f93f9..5db8af52 100644 --- a/ConsoleExamples/Examples/SVM Predict/SVMExample.cs +++ b/ConsoleExamples/Examples/SVM Predict/SVMExample.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVM Predict/SVMPredictSunSpots.cs b/ConsoleExamples/Examples/SVM Predict/SVMPredictSunSpots.cs index fe9d019c..ea60342a 100644 --- a/ConsoleExamples/Examples/SVM Predict/SVMPredictSunSpots.cs +++ b/ConsoleExamples/Examples/SVM Predict/SVMPredictSunSpots.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVM/RegressionSVM.cs b/ConsoleExamples/Examples/SVM/RegressionSVM.cs index 4ae885e2..30fd2add 100644 --- a/ConsoleExamples/Examples/SVM/RegressionSVM.cs +++ b/ConsoleExamples/Examples/SVM/RegressionSVM.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/ConsoleExamples/Examples/SVMPredict CSV/config.cs b/ConsoleExamples/Examples/SVMPredict CSV/config.cs index 5dacdd3d..0bf859b6 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/config.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/config.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/marketbuildtraining.cs b/ConsoleExamples/Examples/SVMPredict CSV/marketbuildtraining.cs index 3bb3d895..d55fd306 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/marketbuildtraining.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/marketbuildtraining.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/marketevaluate.cs b/ConsoleExamples/Examples/SVMPredict CSV/marketevaluate.cs index c187cad8..d991c89c 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/marketevaluate.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/marketevaluate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/marketpredict.cs b/ConsoleExamples/Examples/SVMPredict CSV/marketpredict.cs index ec41e6c3..dcfc7fdb 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/marketpredict.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/marketpredict.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/marketprune.cs b/ConsoleExamples/Examples/SVMPredict CSV/marketprune.cs index c598cef6..9177e802 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/marketprune.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/marketprune.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/markettrain.cs b/ConsoleExamples/Examples/SVMPredict CSV/markettrain.cs index 123d0b7d..0fd575f3 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/markettrain.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/markettrain.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/SVMPredict CSV/mytests.cs b/ConsoleExamples/Examples/SVMPredict CSV/mytests.cs index 4ec7df2d..42fb3c25 100644 --- a/ConsoleExamples/Examples/SVMPredict CSV/mytests.cs +++ b/ConsoleExamples/Examples/SVMPredict CSV/mytests.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Util/City.cs b/ConsoleExamples/Examples/Util/City.cs index 1813581f..afa3713b 100644 --- a/ConsoleExamples/Examples/Util/City.cs +++ b/ConsoleExamples/Examples/Util/City.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/Util/TemporalXOR.cs b/ConsoleExamples/Examples/Util/TemporalXOR.cs index 38fbff5d..015f1892 100644 --- a/ConsoleExamples/Examples/Util/TemporalXOR.cs +++ b/ConsoleExamples/Examples/Util/TemporalXOR.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/XOR/XORFactory.cs b/ConsoleExamples/Examples/XOR/XORFactory.cs index 0e303c43..e8ca1f09 100644 --- a/ConsoleExamples/Examples/XOR/XORFactory.cs +++ b/ConsoleExamples/Examples/XOR/XORFactory.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/XOR/XORHelloWorld.cs b/ConsoleExamples/Examples/XOR/XORHelloWorld.cs index ccd27f43..82f15ad1 100644 --- a/ConsoleExamples/Examples/XOR/XORHelloWorld.cs +++ b/ConsoleExamples/Examples/XOR/XORHelloWorld.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/XOR/XORNEAT.cs b/ConsoleExamples/Examples/XOR/XORNEAT.cs index f1c660d0..b51324d8 100644 --- a/ConsoleExamples/Examples/XOR/XORNEAT.cs +++ b/ConsoleExamples/Examples/XOR/XORNEAT.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Examples/XOR/XOROnline.cs b/ConsoleExamples/Examples/XOR/XOROnline.cs index 35b0db63..6e47f37a 100644 --- a/ConsoleExamples/Examples/XOR/XOROnline.cs +++ b/ConsoleExamples/Examples/XOR/XOROnline.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/ConsoleExamples/Examples/XOR/XORPSO.cs b/ConsoleExamples/Examples/XOR/XORPSO.cs index 8dbcb5d2..f06735f8 100644 --- a/ConsoleExamples/Examples/XOR/XORPSO.cs +++ b/ConsoleExamples/Examples/XOR/XORPSO.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/NormalizeFile.cs b/ConsoleExamples/NormalizeFile.cs index ec99bd1b..5b8c0c76 100644 --- a/ConsoleExamples/NormalizeFile.cs +++ b/ConsoleExamples/NormalizeFile.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Persist/PersistEncog.cs b/ConsoleExamples/Persist/PersistEncog.cs index 51271295..bda8546c 100644 --- a/ConsoleExamples/Persist/PersistEncog.cs +++ b/ConsoleExamples/Persist/PersistEncog.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Persist/PersistSerial.cs b/ConsoleExamples/Persist/PersistSerial.cs index 25c4abe8..0677e371 100644 --- a/ConsoleExamples/Persist/PersistSerial.cs +++ b/ConsoleExamples/Persist/PersistSerial.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Properties/AssemblyInfo.cs b/ConsoleExamples/Properties/AssemblyInfo.cs index 72704d5e..d2b4afa2 100644 --- a/ConsoleExamples/Properties/AssemblyInfo.cs +++ b/ConsoleExamples/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/Properties/Settings.Designer.cs b/ConsoleExamples/Properties/Settings.Designer.cs index 959a348d..c93a2ca9 100644 --- a/ConsoleExamples/Properties/Settings.Designer.cs +++ b/ConsoleExamples/Properties/Settings.Designer.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ConsoleExamples/SimpleNormalize.cs b/ConsoleExamples/SimpleNormalize.cs index 62bb4e9e..c7e21ceb 100644 --- a/ConsoleExamples/SimpleNormalize.cs +++ b/ConsoleExamples/SimpleNormalize.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.1 - .Net Version +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2012 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs.sln.DotSettings.user b/encog-core-cs.sln.DotSettings.user index 1f562543..61755fd6 100644 --- a/encog-core-cs.sln.DotSettings.user +++ b/encog-core-cs.sln.DotSettings.user @@ -5,4 +5,4 @@ <Session><Elements><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /></Elements></Session> True SimpleSlidingParameters - <Session><Elements><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.CSVLoaderTest" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.CSVLoaderTest" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationBiPolar" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationGaussian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLOG" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationLOG" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLinear" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationLinear" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSIN" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSIN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSigmoid" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSoftMax" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationTANH" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationTANH" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestAddress" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestAddress" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystClassification" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestAnalystClassification" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystRegression" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestAnalystRegression" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Basic.TestBasicMLSequenceSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestClassElement" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestBrowse" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestBrowse" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Specific.TestCSVNeuralData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.Competitive.TestCompetitive" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestFolded" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.TestFolded" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestClassElement" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestK2" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestK2" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.KMeans.TestKMeans" type="MsTestTestClassElement" TypeName="Encog.ML.KMeans.TestKMeans" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestMarketData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.TestMarketData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaFileConvert" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNinjaFileConvert" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaStreamWriter" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNinjaStreamWriter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNormalizeArray" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNormalizeArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestClassElement" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistRBF" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistRBF" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.TestResourceLoader" type="MsTestTestClassElement" TypeName="Encog.Util.TestResourceLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestSQLDataSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Specific.TestSQLDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Read.TestXMLRead" type="MsTestTestClassElement" TypeName="Encog.Parse.Tags.Read.TestXMLRead" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Write.TestXmlWrite" type="MsTestTestClassElement" TypeName="Encog.Parse.Tags.Write.TestXmlWrite" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestYahooLoader" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.TestYahooLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.ActivationTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="ActivationTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Add" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Add" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.BasicSlidingSineSignal" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="BasicSlidingSineSignal" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.BasicTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="BasicTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Binary" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Binary" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Bipolar2Double" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Bipolar2Double" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Boolean" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Boolean" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData.CSVData" ParentId="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData" type="MsTestTestMethodElement" MethodName="CSVData" TypeName="Encog.ML.Data.Specific.TestCSVNeuralData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Clear" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Clear" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.ColumnMatrix" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="ColumnMatrix" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Copy" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Copy" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DeleteCol" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DeleteCol" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DeleteRow" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DeleteRow" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Divide" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Divide" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DotProduct" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DotProduct" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Double2Bipolar" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Double2Bipolar" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.FormatTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="FormatTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.GetCol" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="GetCol" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.GetRow" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="GetRow" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.HiLowTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="HiLowTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Identity" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Identity" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Inverse" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Inverse" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.IsVector" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="IsVector" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.IsZero" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="IsZero" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestYahooLoader.Loader" ParentId="MsTest:Encog.ML.Data.Market.TestYahooLoader" type="MsTestTestMethodElement" MethodName="Loader" TypeName="Encog.ML.Data.Market.TestYahooLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestMarketData.MarketData" ParentId="MsTest:Encog.ML.Data.Market.TestMarketData" type="MsTestTestMethodElement" MethodName="MarketData" TypeName="Encog.ML.Data.Market.TestMarketData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixConstruct" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixConstruct" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixEquals" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixEquals" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixEqualsPrecision" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixEqualsPrecision" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixMultiply" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixMultiply" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Multiply" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Multiply" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.MultiplyScalar" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="MultiplyScalar" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.PackedArray" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="PackedArray" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.PackedArray2" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="PackedArray2" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Randomize" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Randomize" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowAndColRangeOver" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowAndColRangeOver" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowAndColRangeUnder" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowAndColRangeUnder" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowMatrix" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowMatrix" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowsAndCols" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowsAndCols" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestSQLDataSet.SQLDataSet" ParentId="MsTest:Encog.ML.Data.Specific.TestSQLDataSet" type="MsTestTestMethodElement" MethodName="SQLDataSet" TypeName="Encog.ML.Data.Specific.TestSQLDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.SimpleSlidingGap" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="SimpleSlidingGap" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.SimpleSlidingParameters" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="SimpleSlidingParameters" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Size" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Size" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Sum" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Sum" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative.TestAbsolute" ParentId="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestMethodElement" MethodName="TestAbsolute" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis.TestAbsolute" ParentId="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestMethodElement" MethodName="TestAbsolute" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis.TestAbsoluteSerial" ParentId="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestMethodElement" MethodName="TestAbsoluteSerial" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative.TestAbsoluteSerial" ParentId="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestMethodElement" MethodName="TestAbsoluteSerial" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar.TestActivation" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar" type="MsTestTestMethodElement" MethodName="TestActivation" TypeName="Encog.Engine.Network.Activation.TestActivationBiPolar" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestAddress.TestAddressFunctions" ParentId="MsTest:Encog.Bot.Browse.TestAddress" type="MsTestTestMethodElement" MethodName="TestAddressFunctions" TypeName="Encog.Bot.Browse.TestAddress" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestAnneal" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestAnneal" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray1D" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray1D" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray1DSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray1DSerial" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray2D" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray2D" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray2DSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray2DSerial" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData.TestArrayCODEC" ParentId="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestMethodElement" MethodName="TestArrayCODEC" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributeLess" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributeLess" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributes" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributes" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributesNoDelim" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributesNoDelim" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestBPROP" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestBPROP" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV.TestBalanceCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestMethodElement" MethodName="TestBalanceCSVHeaders" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV.TestBalanceCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestMethodElement" MethodName="TestBalanceCSVNoHeaders" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestBoth" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestBoth" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestBothWithAttributes" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestBothWithAttributes" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestBrowse.TestBrowser" ParentId="MsTest:Encog.Bot.Browse.TestBrowse" type="MsTestTestMethodElement" MethodName="TestBrowser" TypeName="Encog.Bot.Browse.TestBrowse" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestBubble" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestBubble" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet.TestBufferData" ParentId="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" type="MsTestTestMethodElement" MethodName="TestBufferData" TypeName="Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData.TestCSV" ParentId="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestMethodElement" MethodName="TestCSV" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.CSVLoaderTest.TestCSVLoader" ParentId="MsTest:Encog.ML.Data.Market.CSVLoaderTest" type="MsTestTestMethodElement" MethodName="TestCSVLoader" TypeName="Encog.ML.Data.Market.CSVLoaderTest" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystClassification.TestClassification" ParentId="MsTest:Encog.App.Analyst.TestAnalystClassification" type="MsTestTestMethodElement" MethodName="TestClassification" TypeName="Encog.App.Analyst.TestAnalystClassification" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestClassifyPNN" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestClassifyPNN" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.KMeans.TestKMeans.TestCluster" ParentId="MsTest:Encog.ML.KMeans.TestKMeans" type="MsTestTestMethodElement" MethodName="TestCluster" TypeName="Encog.ML.KMeans.TestKMeans" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestComment" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestComment" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestContBWL" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestContBWL" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestContPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestContPersistEG" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestContPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestContPersistSerial" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaFileConvert.TestConvert" ParentId="MsTest:Encog.App.CSV.TestNinjaFileConvert" type="MsTestTestMethodElement" MethodName="TestConvert" TypeName="Encog.App.CSV.TestNinjaFileConvert" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestCount" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestCount" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet.TestDataSet" ParentId="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestMethodElement" MethodName="TestDataSet" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet.TestDataSetSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestMethodElement" MethodName="TestDataSetSerial" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestDiscBWL" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestDiscBWL" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestDiscKMeans" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestDiscKMeans" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestDiscPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestDiscPersistEG" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestDiscPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestDiscPersistSerial" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestDualOutput" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestDualOutput" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.TestDynamicXOR" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="TestDynamicXOR" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration1" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration1" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration2" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration2" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration3" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration3" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestEuroIrisClassificationFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestEuroIrisClassificationFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestExtract" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestExtract" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestExtractFromIndex" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestExtractFromIndex" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency.TestFileConsistency" ParentId="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestMethodElement" MethodName="TestFileConsistency" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV.TestFilterCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestMethodElement" MethodName="TestFilterCSVHeaders" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter.TestFilterCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestMethodElement" MethodName="TestFilterCSVHeaders" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter.TestFilterCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestMethodElement" MethodName="TestFilterCSVNoHeaders" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV.TestFilterCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestMethodElement" MethodName="TestFilterCSVNoHeaders" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestGaussian" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestGaussian" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian.TestGaussian" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian" type="MsTestTestMethodElement" MethodName="TestGaussian" TypeName="Encog.Engine.Network.Activation.TestActivationGaussian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV.TestGenerateAndLoad" ParentId="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestMethodElement" MethodName="TestGenerateAndLoad" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV.TestGenerateAndLoadSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestMethodElement" MethodName="TestGenerateAndLoadSerial" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestGenetic" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestGenetic" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestIndependant" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestIndependant" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestIndependant2" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestIndependant2" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestIndexSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestIndexSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators.TestIndicatorsHeaders" ParentId="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestMethodElement" MethodName="TestIndicatorsHeaders" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators.TestIndicatorsNoHeaders" ParentId="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestMethodElement" MethodName="TestIndicatorsNoHeaders" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestIntegerBalance" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestIntegerBalance" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationBayes" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationBayes" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationPNN" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationPNN" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationSVM" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationSVM" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisRegressionFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisRegressionFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisSOM" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisSOM" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestK2.TestK2Structure" ParentId="MsTest:Encog.ML.Bayes.TestK2" type="MsTestTestMethodElement" MethodName="TestK2Structure" TypeName="Encog.ML.Bayes.TestK2" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestLMA" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestLMA" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLinear.TestLinear" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationLinear" type="MsTestTestMethodElement" MethodName="TestLinear" TypeName="Encog.Engine.Network.Activation.TestActivationLinear" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData.TestLink" ParentId="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestMethodElement" MethodName="TestLink" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestLoadPage" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestLoadPage" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLOG.TestLog" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationLOG" type="MsTestTestMethodElement" MethodName="TestLog" TypeName="Encog.Engine.Network.Activation.TestActivationLOG" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestManhattan" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestManhattan" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestFolded.TestMethod1" ParentId="MsTest:Encog.Neural.Networks.Training.TestFolded" type="MsTestTestMethodElement" MethodName="TestMethod1" TypeName="Encog.Neural.Networks.Training.TestFolded" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestMethod1" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestMethod1" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNormalizeArray.TestNormalize" ParentId="MsTest:Encog.App.CSV.TestNormalizeArray" type="MsTestTestMethodElement" MethodName="TestNormalize" TypeName="Encog.App.CSV.TestNormalizeArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped.TestOutputFieldEncode" ParentId="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestMethodElement" MethodName="TestOutputFieldEncode" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped.TestOutputFieldEncodeSerialize" ParentId="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestMethodElement" MethodName="TestOutputFieldEncodeSerialize" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistART" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistRBF.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistRBF" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistRBF" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistMediumEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistMediumEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistART" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestRPROP" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestRPROP" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency.TestRPROPConsistency" ParentId="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestMethodElement" MethodName="TestRPROPConsistency" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation.TestRPROPCont" ParentId="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestMethodElement" MethodName="TestRPROPCont" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation.TestRPROPContPersistEG" ParentId="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestMethodElement" MethodName="TestRPROPContPersistEG" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestRangeSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestRangeSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Read.TestXMLRead.TestRead" ParentId="MsTest:Encog.Parse.Tags.Read.TestXMLRead" type="MsTestTestMethodElement" MethodName="TestRead" TypeName="Encog.Parse.Tags.Read.TestXMLRead" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestRegPNN" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestRegPNN" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystRegression.TestRegression" ParentId="MsTest:Encog.App.Analyst.TestAnalystRegression" type="MsTestTestMethodElement" MethodName="TestRegression" TypeName="Encog.App.Analyst.TestAnalystRegression" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.TestResourceLoader.TestResourceLoad" ParentId="MsTest:Encog.Util.TestResourceLoader" type="MsTestTestMethodElement" MethodName="TestResourceLoad" TypeName="Encog.Util.TestResourceLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestSCG" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestSCG" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax.TestSIN" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax" type="MsTestTestMethodElement" MethodName="TestSIN" TypeName="Encog.Engine.Network.Activation.TestActivationSoftMax" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSIN.TestSIN" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSIN" type="MsTestTestMethodElement" MethodName="TestSIN" TypeName="Encog.Engine.Network.Activation.TestActivationSIN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive.TestSOM" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive" type="MsTestTestMethodElement" MethodName="TestSOM" TypeName="Encog.Neural.Networks.Training.Competitive.TestCompetitive" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestSampleSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestSampleSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling1" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling1" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling2" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling2" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling3" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling3" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestScript" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestScript" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestScript2" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestScript2" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid.TestSigmoid" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid" type="MsTestTestMethodElement" MethodName="TestSigmoid" TypeName="Encog.Engine.Network.Activation.TestActivationSigmoid" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData.TestSimple" ParentId="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestMethodElement" MethodName="TestSimple" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet.TestSimple" ParentId="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet" type="MsTestTestMethodElement" MethodName="TestSimple" TypeName="Encog.ML.Data.Basic.TestBasicMLSequenceSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestSimpleAttribute" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestSimpleAttribute" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestSingle" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestSingle" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestSingleOutput" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestSingleOutput" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort.TestSortHeaders" ParentId="MsTest:Encog.App.CSV.TestSort" type="MsTestTestMethodElement" MethodName="TestSortHeaders" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort.TestSortNoHeaders" ParentId="MsTest:Encog.App.CSV.TestSort" type="MsTestTestMethodElement" MethodName="TestSortNoHeaders" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestSpecialCharacter" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestSpecialCharacter" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationTANH.TestTANH" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationTANH" type="MsTestTestMethodElement" MethodName="TestTANH" TypeName="Encog.Engine.Network.Activation.TestActivationTANH" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestTagToString" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestTagToString" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestToString" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestToString" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaStreamWriter.TestWrite" ParentId="MsTest:Encog.App.CSV.TestNinjaStreamWriter" type="MsTestTestMethodElement" MethodName="TestWrite" TypeName="Encog.App.CSV.TestNinjaStreamWriter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Write.TestXmlWrite.TestWrite" ParentId="MsTest:Encog.Parse.Tags.Write.TestXmlWrite" type="MsTestTestMethodElement" MethodName="TestWrite" TypeName="Encog.Parse.Tags.Write.TestXmlWrite" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload.TestYahooDownloadCSV" ParentId="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestMethodElement" MethodName="TestYahooDownloadCSV" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload.TestYahooDownloadError" ParentId="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestMethodElement" MethodName="TestYahooDownloadError" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.VectorLength" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="VectorLength" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.VerifySame" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="VerifySame" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Zero" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Zero" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.testPersistLargeEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="testPersistLargeEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /></Elements></Session> \ No newline at end of file + <Session><Elements><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.CSVLoaderTest" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.CSVLoaderTest" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationBiPolar" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationGaussian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLOG" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationLOG" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLinear" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationLinear" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSIN" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSIN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSigmoid" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationSoftMax" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationTANH" type="MsTestTestClassElement" TypeName="Encog.Engine.Network.Activation.TestActivationTANH" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestAddress" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestAddress" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystClassification" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestAnalystClassification" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystRegression" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestAnalystRegression" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Basic.TestBasicMLSequenceSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestClassElement" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestBrowse" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestBrowse" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Specific.TestCSVNeuralData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.Competitive.TestCompetitive" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestClassElement" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestFolded" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.TestFolded" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestClassElement" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestK2" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestK2" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.KMeans.TestKMeans" type="MsTestTestClassElement" TypeName="Encog.ML.KMeans.TestKMeans" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestMarketData" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.TestMarketData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestClassElement" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaFileConvert" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNinjaFileConvert" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaStreamWriter" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNinjaStreamWriter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNormalizeArray" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestNormalizeArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestClassElement" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistRBF" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistRBF" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestClassElement" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.TestResourceLoader" type="MsTestTestClassElement" TypeName="Encog.Util.TestResourceLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestSQLDataSet" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Specific.TestSQLDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestClassElement" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestClassElement" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestClassElement" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Read.TestXMLRead" type="MsTestTestClassElement" TypeName="Encog.Parse.Tags.Read.TestXMLRead" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Write.TestXmlWrite" type="MsTestTestClassElement" TypeName="Encog.Parse.Tags.Write.TestXmlWrite" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestClassElement" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestYahooLoader" type="MsTestTestClassElement" TypeName="Encog.ML.Data.Market.TestYahooLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestClassElement" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.ActivationTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="ActivationTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Add" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Add" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.BasicSlidingSineSignal" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="BasicSlidingSineSignal" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.BasicTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="BasicTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Binary" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Binary" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Bipolar2Double" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Bipolar2Double" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Boolean" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Boolean" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData.CSVData" ParentId="MsTest:Encog.ML.Data.Specific.TestCSVNeuralData" type="MsTestTestMethodElement" MethodName="CSVData" TypeName="Encog.ML.Data.Specific.TestCSVNeuralData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Clear" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Clear" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.ColumnMatrix" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="ColumnMatrix" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Copy" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Copy" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DeleteCol" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DeleteCol" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DeleteRow" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DeleteRow" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Divide" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Divide" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.DotProduct" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="DotProduct" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil.Double2Bipolar" ParentId="MsTest:Encog.MathUtil.Matrices.TestBiPolarUtil" type="MsTestTestMethodElement" MethodName="Double2Bipolar" TypeName="Encog.MathUtil.Matrices.TestBiPolarUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.FormatTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="FormatTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.GetCol" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="GetCol" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.GetRow" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="GetRow" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Temporal.TestTemporal.HiLowTemporal" ParentId="MsTest:Encog.ML.Data.Temporal.TestTemporal" type="MsTestTestMethodElement" MethodName="HiLowTemporal" TypeName="Encog.ML.Data.Temporal.TestTemporal" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Identity" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Identity" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Inverse" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Inverse" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.IsVector" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="IsVector" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.IsZero" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="IsZero" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestYahooLoader.Loader" ParentId="MsTest:Encog.ML.Data.Market.TestYahooLoader" type="MsTestTestMethodElement" MethodName="Loader" TypeName="Encog.ML.Data.Market.TestYahooLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.TestMarketData.MarketData" ParentId="MsTest:Encog.ML.Data.Market.TestMarketData" type="MsTestTestMethodElement" MethodName="MarketData" TypeName="Encog.ML.Data.Market.TestMarketData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixConstruct" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixConstruct" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixEquals" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixEquals" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixEqualsPrecision" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixEqualsPrecision" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.MatrixMultiply" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="MatrixMultiply" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.Multiply" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="Multiply" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.MultiplyScalar" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="MultiplyScalar" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.PackedArray" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="PackedArray" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.PackedArray2" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="PackedArray2" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Randomize" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Randomize" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowAndColRangeOver" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowAndColRangeOver" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowAndColRangeUnder" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowAndColRangeUnder" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowMatrix" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowMatrix" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.RowsAndCols" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="RowsAndCols" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Specific.TestSQLDataSet.SQLDataSet" ParentId="MsTest:Encog.ML.Data.Specific.TestSQLDataSet" type="MsTestTestMethodElement" MethodName="SQLDataSet" TypeName="Encog.ML.Data.Specific.TestSQLDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.SimpleSlidingGap" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="SimpleSlidingGap" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.SimpleSlidingParameters" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="SimpleSlidingParameters" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Size" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Size" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Sum" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Sum" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative.TestAbsolute" ParentId="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestMethodElement" MethodName="TestAbsolute" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis.TestAbsolute" ParentId="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestMethodElement" MethodName="TestAbsolute" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestZAxis.TestAbsoluteSerial" ParentId="MsTest:Encog.Util.Normalize.TestZAxis" type="MsTestTestMethodElement" MethodName="TestAbsoluteSerial" TypeName="Encog.Util.Normalize.TestZAxis" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMultiplicative.TestAbsoluteSerial" ParentId="MsTest:Encog.Util.Normalize.TestMultiplicative" type="MsTestTestMethodElement" MethodName="TestAbsoluteSerial" TypeName="Encog.Util.Normalize.TestMultiplicative" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar.TestActivation" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationBiPolar" type="MsTestTestMethodElement" MethodName="TestActivation" TypeName="Encog.Engine.Network.Activation.TestActivationBiPolar" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestAddress.TestAddressFunctions" ParentId="MsTest:Encog.Bot.Browse.TestAddress" type="MsTestTestMethodElement" MethodName="TestAddressFunctions" TypeName="Encog.Bot.Browse.TestAddress" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestAnneal" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestAnneal" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray1D" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray1D" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray1DSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray1DSerial" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray2D" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray2D" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormArray.TestArray2DSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormArray" type="MsTestTestMethodElement" MethodName="TestArray2DSerial" TypeName="Encog.Util.Normalize.TestNormArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData.TestArrayCODEC" ParentId="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestMethodElement" MethodName="TestArrayCODEC" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributeLess" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributeLess" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributes" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributes" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestAttributesNoDelim" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestAttributesNoDelim" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestBPROP" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestBPROP" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV.TestBalanceCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestMethodElement" MethodName="TestBalanceCSVHeaders" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestBalanceCSV.TestBalanceCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestBalanceCSV" type="MsTestTestMethodElement" MethodName="TestBalanceCSVNoHeaders" TypeName="Encog.App.CSV.TestBalanceCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestBoth" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestBoth" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestBothWithAttributes" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestBothWithAttributes" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestBrowse.TestBrowser" ParentId="MsTest:Encog.Bot.Browse.TestBrowse" type="MsTestTestMethodElement" MethodName="TestBrowser" TypeName="Encog.Bot.Browse.TestBrowse" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestBubble" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestBubble" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet.TestBufferData" ParentId="MsTest:Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" type="MsTestTestMethodElement" MethodName="TestBufferData" TypeName="Encog.ML.Data.Buffer.TestBufferedNeuralDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Buffer.TestBinaryData.TestCSV" ParentId="MsTest:Encog.ML.Data.Buffer.TestBinaryData" type="MsTestTestMethodElement" MethodName="TestCSV" TypeName="Encog.ML.Data.Buffer.TestBinaryData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Market.CSVLoaderTest.TestCSVLoader" ParentId="MsTest:Encog.ML.Data.Market.CSVLoaderTest" type="MsTestTestMethodElement" MethodName="TestCSVLoader" TypeName="Encog.ML.Data.Market.CSVLoaderTest" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystClassification.TestClassification" ParentId="MsTest:Encog.App.Analyst.TestAnalystClassification" type="MsTestTestMethodElement" MethodName="TestClassification" TypeName="Encog.App.Analyst.TestAnalystClassification" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestClassifyPNN" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestClassifyPNN" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.KMeans.TestKMeans.TestCluster" ParentId="MsTest:Encog.ML.KMeans.TestKMeans" type="MsTestTestMethodElement" MethodName="TestCluster" TypeName="Encog.ML.KMeans.TestKMeans" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestComment" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestComment" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestContBWL" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestContBWL" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestContPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestContPersistEG" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestContPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestContPersistSerial" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaFileConvert.TestConvert" ParentId="MsTest:Encog.App.CSV.TestNinjaFileConvert" type="MsTestTestMethodElement" MethodName="TestConvert" TypeName="Encog.App.CSV.TestNinjaFileConvert" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestCount" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestCount" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet.TestDataSet" ParentId="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestMethodElement" MethodName="TestDataSet" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormDataSet.TestDataSetSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormDataSet" type="MsTestTestMethodElement" MethodName="TestDataSetSerial" TypeName="Encog.Util.Normalize.TestNormDataSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestDiscBWL" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestDiscBWL" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.HMM.TestHMM.TestDiscKMeans" ParentId="MsTest:Encog.ML.HMM.TestHMM" type="MsTestTestMethodElement" MethodName="TestDiscKMeans" TypeName="Encog.ML.HMM.TestHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestDiscPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestDiscPersistEG" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHMM.TestDiscPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHMM" type="MsTestTestMethodElement" MethodName="TestDiscPersistSerial" TypeName="Encog.Persist.TestPersistHMM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestDualOutput" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestDualOutput" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Dynamic.TestDynamic.TestDynamicXOR" ParentId="MsTest:Encog.ML.Data.Dynamic.TestDynamic" type="MsTestTestMethodElement" MethodName="TestDynamicXOR" TypeName="Encog.ML.Data.Dynamic.TestDynamic" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration1" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration1" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration2" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration2" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestEnumerationQuery.TestEnumeration3" ParentId="MsTest:Encog.ML.Bayes.TestEnumerationQuery" type="MsTestTestMethodElement" MethodName="TestEnumeration3" TypeName="Encog.ML.Bayes.TestEnumerationQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestEuroIrisClassificationFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestEuroIrisClassificationFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestExtract" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestExtract" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestExtractFromIndex" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestExtractFromIndex" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency.TestFileConsistency" ParentId="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestMethodElement" MethodName="TestFileConsistency" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV.TestFilterCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestMethodElement" MethodName="TestFilterCSVHeaders" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter.TestFilterCSVHeaders" ParentId="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestMethodElement" MethodName="TestFilterCSVHeaders" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestFilter.TestFilterCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestFilter" type="MsTestTestMethodElement" MethodName="TestFilterCSVNoHeaders" TypeName="Encog.App.CSV.TestFilter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSegregateCSV.TestFilterCSVNoHeaders" ParentId="MsTest:Encog.App.CSV.TestSegregateCSV" type="MsTestTestMethodElement" MethodName="TestFilterCSVNoHeaders" TypeName="Encog.App.CSV.TestSegregateCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestGaussian" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestGaussian" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian.TestGaussian" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationGaussian" type="MsTestTestMethodElement" MethodName="TestGaussian" TypeName="Encog.Engine.Network.Activation.TestActivationGaussian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV.TestGenerateAndLoad" ParentId="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestMethodElement" MethodName="TestGenerateAndLoad" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestNormCSV.TestGenerateAndLoadSerial" ParentId="MsTest:Encog.Util.Normalize.TestNormCSV" type="MsTestTestMethodElement" MethodName="TestGenerateAndLoadSerial" TypeName="Encog.Util.Normalize.TestNormCSV" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestGenetic" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestGenetic" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestIndependant" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestIndependant" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestBayesNet.TestIndependant2" ParentId="MsTest:Encog.ML.Bayes.TestBayesNet" type="MsTestTestMethodElement" MethodName="TestIndependant2" TypeName="Encog.ML.Bayes.TestBayesNet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestIndexSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestIndexSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators.TestIndicatorsHeaders" ParentId="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestMethodElement" MethodName="TestIndicatorsHeaders" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestProcessIndicators.TestIndicatorsNoHeaders" ParentId="MsTest:Encog.App.CSV.TestProcessIndicators" type="MsTestTestMethodElement" MethodName="TestIndicatorsNoHeaders" TypeName="Encog.App.CSV.TestProcessIndicators" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestIntegerBalance" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestIntegerBalance" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationBayes" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationBayes" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationPNN" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationPNN" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisClassificationSVM" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisClassificationSVM" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisRegressionFF" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisRegressionFF" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestEncogAnalyst.TestIrisSOM" ParentId="MsTest:Encog.App.Analyst.TestEncogAnalyst" type="MsTestTestMethodElement" MethodName="TestIrisSOM" TypeName="Encog.App.Analyst.TestEncogAnalyst" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestK2.TestK2Structure" ParentId="MsTest:Encog.ML.Bayes.TestK2" type="MsTestTestMethodElement" MethodName="TestK2Structure" TypeName="Encog.ML.Bayes.TestK2" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestLMA" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestLMA" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLinear.TestLinear" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationLinear" type="MsTestTestMethodElement" MethodName="TestLinear" TypeName="Encog.Engine.Network.Activation.TestActivationLinear" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData.TestLink" ParentId="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestMethodElement" MethodName="TestLink" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.TestBotUtil.TestLoadPage" ParentId="MsTest:Encog.Bot.TestBotUtil" type="MsTestTestMethodElement" MethodName="TestLoadPage" TypeName="Encog.Bot.TestBotUtil" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationLOG.TestLog" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationLOG" type="MsTestTestMethodElement" MethodName="TestLog" TypeName="Encog.Engine.Network.Activation.TestActivationLOG" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestManhattan" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestManhattan" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestFolded.TestMethod1" ParentId="MsTest:Encog.Neural.Networks.Training.TestFolded" type="MsTestTestMethodElement" MethodName="TestMethod1" TypeName="Encog.Neural.Networks.Training.TestFolded" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestMethod1" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestMethod1" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNormalizeArray.TestNormalize" ParentId="MsTest:Encog.App.CSV.TestNormalizeArray" type="MsTestTestMethodElement" MethodName="TestNormalize" TypeName="Encog.App.CSV.TestNormalizeArray" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped.TestOutputFieldEncode" ParentId="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestMethodElement" MethodName="TestOutputFieldEncode" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestMapped.TestOutputFieldEncodeSerialize" ParentId="MsTest:Encog.Util.Normalize.TestMapped" type="MsTestTestMethodElement" MethodName="TestOutputFieldEncodeSerialize" TypeName="Encog.Util.Normalize.TestMapped" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistART" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistRBF.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistRBF" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistRBF" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistMediumEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistMediumEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistFreeform.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistFreeform" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistFreeform" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSVM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistSVM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistSVM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPNN.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistPNN" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistPNN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistPopulation.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistPopulation" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistPopulation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistART.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistART" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistART" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistSOM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistSOM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistSOM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBoltzmann.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBoltzmann" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBoltzmann" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBayes.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBayes" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBayes" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistCPN.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistCPN" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistCPN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBAM.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistBAM" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistBAM" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistHopfield.TestPersistSerial" ParentId="MsTest:Encog.Persist.TestPersistHopfield" type="MsTestTestMethodElement" MethodName="TestPersistSerial" TypeName="Encog.Persist.TestPersistHopfield" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestRPROP" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestRPROP" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.TestConsistency.TestRPROPConsistency" ParentId="MsTest:Encog.Neural.Networks.TestConsistency" type="MsTestTestMethodElement" MethodName="TestRPROPConsistency" TypeName="Encog.Neural.Networks.TestConsistency" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation.TestRPROPCont" ParentId="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestMethodElement" MethodName="TestRPROPCont" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistTrainingContinuation.TestRPROPContPersistEG" ParentId="MsTest:Encog.Persist.TestPersistTrainingContinuation" type="MsTestTestMethodElement" MethodName="TestRPROPContPersistEG" TypeName="Encog.Persist.TestPersistTrainingContinuation" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestRangeSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestRangeSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Read.TestXMLRead.TestRead" ParentId="MsTest:Encog.Parse.Tags.Read.TestXMLRead" type="MsTestTestMethodElement" MethodName="TestRead" TypeName="Encog.Parse.Tags.Read.TestXMLRead" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestRegPNN" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestRegPNN" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.Analyst.TestAnalystRegression.TestRegression" ParentId="MsTest:Encog.App.Analyst.TestAnalystRegression" type="MsTestTestMethodElement" MethodName="TestRegression" TypeName="Encog.App.Analyst.TestAnalystRegression" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.TestResourceLoader.TestResourceLoad" ParentId="MsTest:Encog.Util.TestResourceLoader" type="MsTestTestMethodElement" MethodName="TestResourceLoad" TypeName="Encog.Util.TestResourceLoader" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.TestTraining.TestSCG" ParentId="MsTest:Encog.Neural.Networks.Training.TestTraining" type="MsTestTestMethodElement" MethodName="TestSCG" TypeName="Encog.Neural.Networks.Training.TestTraining" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax.TestSIN" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSoftMax" type="MsTestTestMethodElement" MethodName="TestSIN" TypeName="Encog.Engine.Network.Activation.TestActivationSoftMax" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSIN.TestSIN" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSIN" type="MsTestTestMethodElement" MethodName="TestSIN" TypeName="Encog.Engine.Network.Activation.TestActivationSIN" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive.TestSOM" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.TestCompetitive" type="MsTestTestMethodElement" MethodName="TestSOM" TypeName="Encog.Neural.Networks.Training.Competitive.TestCompetitive" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Util.Normalize.TestSegregate.TestSampleSegregate" ParentId="MsTest:Encog.Util.Normalize.TestSegregate" type="MsTestTestMethodElement" MethodName="TestSampleSegregate" TypeName="Encog.Util.Normalize.TestSegregate" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling1" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling1" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling2" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling2" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Bayes.TestSamplingQuery.TestSampling3" ParentId="MsTest:Encog.ML.Bayes.TestSamplingQuery" type="MsTestTestMethodElement" MethodName="TestSampling3" TypeName="Encog.ML.Bayes.TestSamplingQuery" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestScript" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestScript" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestScript2" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestScript2" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid.TestSigmoid" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationSigmoid" type="MsTestTestMethodElement" MethodName="TestSigmoid" TypeName="Encog.Engine.Network.Activation.TestActivationSigmoid" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.Browse.TestWebPageData.TestSimple" ParentId="MsTest:Encog.Bot.Browse.TestWebPageData" type="MsTestTestMethodElement" MethodName="TestSimple" TypeName="Encog.Bot.Browse.TestWebPageData" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet.TestSimple" ParentId="MsTest:Encog.ML.Data.Basic.TestBasicMLSequenceSet" type="MsTestTestMethodElement" MethodName="TestSimple" TypeName="Encog.ML.Data.Basic.TestBasicMLSequenceSet" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestSimpleAttribute" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestSimpleAttribute" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood.TestSingle" ParentId="MsTest:Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" type="MsTestTestMethodElement" MethodName="TestSingle" TypeName="Encog.Neural.Networks.Training.Competitive.Neighborhood.TestNeighborhood" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian.TestSingleOutput" ParentId="MsTest:Encog.MathUtil.Matrices.Hessian.TestHessian" type="MsTestTestMethodElement" MethodName="TestSingleOutput" TypeName="Encog.MathUtil.Matrices.Hessian.TestHessian" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort.TestSortHeaders" ParentId="MsTest:Encog.App.CSV.TestSort" type="MsTestTestMethodElement" MethodName="TestSortHeaders" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestSort.TestSortNoHeaders" ParentId="MsTest:Encog.App.CSV.TestSort" type="MsTestTestMethodElement" MethodName="TestSortNoHeaders" TypeName="Encog.App.CSV.TestSort" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestSpecialCharacter" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestSpecialCharacter" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Engine.Network.Activation.TestActivationTANH.TestTANH" ParentId="MsTest:Encog.Engine.Network.Activation.TestActivationTANH" type="MsTestTestMethodElement" MethodName="TestTANH" TypeName="Encog.Engine.Network.Activation.TestActivationTANH" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestTagToString" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestTagToString" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Bot.HTML.TestParseHTML.TestToString" ParentId="MsTest:Encog.Bot.HTML.TestParseHTML" type="MsTestTestMethodElement" MethodName="TestToString" TypeName="Encog.Bot.HTML.TestParseHTML" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestNinjaStreamWriter.TestWrite" ParentId="MsTest:Encog.App.CSV.TestNinjaStreamWriter" type="MsTestTestMethodElement" MethodName="TestWrite" TypeName="Encog.App.CSV.TestNinjaStreamWriter" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Parse.Tags.Write.TestXmlWrite.TestWrite" ParentId="MsTest:Encog.Parse.Tags.Write.TestXmlWrite" type="MsTestTestMethodElement" MethodName="TestWrite" TypeName="Encog.Parse.Tags.Write.TestXmlWrite" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload.TestYahooDownloadCSV" ParentId="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestMethodElement" MethodName="TestYahooDownloadCSV" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.App.CSV.TestYahooDownload.TestYahooDownloadError" ParentId="MsTest:Encog.App.CSV.TestYahooDownload" type="MsTestTestMethodElement" MethodName="TestYahooDownloadError" TypeName="Encog.App.CSV.TestYahooDownload" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.VectorLength" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="VectorLength" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrixMath.VerifySame" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrixMath" type="MsTestTestMethodElement" MethodName="VerifySame" TypeName="Encog.MathUtil.Matrices.TestMatrixMath" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.MathUtil.Matrices.TestMatrix.Zero" ParentId="MsTest:Encog.MathUtil.Matrices.TestMatrix" type="MsTestTestMethodElement" MethodName="Zero" TypeName="Encog.MathUtil.Matrices.TestMatrix" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /><UnitTestElement Provider="MSTest" Id="MsTest:Encog.Persist.TestPersistBasicNetwork.testPersistLargeEG" ParentId="MsTest:Encog.Persist.TestPersistBasicNetwork" type="MsTestTestMethodElement" MethodName="testPersistLargeEG" TypeName="Encog.Persist.TestPersistBasicNetwork" Project="7E02C68C-3412-4C39-BF1E-ECA40CEBA6B8" /></Elements></Session> \ No newline at end of file diff --git a/encog-core-cs/App/Analyst/AnalystError.cs b/encog-core-cs/App/Analyst/AnalystError.cs index ff350039..b262d475 100644 --- a/encog-core-cs/App/Analyst/AnalystError.cs +++ b/encog-core-cs/App/Analyst/AnalystError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst @@ -47,4 +46,4 @@ public AnalystError(Exception t) : base(t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/AnalystFileFormat.cs b/encog-core-cs/App/Analyst/AnalystFileFormat.cs index e8f1c715..43c7a9fc 100644 --- a/encog-core-cs/App/Analyst/AnalystFileFormat.cs +++ b/encog-core-cs/App/Analyst/AnalystFileFormat.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst { /// @@ -58,4 +57,4 @@ public enum AnalystFileFormat /// Unknown } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/AnalystGoal.cs b/encog-core-cs/App/Analyst/AnalystGoal.cs index e2fb7461..4481dfd4 100644 --- a/encog-core-cs/App/Analyst/AnalystGoal.cs +++ b/encog-core-cs/App/Analyst/AnalystGoal.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst { /// @@ -43,4 +42,4 @@ public enum AnalystGoal /// Unknown } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Analyze/AnalyzedField.cs b/encog-core-cs/App/Analyst/Analyze/AnalyzedField.cs index ab5a55ff..21c88fe7 100644 --- a/encog-core-cs/App/Analyst/Analyze/AnalyzedField.cs +++ b/encog-core-cs/App/Analyst/Analyze/AnalyzedField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -283,4 +282,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Analyze/PerformAnalysis.cs b/encog-core-cs/App/Analyst/Analyze/PerformAnalysis.cs index 6db0b4e4..a0887fd9 100644 --- a/encog-core-cs/App/Analyst/Analyze/PerformAnalysis.cs +++ b/encog-core-cs/App/Analyst/Analyze/PerformAnalysis.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -279,4 +278,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/AnalystClusterCSV.cs b/encog-core-cs/App/Analyst/CSV/AnalystClusterCSV.cs index f0a408db..e2dbd19b 100644 --- a/encog-core-cs/App/Analyst/CSV/AnalystClusterCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/AnalystClusterCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -182,4 +181,4 @@ public void Process(FileInfo outputFile, int clusters, tw.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/AnalystEvaluateCSV.cs b/encog-core-cs/App/Analyst/CSV/AnalystEvaluateCSV.cs index f088ddc9..bfbfd9d9 100644 --- a/encog-core-cs/App/Analyst/CSV/AnalystEvaluateCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/AnalystEvaluateCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -247,4 +246,4 @@ public void Process(FileInfo outputFile, IMLMethod method) csv.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/AnalystEvaluateRawCSV.cs b/encog-core-cs/App/Analyst/CSV/AnalystEvaluateRawCSV.cs index a114aa6b..db8f0964 100644 --- a/encog-core-cs/App/Analyst/CSV/AnalystEvaluateRawCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/AnalystEvaluateRawCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -210,4 +209,4 @@ public void Process(FileInfo outputFile, IMLRegression method) csv.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Balance/BalanceCSV.cs b/encog-core-cs/App/Analyst/CSV/Balance/BalanceCSV.cs index 24e4a506..684aa2c0 100644 --- a/encog-core-cs/App/Analyst/CSV/Balance/BalanceCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Balance/BalanceCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -137,4 +136,4 @@ public void Process(FileInfo outputFile, int targetField, tw.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Basic/BaseCachedColumn.cs b/encog-core-cs/App/Analyst/CSV/Basic/BaseCachedColumn.cs index b5c058b7..f6c44f0e 100644 --- a/encog-core-cs/App/Analyst/CSV/Basic/BaseCachedColumn.cs +++ b/encog-core-cs/App/Analyst/CSV/Basic/BaseCachedColumn.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst.CSV.Basic @@ -90,4 +89,4 @@ public void Allocate(int length) _data = new double[length]; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Basic/BasicCachedFile.cs b/encog-core-cs/App/Analyst/CSV/Basic/BasicCachedFile.cs index a553070b..cad9a329 100644 --- a/encog-core-cs/App/Analyst/CSV/Basic/BasicCachedFile.cs +++ b/encog-core-cs/App/Analyst/CSV/Basic/BasicCachedFile.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -249,4 +248,4 @@ public String GetColumnData(String name, ReadCSV csv) return csv.Get(fd.Index); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Basic/BasicFile.cs b/encog-core-cs/App/Analyst/CSV/Basic/BasicFile.cs index b75d12d7..df58a440 100644 --- a/encog-core-cs/App/Analyst/CSV/Basic/BasicFile.cs +++ b/encog-core-cs/App/Analyst/CSV/Basic/BasicFile.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -485,4 +484,4 @@ public void WriteRow(StreamWriter tw, LoadedRow row) tw.WriteLine(line.ToString()); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Basic/FileData.cs b/encog-core-cs/App/Analyst/CSV/Basic/FileData.cs index b958c89c..fdb5368c 100644 --- a/encog-core-cs/App/Analyst/CSV/Basic/FileData.cs +++ b/encog-core-cs/App/Analyst/CSV/Basic/FileData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst.CSV.Basic @@ -84,4 +83,4 @@ public FileData(String theName, int theIndex, /// public int Index { get; set; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Basic/LoadedRow.cs b/encog-core-cs/App/Analyst/CSV/Basic/LoadedRow.cs index bb47da49..34f59549 100644 --- a/encog-core-cs/App/Analyst/CSV/Basic/LoadedRow.cs +++ b/encog-core-cs/App/Analyst/CSV/Basic/LoadedRow.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Data; using Encog.Util.CSV; @@ -100,4 +99,4 @@ public String[] Data get { return _data; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/EvaluateRawCSV.cs b/encog-core-cs/App/Analyst/CSV/EvaluateRawCSV.cs index 3c9206cc..db46fd03 100644 --- a/encog-core-cs/App/Analyst/CSV/EvaluateRawCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/EvaluateRawCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -204,4 +203,4 @@ public void Process(FileInfo outputFile, IMLRegression method) csv.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Filter/ExcludedField.cs b/encog-core-cs/App/Analyst/CSV/Filter/ExcludedField.cs index 08e0a009..fa69512e 100644 --- a/encog-core-cs/App/Analyst/CSV/Filter/ExcludedField.cs +++ b/encog-core-cs/App/Analyst/CSV/Filter/ExcludedField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; @@ -84,4 +83,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Filter/FilterCSV.cs b/encog-core-cs/App/Analyst/CSV/Filter/FilterCSV.cs index 6b58bd0e..1c727bdc 100644 --- a/encog-core-cs/App/Analyst/CSV/Filter/FilterCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Filter/FilterCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -138,4 +137,4 @@ private bool ShouldProcess(LoadedRow row) return _excludedFields.All(field => !row.Data[field.FieldNumber].Trim().Equals(field.FieldValue.Trim())); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Normalize/AnalystNormalizeCSV.cs b/encog-core-cs/App/Analyst/CSV/Normalize/AnalystNormalizeCSV.cs index bd0ea2ec..3db4c6b7 100644 --- a/encog-core-cs/App/Analyst/CSV/Normalize/AnalystNormalizeCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Normalize/AnalystNormalizeCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -291,4 +290,4 @@ private void WriteHeaders(StreamWriter tw) tw.WriteLine(line.ToString()); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Process/AnalystProcess.cs b/encog-core-cs/App/Analyst/CSV/Process/AnalystProcess.cs index fbfc1f09..24e61b4a 100644 --- a/encog-core-cs/App/Analyst/CSV/Process/AnalystProcess.cs +++ b/encog-core-cs/App/Analyst/CSV/Process/AnalystProcess.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.IO; using System.Text; @@ -206,4 +205,4 @@ public void Process(FileInfo outputFile) tw.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Process/ProcessExtension.cs b/encog-core-cs/App/Analyst/CSV/Process/ProcessExtension.cs index c097f9e1..307d8ad0 100644 --- a/encog-core-cs/App/Analyst/CSV/Process/ProcessExtension.cs +++ b/encog-core-cs/App/Analyst/CSV/Process/ProcessExtension.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -201,4 +200,4 @@ public void register(FunctionFactory functions) functions.AddExtension(OPCODE_FIELDMAXPIP); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Segregate/SegregateCSV.cs b/encog-core-cs/App/Analyst/CSV/Segregate/SegregateCSV.cs index 124523b3..61799e88 100644 --- a/encog-core-cs/App/Analyst/CSV/Segregate/SegregateCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Segregate/SegregateCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.IO; using Encog.App.Analyst.CSV.Basic; @@ -182,4 +181,4 @@ private void Validate() } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Segregate/SegregateTargetPercent.cs b/encog-core-cs/App/Analyst/CSV/Segregate/SegregateTargetPercent.cs index 63d1bd1a..becb1cd7 100644 --- a/encog-core-cs/App/Analyst/CSV/Segregate/SegregateTargetPercent.cs +++ b/encog-core-cs/App/Analyst/CSV/Segregate/SegregateTargetPercent.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -88,4 +87,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Shuffle/ShuffleCSV.cs b/encog-core-cs/App/Analyst/CSV/Shuffle/ShuffleCSV.cs index 29943ca8..1b941290 100644 --- a/encog-core-cs/App/Analyst/CSV/Shuffle/ShuffleCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Shuffle/ShuffleCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.IO; using Encog.App.Analyst.CSV.Basic; using Encog.MathUtil.Randomize; @@ -166,4 +165,4 @@ public void Process(FileInfo outputFile) csv.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Sort/RowComparator.cs b/encog-core-cs/App/Analyst/CSV/Sort/RowComparator.cs index 7c09675c..5d9d540d 100644 --- a/encog-core-cs/App/Analyst/CSV/Sort/RowComparator.cs +++ b/encog-core-cs/App/Analyst/CSV/Sort/RowComparator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -101,4 +100,4 @@ public int Compare(LoadedRow x, LoadedRow y) #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Sort/SortCSV.cs b/encog-core-cs/App/Analyst/CSV/Sort/SortCSV.cs index 0490c347..d123d769 100644 --- a/encog-core-cs/App/Analyst/CSV/Sort/SortCSV.cs +++ b/encog-core-cs/App/Analyst/CSV/Sort/SortCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -188,4 +187,4 @@ private void WriteOutputFile(FileInfo outputFile) tw.Close(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Sort/SortType.cs b/encog-core-cs/App/Analyst/CSV/Sort/SortType.cs index 0ef6b73c..01dc2cb0 100644 --- a/encog-core-cs/App/Analyst/CSV/Sort/SortType.cs +++ b/encog-core-cs/App/Analyst/CSV/Sort/SortType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst.CSV.Sort { /// @@ -43,4 +42,4 @@ public enum SortType /// SortDecimal } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/Sort/SortedField.cs b/encog-core-cs/App/Analyst/CSV/Sort/SortedField.cs index fa801c09..e2bdc4f8 100644 --- a/encog-core-cs/App/Analyst/CSV/Sort/SortedField.cs +++ b/encog-core-cs/App/Analyst/CSV/Sort/SortedField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; @@ -90,4 +89,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/CSV/TimeSeriesUtil.cs b/encog-core-cs/App/Analyst/CSV/TimeSeriesUtil.cs index 8c375b7f..ca7bafda 100644 --- a/encog-core-cs/App/Analyst/CSV/TimeSeriesUtil.cs +++ b/encog-core-cs/App/Analyst/CSV/TimeSeriesUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.Script.Normalize; @@ -220,4 +219,4 @@ private int TranslateTimeSlice(int index) return Math.Abs(index - _leadDepth); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/Cmd.cs b/encog-core-cs/App/Analyst/Commands/Cmd.cs index 6a090460..f635e30b 100644 --- a/encog-core-cs/App/Analyst/Commands/Cmd.cs +++ b/encog-core-cs/App/Analyst/Commands/Cmd.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.App.Analyst.Script; @@ -104,4 +103,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdBalance.cs b/encog-core-cs/App/Analyst/Commands/CmdBalance.cs index 6c682a3a..5fdb9091 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdBalance.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdBalance.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV.Balance; @@ -114,4 +113,4 @@ public override sealed bool ExecuteCommand(String args) return balance.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdCluster.cs b/encog-core-cs/App/Analyst/Commands/CmdCluster.cs index 4ec01369..2ef83e67 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdCluster.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdCluster.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV; @@ -97,4 +96,4 @@ public override sealed bool ExecuteCommand(String args) return cluster.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdCode.cs b/encog-core-cs/App/Analyst/Commands/CmdCode.cs index 3789387d..c14411a4 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdCode.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdCode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.Script.Prop; @@ -79,4 +78,4 @@ public override bool ExecuteCommand(string args) return false; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdCreate.cs b/encog-core-cs/App/Analyst/Commands/CmdCreate.cs index 32e17dbd..1c9327ef 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdCreate.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdCreate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.Script.Prop; @@ -103,4 +102,4 @@ public override sealed bool ExecuteCommand(String args) return false; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdEvaluate.cs b/encog-core-cs/App/Analyst/Commands/CmdEvaluate.cs index b1952836..6adb20c0 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdEvaluate.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdEvaluate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV; @@ -96,4 +95,4 @@ public override sealed bool ExecuteCommand(String args) return eval.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdEvaluateRaw.cs b/encog-core-cs/App/Analyst/Commands/CmdEvaluateRaw.cs index 95b9f7fe..d4830e47 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdEvaluateRaw.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdEvaluateRaw.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV; @@ -102,4 +101,4 @@ public override sealed bool ExecuteCommand(String args) return eval.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdGenerate.cs b/encog-core-cs/App/Analyst/Commands/CmdGenerate.cs index 1fb97e35..404eecea 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdGenerate.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdGenerate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -168,4 +167,4 @@ public override sealed bool ExecuteCommand(String args) return false; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdNormalize.cs b/encog-core-cs/App/Analyst/Commands/CmdNormalize.cs index 960ef064..4eb6d8c9 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdNormalize.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdNormalize.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV.Normalize; @@ -91,4 +90,4 @@ public override sealed bool ExecuteCommand(String args) return norm.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdProcess.cs b/encog-core-cs/App/Analyst/Commands/CmdProcess.cs index 73f5ac33..c759dd51 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdProcess.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdProcess.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV.Process; @@ -95,4 +94,4 @@ public override bool ExecuteCommand(String args) return process.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdRandomize.cs b/encog-core-cs/App/Analyst/Commands/CmdRandomize.cs index f594f28e..8a9a0710 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdRandomize.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdRandomize.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV.Shuffle; @@ -88,4 +87,4 @@ public override sealed bool ExecuteCommand(String args) return norm.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdReset.cs b/encog-core-cs/App/Analyst/Commands/CmdReset.cs index b927f449..0db7469e 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdReset.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdReset.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; @@ -59,4 +58,4 @@ public override sealed bool ExecuteCommand(String args) return false; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdSegregate.cs b/encog-core-cs/App/Analyst/Commands/CmdSegregate.cs index bc5d31eb..0fbb52bb 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdSegregate.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdSegregate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.CSV.Segregate; @@ -98,4 +97,4 @@ public override sealed bool ExecuteCommand(String args) return seg.ShouldStop(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdSet.cs b/encog-core-cs/App/Analyst/Commands/CmdSet.cs index a103dc98..62c60177 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdSet.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.App.Analyst.Script.Prop; @@ -86,4 +85,4 @@ public override sealed bool ExecuteCommand(String args) return false; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Commands/CmdTrain.cs b/encog-core-cs/App/Analyst/Commands/CmdTrain.cs index 61fe8e20..3481c29b 100644 --- a/encog-core-cs/App/Analyst/Commands/CmdTrain.cs +++ b/encog-core-cs/App/Analyst/Commands/CmdTrain.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.Script.Prop; @@ -228,4 +227,4 @@ private void PerformTraining(IMLTrain train, IMLMethod method, Analyst.ReportTrainingEnd(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/ConsoleAnalystListener.cs b/encog-core-cs/App/Analyst/ConsoleAnalystListener.cs index 69b1fd97..6694604e 100644 --- a/encog-core-cs/App/Analyst/ConsoleAnalystListener.cs +++ b/encog-core-cs/App/Analyst/ConsoleAnalystListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Diagnostics; using System.Runtime.CompilerServices; @@ -186,4 +185,4 @@ public bool ShouldStopCommand() #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/EncogAnalyst.cs b/encog-core-cs/App/Analyst/EncogAnalyst.cs index de3ce682..c5a6b4f5 100644 --- a/encog-core-cs/App/Analyst/EncogAnalyst.cs +++ b/encog-core-cs/App/Analyst/EncogAnalyst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -856,4 +855,4 @@ public int DetermineMinTimeSlice() return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/IAnalystListener.cs b/encog-core-cs/App/Analyst/IAnalystListener.cs index 633f7790..5bd00833 100644 --- a/encog-core-cs/App/Analyst/IAnalystListener.cs +++ b/encog-core-cs/App/Analyst/IAnalystListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Train; @@ -89,4 +88,4 @@ public interface IAnalystListener /// The message. void Report(int total, int current, String message); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Missing/DiscardMissing.cs b/encog-core-cs/App/Analyst/Missing/DiscardMissing.cs index 878858c2..45a47a62 100644 --- a/encog-core-cs/App/Analyst/Missing/DiscardMissing.cs +++ b/encog-core-cs/App/Analyst/Missing/DiscardMissing.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Analyst.Script.Normalize; namespace Encog.App.Analyst.Missing @@ -39,4 +38,4 @@ public double[] HandleMissing(EncogAnalyst analyst, AnalystField stat) #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Missing/IHandleMissingValues.cs b/encog-core-cs/App/Analyst/Missing/IHandleMissingValues.cs index 8a3f70f8..d3b4de1c 100644 --- a/encog-core-cs/App/Analyst/Missing/IHandleMissingValues.cs +++ b/encog-core-cs/App/Analyst/Missing/IHandleMissingValues.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Analyst.Script.Normalize; namespace Encog.App.Analyst.Missing @@ -38,4 +37,4 @@ public interface IHandleMissingValues /// Null if the row should be skipped, otherwise the list of values. double[] HandleMissing(EncogAnalyst analyst, AnalystField stat); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Missing/MeanAndModeMissing.cs b/encog-core-cs/App/Analyst/Missing/MeanAndModeMissing.cs index 2b4246da..bb990839 100644 --- a/encog-core-cs/App/Analyst/Missing/MeanAndModeMissing.cs +++ b/encog-core-cs/App/Analyst/Missing/MeanAndModeMissing.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Analyst.Script; using Encog.App.Analyst.Script.Normalize; @@ -47,4 +46,4 @@ public double[] HandleMissing(EncogAnalyst analyst, AnalystField stat) return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Missing/NegateMissing.cs b/encog-core-cs/App/Analyst/Missing/NegateMissing.cs index a7675ef6..4d4f220e 100644 --- a/encog-core-cs/App/Analyst/Missing/NegateMissing.cs +++ b/encog-core-cs/App/Analyst/Missing/NegateMissing.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Analyst.Script.Normalize; namespace Encog.App.Analyst.Missing @@ -47,4 +46,4 @@ public double[] HandleMissing(EncogAnalyst analyst, AnalystField stat) #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Report/AnalystReport.cs b/encog-core-cs/App/Analyst/Report/AnalystReport.cs index 212924a0..ff83db51 100644 --- a/encog-core-cs/App/Analyst/Report/AnalystReport.cs +++ b/encog-core-cs/App/Analyst/Report/AnalystReport.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst.Script; @@ -261,4 +260,4 @@ public void ProduceReport(FileInfo filename) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/AnalystClassItem.cs b/encog-core-cs/App/Analyst/Script/AnalystClassItem.cs index b4782079..089bf02b 100644 --- a/encog-core-cs/App/Analyst/Script/AnalystClassItem.cs +++ b/encog-core-cs/App/Analyst/Script/AnalystClassItem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; @@ -116,4 +115,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/AnalystScript.cs b/encog-core-cs/App/Analyst/Script/AnalystScript.cs index 850f2ddd..f0f3aa8f 100644 --- a/encog-core-cs/App/Analyst/Script/AnalystScript.cs +++ b/encog-core-cs/App/Analyst/Script/AnalystScript.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -353,4 +352,4 @@ public AnalystField FindAnalystField(string name) return _normalize.NormalizedFields.FirstOrDefault(f => string.Compare(name, f.Name, true) == 0); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/DataField.cs b/encog-core-cs/App/Analyst/Script/DataField.cs index ae69f1a4..69527fcd 100644 --- a/encog-core-cs/App/Analyst/Script/DataField.cs +++ b/encog-core-cs/App/Analyst/Script/DataField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -112,4 +111,4 @@ public int MinClassCount /// the isReal to set public bool Real { get; set; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/ML/ScriptOpcode.cs b/encog-core-cs/App/Analyst/Script/ML/ScriptOpcode.cs index f737249e..f13e6a7b 100644 --- a/encog-core-cs/App/Analyst/Script/ML/ScriptOpcode.cs +++ b/encog-core-cs/App/Analyst/Script/ML/ScriptOpcode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Prg.Ext; @@ -77,4 +76,4 @@ public int ArgCount get { return argCount; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Normalize/AnalystField.cs b/encog-core-cs/App/Analyst/Script/Normalize/AnalystField.cs index 4f9f8820..60f7aed9 100644 --- a/encog-core-cs/App/Analyst/Script/Normalize/AnalystField.cs +++ b/encog-core-cs/App/Analyst/Script/Normalize/AnalystField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -749,4 +748,4 @@ public int DetermineMode(EncogAnalyst analyst) return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Normalize/AnalystNormalize.cs b/encog-core-cs/App/Analyst/Script/Normalize/AnalystNormalize.cs index 2a2e3037..d36ca936 100644 --- a/encog-core-cs/App/Analyst/Script/Normalize/AnalystNormalize.cs +++ b/encog-core-cs/App/Analyst/Script/Normalize/AnalystNormalize.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -187,4 +186,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Process/AnalystProcess.cs b/encog-core-cs/App/Analyst/Script/Process/AnalystProcess.cs index 4aab71cc..1647d05b 100644 --- a/encog-core-cs/App/Analyst/Script/Process/AnalystProcess.cs +++ b/encog-core-cs/App/Analyst/Script/Process/AnalystProcess.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; namespace Encog.App.Analyst.Script.Process @@ -43,4 +42,4 @@ public IList Fields get { return fields; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Process/ProcessField.cs b/encog-core-cs/App/Analyst/Script/Process/ProcessField.cs index c2372827..a1d9bdda 100644 --- a/encog-core-cs/App/Analyst/Script/Process/ProcessField.cs +++ b/encog-core-cs/App/Analyst/Script/Process/ProcessField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst.Script.Process @@ -67,4 +66,4 @@ public String Command get { return command; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Prop/PropertyConstraints.cs b/encog-core-cs/App/Analyst/Script/Prop/PropertyConstraints.cs index bff4baa5..661e1248 100644 --- a/encog-core-cs/App/Analyst/Script/Prop/PropertyConstraints.cs +++ b/encog-core-cs/App/Analyst/Script/Prop/PropertyConstraints.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -179,4 +178,4 @@ public PropertyEntry GetEntry(String section, return list.FirstOrDefault(entry => entry.Name.Equals(name, StringComparison.InvariantCultureIgnoreCase)); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Prop/PropertyEntry.cs b/encog-core-cs/App/Analyst/Script/Prop/PropertyEntry.cs index 61309d5a..d1c89f82 100644 --- a/encog-core-cs/App/Analyst/Script/Prop/PropertyEntry.cs +++ b/encog-core-cs/App/Analyst/Script/Prop/PropertyEntry.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.App.Analyst.Util; @@ -209,4 +208,4 @@ public void Validate(String theSection, } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Prop/PropertyType.cs b/encog-core-cs/App/Analyst/Script/Prop/PropertyType.cs index 1f2bc108..2d34b6d7 100644 --- a/encog-core-cs/App/Analyst/Script/Prop/PropertyType.cs +++ b/encog-core-cs/App/Analyst/Script/Prop/PropertyType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst.Script.Prop { /// @@ -58,4 +57,4 @@ public enum PropertyType /// TypeFormat } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Prop/ScriptProperties.cs b/encog-core-cs/App/Analyst/Script/Prop/ScriptProperties.cs index 368ca819..704bdb65 100644 --- a/encog-core-cs/App/Analyst/Script/Prop/ScriptProperties.cs +++ b/encog-core-cs/App/Analyst/Script/Prop/ScriptProperties.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -625,4 +624,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/ScriptLoad.cs b/encog-core-cs/App/Analyst/Script/ScriptLoad.cs index 6f1b3271..edda7d29 100644 --- a/encog-core-cs/App/Analyst/Script/ScriptLoad.cs +++ b/encog-core-cs/App/Analyst/Script/ScriptLoad.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -577,4 +576,4 @@ private void LoadOpcodes(EncogFileSection section) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/ScriptSave.cs b/encog-core-cs/App/Analyst/Script/ScriptSave.cs index 2a99a5cc..cbb5f0f2 100644 --- a/encog-core-cs/App/Analyst/Script/ScriptSave.cs +++ b/encog-core-cs/App/Analyst/Script/ScriptSave.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -301,4 +300,4 @@ private void SaveTasks(EncogWriteHelper xout) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregate.cs b/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregate.cs index a2ed4fe8..30c1eaff 100644 --- a/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregate.cs +++ b/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst.Script.Segregate { /// @@ -31,4 +30,4 @@ public class AnalystSegregate /// the segregateTargets to set. public AnalystSegregateTarget[] SegregateTargets { get; set; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregateTarget.cs b/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregateTarget.cs index cd8e85fd..0ea7ea2b 100644 --- a/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregateTarget.cs +++ b/encog-core-cs/App/Analyst/Script/Segregate/AnalystSegregateTarget.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; @@ -73,4 +72,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Script/Task/AnalystTask.cs b/encog-core-cs/App/Analyst/Script/Task/AnalystTask.cs index dbabf9b7..0462cfe5 100644 --- a/encog-core-cs/App/Analyst/Script/Task/AnalystTask.cs +++ b/encog-core-cs/App/Analyst/Script/Task/AnalystTask.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -80,4 +79,4 @@ public override sealed String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Util/AnalystReportBridge.cs b/encog-core-cs/App/Analyst/Util/AnalystReportBridge.cs index 0010cc86..5cefad71 100644 --- a/encog-core-cs/App/Analyst/Util/AnalystReportBridge.cs +++ b/encog-core-cs/App/Analyst/Util/AnalystReportBridge.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst.Util @@ -59,4 +58,4 @@ public void Report(int total, int current, #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Util/CSVHeaders.cs b/encog-core-cs/App/Analyst/Util/CSVHeaders.cs index 384e6cad..f6c446bd 100644 --- a/encog-core-cs/App/Analyst/Util/CSVHeaders.cs +++ b/encog-core-cs/App/Analyst/Util/CSVHeaders.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -318,4 +317,4 @@ private void ValidateSameName() } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Util/ConvertStringConst.cs b/encog-core-cs/App/Analyst/Util/ConvertStringConst.cs index aa983ec0..410b8cfe 100644 --- a/encog-core-cs/App/Analyst/Util/ConvertStringConst.cs +++ b/encog-core-cs/App/Analyst/Util/ConvertStringConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.Util.CSV; @@ -150,4 +149,4 @@ public static AnalystGoal String2AnalystGoal(String str) return AnalystGoal.Unknown; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Wizard/AnalystWizard.cs b/encog-core-cs/App/Analyst/Wizard/AnalystWizard.cs index 29aba293..23dcfa58 100644 --- a/encog-core-cs/App/Analyst/Wizard/AnalystWizard.cs +++ b/encog-core-cs/App/Analyst/Wizard/AnalystWizard.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -1714,4 +1713,4 @@ private void GenerateCode() FileCode); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Wizard/NormalizeRange.cs b/encog-core-cs/App/Analyst/Wizard/NormalizeRange.cs index 15576441..eadd529c 100644 --- a/encog-core-cs/App/Analyst/Wizard/NormalizeRange.cs +++ b/encog-core-cs/App/Analyst/Wizard/NormalizeRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst.Wizard { /// @@ -38,4 +37,4 @@ public enum NormalizeRange /// Zero2One } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Wizard/PredictionType.cs b/encog-core-cs/App/Analyst/Wizard/PredictionType.cs index f0d2ce5e..cce168ce 100644 --- a/encog-core-cs/App/Analyst/Wizard/PredictionType.cs +++ b/encog-core-cs/App/Analyst/Wizard/PredictionType.cs @@ -1,8 +1,30 @@ -namespace Encog.App.Analyst.Wizard +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +namespace Encog.App.Analyst.Wizard { public enum PredictionType { fieldmax, fieldmaxpip } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Wizard/SourceElement.cs b/encog-core-cs/App/Analyst/Wizard/SourceElement.cs index a6b9f972..f65775f8 100644 --- a/encog-core-cs/App/Analyst/Wizard/SourceElement.cs +++ b/encog-core-cs/App/Analyst/Wizard/SourceElement.cs @@ -1,8 +1,8 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Analyst.Wizard @@ -46,4 +45,4 @@ public string Source get { return _source; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Analyst/Wizard/WizardMethodType.cs b/encog-core-cs/App/Analyst/Wizard/WizardMethodType.cs index cc31bd64..b3026ef9 100644 --- a/encog-core-cs/App/Analyst/Wizard/WizardMethodType.cs +++ b/encog-core-cs/App/Analyst/Wizard/WizardMethodType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Analyst.Wizard { /// @@ -68,4 +67,4 @@ public enum WizardMethodType /// EPL } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Finance/Indicators/Finance.cs b/encog-core-cs/App/Finance/Indicators/Finance.cs index b5bb8b0c..27342d54 100644 --- a/encog-core-cs/App/Finance/Indicators/Finance.cs +++ b/encog-core-cs/App/Finance/Indicators/Finance.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; namespace Encog.App.Finance.Indicators @@ -271,4 +270,4 @@ public void CalculateMovingAverageOfDoubleSerie(double[] data, return; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/AnalystCodeGenerationError.cs b/encog-core-cs/App/Generate/AnalystCodeGenerationError.cs index c8740ea1..a7cc0548 100644 --- a/encog-core-cs/App/Generate/AnalystCodeGenerationError.cs +++ b/encog-core-cs/App/Generate/AnalystCodeGenerationError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.App.Analyst; @@ -48,4 +47,4 @@ public AnalystCodeGenerationError(Exception t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/EncogCodeGeneration.cs b/encog-core-cs/App/Generate/EncogCodeGeneration.cs index dd933fdc..cf04d1ef 100644 --- a/encog-core-cs/App/Generate/EncogCodeGeneration.cs +++ b/encog-core-cs/App/Generate/EncogCodeGeneration.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using Encog.App.Analyst; @@ -301,4 +300,4 @@ public void Save(FileInfo file) generator.WriteContents(file); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/AbstractGenerator.cs b/encog-core-cs/App/Generate/Generators/AbstractGenerator.cs index 6fdb19f5..d26ffe00 100644 --- a/encog-core-cs/App/Generate/Generators/AbstractGenerator.cs +++ b/encog-core-cs/App/Generate/Generators/AbstractGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -143,4 +142,4 @@ public void UnIndentLine(string line) AddLine(line); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/AbstractTemplateGenerator.cs b/encog-core-cs/App/Generate/Generators/AbstractTemplateGenerator.cs index 7f83481d..a81ffc76 100644 --- a/encog-core-cs/App/Generate/Generators/AbstractTemplateGenerator.cs +++ b/encog-core-cs/App/Generate/Generators/AbstractTemplateGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -329,4 +328,4 @@ public void ToBrokenList(StringBuilder result, int[] data) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/CS/GenerateCS.cs b/encog-core-cs/App/Generate/Generators/CS/GenerateCS.cs index 4c8742c3..2da8e742 100644 --- a/encog-core-cs/App/Generate/Generators/CS/GenerateCS.cs +++ b/encog-core-cs/App/Generate/Generators/CS/GenerateCS.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -418,4 +417,4 @@ private void LinkNetwork(EncogProgramNode node) UnIndentLine("}"); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/ILanguageSpecificGenerator.cs b/encog-core-cs/App/Generate/Generators/ILanguageSpecificGenerator.cs index 72233e7f..c7509b87 100644 --- a/encog-core-cs/App/Generate/Generators/ILanguageSpecificGenerator.cs +++ b/encog-core-cs/App/Generate/Generators/ILanguageSpecificGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; @@ -44,4 +43,4 @@ public interface /// The target file. void WriteContents(FileInfo targetFile); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/IProgramGenerator.cs b/encog-core-cs/App/Generate/Generators/IProgramGenerator.cs index 63a73a54..25cb5540 100644 --- a/encog-core-cs/App/Generate/Generators/IProgramGenerator.cs +++ b/encog-core-cs/App/Generate/Generators/IProgramGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Generate.Program; namespace Encog.App.Generate.Generators @@ -33,4 +32,4 @@ public interface IProgramGenerator : ILanguageSpecificGenerator { void Generate(EncogGenProgram program, bool embed); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/ITemplateGenerator.cs b/encog-core-cs/App/Generate/Generators/ITemplateGenerator.cs index 68f99e3e..0e06df12 100644 --- a/encog-core-cs/App/Generate/Generators/ITemplateGenerator.cs +++ b/encog-core-cs/App/Generate/Generators/ITemplateGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.App.Analyst; namespace Encog.App.Generate.Generators @@ -38,4 +37,4 @@ public interface ITemplateGenerator : ILanguageSpecificGenerator /// The encog analyst. void Generate(EncogAnalyst analyst); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/JS/GenerateEncogJavaScript.cs b/encog-core-cs/App/Generate/Generators/JS/GenerateEncogJavaScript.cs index 09b4c7d2..60695e06 100644 --- a/encog-core-cs/App/Generate/Generators/JS/GenerateEncogJavaScript.cs +++ b/encog-core-cs/App/Generate/Generators/JS/GenerateEncogJavaScript.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -390,4 +389,4 @@ private String ToSingleLineArray(int[] d) return line.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/Java/GenerateEncogJava.cs b/encog-core-cs/App/Generate/Generators/Java/GenerateEncogJava.cs index 940ea42b..41ad3cf0 100644 --- a/encog-core-cs/App/Generate/Generators/Java/GenerateEncogJava.cs +++ b/encog-core-cs/App/Generate/Generators/Java/GenerateEncogJava.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -394,4 +393,4 @@ private void LinkNetwork(EncogProgramNode node) UnIndentLine("}"); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/MQL4/GenerateMQL4.cs b/encog-core-cs/App/Generate/Generators/MQL4/GenerateMQL4.cs index 6638aac2..41dd2cf9 100644 --- a/encog-core-cs/App/Generate/Generators/MQL4/GenerateMQL4.cs +++ b/encog-core-cs/App/Generate/Generators/MQL4/GenerateMQL4.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -289,4 +288,4 @@ public override void ProcessToken(String command) IndentLevel = 0; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Generators/NinjaScript/GenerateNinjaScript.cs b/encog-core-cs/App/Generate/Generators/NinjaScript/GenerateNinjaScript.cs index 5b808048..255f4269 100644 --- a/encog-core-cs/App/Generate/Generators/NinjaScript/GenerateNinjaScript.cs +++ b/encog-core-cs/App/Generate/Generators/NinjaScript/GenerateNinjaScript.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -276,4 +275,4 @@ public override void ProcessToken(String command) IndentLevel = 0; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/EncogArgType.cs b/encog-core-cs/App/Generate/Program/EncogArgType.cs index 699888ab..e1fb1c6d 100644 --- a/encog-core-cs/App/Generate/Program/EncogArgType.cs +++ b/encog-core-cs/App/Generate/Program/EncogArgType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Generate.Program { /// @@ -48,4 +47,4 @@ public enum EncogArgType /// ObjectType } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/EncogGenProgram.cs b/encog-core-cs/App/Generate/Program/EncogGenProgram.cs index d4d56ef1..ebb18c5a 100644 --- a/encog-core-cs/App/Generate/Program/EncogGenProgram.cs +++ b/encog-core-cs/App/Generate/Program/EncogGenProgram.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Generate.Program @@ -53,4 +52,4 @@ public EncogProgramNode CreateClass(String className) return node; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/EncogProgramArg.cs b/encog-core-cs/App/Generate/Program/EncogProgramArg.cs index 768ccac6..7f9694fb 100644 --- a/encog-core-cs/App/Generate/Program/EncogProgramArg.cs +++ b/encog-core-cs/App/Generate/Program/EncogProgramArg.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Generate.Program @@ -103,4 +102,4 @@ public Object Value get { return value; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/EncogProgramNode.cs b/encog-core-cs/App/Generate/Program/EncogProgramNode.cs index 0da0d51f..3207661d 100644 --- a/encog-core-cs/App/Generate/Program/EncogProgramNode.cs +++ b/encog-core-cs/App/Generate/Program/EncogProgramNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -263,4 +262,4 @@ public EncogProgramNode GenerateLoadTraining(FileInfo data) return node; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/EncogTreeNode.cs b/encog-core-cs/App/Generate/Program/EncogTreeNode.cs index 362cb4bc..e3ee7408 100644 --- a/encog-core-cs/App/Generate/Program/EncogTreeNode.cs +++ b/encog-core-cs/App/Generate/Program/EncogTreeNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; namespace Encog.App.Generate.Program @@ -84,4 +83,4 @@ public void AddComment(string str) children.Add(node); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/Program/NodeType.cs b/encog-core-cs/App/Generate/Program/NodeType.cs index 1bfb3efe..09d8d015 100644 --- a/encog-core-cs/App/Generate/Program/NodeType.cs +++ b/encog-core-cs/App/Generate/Program/NodeType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Generate.Program { /// @@ -93,4 +92,4 @@ public enum NodeType /// LoadTraining } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Generate/TargetLanguage.cs b/encog-core-cs/App/Generate/TargetLanguage.cs index b97aa828..36efc298 100644 --- a/encog-core-cs/App/Generate/TargetLanguage.cs +++ b/encog-core-cs/App/Generate/TargetLanguage.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Generate { /// @@ -58,4 +57,4 @@ public enum TargetLanguage /// NinjaScript } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Indicators/Indicator.cs b/encog-core-cs/App/Quant/Indicators/Indicator.cs index c7fc986b..65aa0dc0 100644 --- a/encog-core-cs/App/Quant/Indicators/Indicator.cs +++ b/encog-core-cs/App/Quant/Indicators/Indicator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -80,4 +79,4 @@ public void Require(IDictionary theData, } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Indicators/MovingAverage.cs b/encog-core-cs/App/Quant/Indicators/MovingAverage.cs index 38334011..3cf97c71 100644 --- a/encog-core-cs/App/Quant/Indicators/MovingAverage.cs +++ b/encog-core-cs/App/Quant/Indicators/MovingAverage.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -110,4 +109,4 @@ public override sealed void Calculate(IDictionary data } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Indicators/Predictive/BestClose.cs b/encog-core-cs/App/Quant/Indicators/Predictive/BestClose.cs index 951c9fa6..30394778 100644 --- a/encog-core-cs/App/Quant/Indicators/Predictive/BestClose.cs +++ b/encog-core-cs/App/Quant/Indicators/Predictive/BestClose.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -91,4 +90,4 @@ public override sealed void Calculate(IDictionary data EndingIndex = length - periods - 1; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Indicators/Predictive/BestReturn.cs b/encog-core-cs/App/Quant/Indicators/Predictive/BestReturn.cs index 2abe1d0a..e28b6d4b 100644 --- a/encog-core-cs/App/Quant/Indicators/Predictive/BestReturn.cs +++ b/encog-core-cs/App/Quant/Indicators/Predictive/BestReturn.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.App.Analyst.CSV.Basic; @@ -94,4 +93,4 @@ public override sealed void Calculate(IDictionary data EndingIndex = length - periods - 1; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Indicators/ProcessIndicators.cs b/encog-core-cs/App/Quant/Indicators/ProcessIndicators.cs index eca09435..064f6738 100644 --- a/encog-core-cs/App/Quant/Indicators/ProcessIndicators.cs +++ b/encog-core-cs/App/Quant/Indicators/ProcessIndicators.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Text; @@ -253,4 +252,4 @@ private void WriteCSV(FileInfo filename) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/LoaderError.cs b/encog-core-cs/App/Quant/Loader/LoaderError.cs index b13b7fd6..94be6e78 100644 --- a/encog-core-cs/App/Quant/Loader/LoaderError.cs +++ b/encog-core-cs/App/Quant/Loader/LoaderError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Quant.Loader @@ -47,4 +46,4 @@ public LoaderError(Exception t) : base(t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/MarketLoader.cs b/encog-core-cs/App/Quant/Loader/MarketLoader.cs index df83e623..76f7189e 100644 --- a/encog-core-cs/App/Quant/Loader/MarketLoader.cs +++ b/encog-core-cs/App/Quant/Loader/MarketLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Quant.Loader { /// @@ -29,4 +28,4 @@ namespace Encog.App.Quant.Loader public interface MarketLoader : QuantTask { } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/OpenQuant/Bar.cs b/encog-core-cs/App/Quant/Loader/OpenQuant/Bar.cs index c5f42890..a0da9fcd 100644 --- a/encog-core-cs/App/Quant/Loader/OpenQuant/Bar.cs +++ b/encog-core-cs/App/Quant/Loader/OpenQuant/Bar.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections; using System.Drawing; @@ -276,4 +275,4 @@ public interface IDataObject byte ProviderId { get; set; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/OpenQuant/BarSeries.cs b/encog-core-cs/App/Quant/Loader/OpenQuant/BarSeries.cs index 1d31de9b..91ac9aed 100644 --- a/encog-core-cs/App/Quant/Loader/OpenQuant/BarSeries.cs +++ b/encog-core-cs/App/Quant/Loader/OpenQuant/BarSeries.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,8 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - - using System; using System.Collections; using System.Runtime.CompilerServices; @@ -244,4 +242,4 @@ public void Add(Data.Data.Bar bar) Add(bar); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/OpenQuant/IDataseries.cs b/encog-core-cs/App/Quant/Loader/OpenQuant/IDataseries.cs index 9de91063..2a8ecb67 100644 --- a/encog-core-cs/App/Quant/Loader/OpenQuant/IDataseries.cs +++ b/encog-core-cs/App/Quant/Loader/OpenQuant/IDataseries.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections; using System.IO; @@ -52,4 +51,4 @@ public interface IDataSeries : IEnumerable // Properties } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuant.cs b/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuant.cs index d1ad573d..253471c8 100644 --- a/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuant.cs +++ b/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuant.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections; using System.IO; @@ -74,4 +73,4 @@ public interface IDataSeries : IEnumerable #endregion } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuantLoader.cs b/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuantLoader.cs index 2b23ca19..9cad0cc5 100644 --- a/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuantLoader.cs +++ b/encog-core-cs/App/Quant/Loader/OpenQuant/OpenQuantLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Quant.Loader.OpenQuant @@ -99,4 +98,4 @@ public LoaderTypes(string instrument, DateTime StartingDate, DateTime ToDate, Da public Data.Data.BarType TypeBar { get; set; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Loader/Yahoo/YahooDownload.cs b/encog-core-cs/App/Quant/Loader/Yahoo/YahooDownload.cs index 84c6700a..2a633f4b 100644 --- a/encog-core-cs/App/Quant/Loader/Yahoo/YahooDownload.cs +++ b/encog-core-cs/App/Quant/Loader/Yahoo/YahooDownload.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.IO; using System.Net; @@ -161,4 +160,4 @@ public void LoadAllData(String ticker, String output, CSVFormat outputFormat, Da } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Ninja/NinjaFileConvert.cs b/encog-core-cs/App/Quant/Ninja/NinjaFileConvert.cs index 06bf9970..78c219ef 100644 --- a/encog-core-cs/App/Quant/Ninja/NinjaFileConvert.cs +++ b/encog-core-cs/App/Quant/Ninja/NinjaFileConvert.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.IO; using System.Text; using Encog.App.Analyst.CSV.Basic; @@ -80,4 +79,4 @@ public override void Analyze(FileInfo input, bool headers, CSVFormat format) base.Analyze(input, headers, format); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Ninja/NinjaStreamWriter.cs b/encog-core-cs/App/Quant/Ninja/NinjaStreamWriter.cs index f3edb5f9..227dd620 100644 --- a/encog-core-cs/App/Quant/Ninja/NinjaStreamWriter.cs +++ b/encog-core-cs/App/Quant/Ninja/NinjaStreamWriter.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -202,4 +201,4 @@ public void StoreColumn(String name, double d) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/QuantError.cs b/encog-core-cs/App/Quant/QuantError.cs index 415d9e1b..f819011e 100644 --- a/encog-core-cs/App/Quant/QuantError.cs +++ b/encog-core-cs/App/Quant/QuantError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.App.Quant @@ -47,4 +46,4 @@ public QuantError(Exception t) : base(t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/QuantTask.cs b/encog-core-cs/App/Quant/QuantTask.cs index a9a60798..5c5f98a5 100644 --- a/encog-core-cs/App/Quant/QuantTask.cs +++ b/encog-core-cs/App/Quant/QuantTask.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.App.Quant { /// @@ -37,4 +36,4 @@ public interface QuantTask /// Determine if we should stop. bool ShouldStop(); } -} \ No newline at end of file +} diff --git a/encog-core-cs/App/Quant/Util/BarBuffer.cs b/encog-core-cs/App/Quant/Util/BarBuffer.cs index 874fcc10..c926d197 100644 --- a/encog-core-cs/App/Quant/Util/BarBuffer.cs +++ b/encog-core-cs/App/Quant/Util/BarBuffer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.Util; @@ -223,4 +222,4 @@ public double[] Pop() return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/Bot/BotError.cs b/encog-core-cs/Bot/BotError.cs index 78f0d934..9e69e583 100644 --- a/encog-core-cs/Bot/BotError.cs +++ b/encog-core-cs/Bot/BotError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/BotUtil.cs b/encog-core-cs/Bot/BotUtil.cs index 017e45d4..026f9fde 100644 --- a/encog-core-cs/Bot/BotUtil.cs +++ b/encog-core-cs/Bot/BotUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Address.cs b/encog-core-cs/Bot/Browse/Address.cs index 4d857319..d6c784c0 100644 --- a/encog-core-cs/Bot/Browse/Address.cs +++ b/encog-core-cs/Bot/Browse/Address.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/BrowseError.cs b/encog-core-cs/Bot/Browse/BrowseError.cs index cdd98515..86b62e1e 100644 --- a/encog-core-cs/Bot/Browse/BrowseError.cs +++ b/encog-core-cs/Bot/Browse/BrowseError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Browser.cs b/encog-core-cs/Bot/Browse/Browser.cs index 20d813d0..6fb8d967 100644 --- a/encog-core-cs/Bot/Browse/Browser.cs +++ b/encog-core-cs/Bot/Browse/Browser.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Extract/BasicExtract.cs b/encog-core-cs/Bot/Browse/Extract/BasicExtract.cs index b379b873..426efe97 100644 --- a/encog-core-cs/Bot/Browse/Extract/BasicExtract.cs +++ b/encog-core-cs/Bot/Browse/Extract/BasicExtract.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Extract/IExtract.cs b/encog-core-cs/Bot/Browse/Extract/IExtract.cs index ee36bbf1..b7927293 100644 --- a/encog-core-cs/Bot/Browse/Extract/IExtract.cs +++ b/encog-core-cs/Bot/Browse/Extract/IExtract.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Extract/IExtractListener.cs b/encog-core-cs/Bot/Browse/Extract/IExtractListener.cs index f74618ec..b9087126 100644 --- a/encog-core-cs/Bot/Browse/Extract/IExtractListener.cs +++ b/encog-core-cs/Bot/Browse/Extract/IExtractListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Extract/ListExtractListener.cs b/encog-core-cs/Bot/Browse/Extract/ListExtractListener.cs index a3eb4c9b..3b4c50ef 100644 --- a/encog-core-cs/Bot/Browse/Extract/ListExtractListener.cs +++ b/encog-core-cs/Bot/Browse/Extract/ListExtractListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/LoadWebPage.cs b/encog-core-cs/Bot/Browse/LoadWebPage.cs index 1db5c0e3..04c77621 100644 --- a/encog-core-cs/Bot/Browse/LoadWebPage.cs +++ b/encog-core-cs/Bot/Browse/LoadWebPage.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/Div.cs b/encog-core-cs/Bot/Browse/Range/Div.cs index 912194a4..2ab5a4b5 100644 --- a/encog-core-cs/Bot/Browse/Range/Div.cs +++ b/encog-core-cs/Bot/Browse/Range/Div.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/DocumentRange.cs b/encog-core-cs/Bot/Browse/Range/DocumentRange.cs index 310bb9c3..3da6d88f 100644 --- a/encog-core-cs/Bot/Browse/Range/DocumentRange.cs +++ b/encog-core-cs/Bot/Browse/Range/DocumentRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/Form.cs b/encog-core-cs/Bot/Browse/Range/Form.cs index 69bf5919..543399a2 100644 --- a/encog-core-cs/Bot/Browse/Range/Form.cs +++ b/encog-core-cs/Bot/Browse/Range/Form.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/FormElement.cs b/encog-core-cs/Bot/Browse/Range/FormElement.cs index 321a8988..172e4fbe 100644 --- a/encog-core-cs/Bot/Browse/Range/FormElement.cs +++ b/encog-core-cs/Bot/Browse/Range/FormElement.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/Input.cs b/encog-core-cs/Bot/Browse/Range/Input.cs index ec448454..3153692a 100644 --- a/encog-core-cs/Bot/Browse/Range/Input.cs +++ b/encog-core-cs/Bot/Browse/Range/Input.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/Link.cs b/encog-core-cs/Bot/Browse/Range/Link.cs index a033c7b3..471fbf5f 100644 --- a/encog-core-cs/Bot/Browse/Range/Link.cs +++ b/encog-core-cs/Bot/Browse/Range/Link.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/Range/Span.cs b/encog-core-cs/Bot/Browse/Range/Span.cs index 3b52a277..6f5e7876 100644 --- a/encog-core-cs/Bot/Browse/Range/Span.cs +++ b/encog-core-cs/Bot/Browse/Range/Span.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/Browse/WebPage.cs b/encog-core-cs/Bot/Browse/WebPage.cs index 8583bd2e..ed5d1454 100644 --- a/encog-core-cs/Bot/Browse/WebPage.cs +++ b/encog-core-cs/Bot/Browse/WebPage.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/DataUnits/CodeDataUnit.cs b/encog-core-cs/Bot/DataUnits/CodeDataUnit.cs index 32de11be..c3eb3c5f 100644 --- a/encog-core-cs/Bot/DataUnits/CodeDataUnit.cs +++ b/encog-core-cs/Bot/DataUnits/CodeDataUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/DataUnits/DataUnit.cs b/encog-core-cs/Bot/DataUnits/DataUnit.cs index 83a3c15a..3144877f 100644 --- a/encog-core-cs/Bot/DataUnits/DataUnit.cs +++ b/encog-core-cs/Bot/DataUnits/DataUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/DataUnits/TagDataUnit.cs b/encog-core-cs/Bot/DataUnits/TagDataUnit.cs index a5b7ef35..0481f593 100644 --- a/encog-core-cs/Bot/DataUnits/TagDataUnit.cs +++ b/encog-core-cs/Bot/DataUnits/TagDataUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/DataUnits/TextDataUnit.cs b/encog-core-cs/Bot/DataUnits/TextDataUnit.cs index 2cea1497..28aa0cd0 100644 --- a/encog-core-cs/Bot/DataUnits/TextDataUnit.cs +++ b/encog-core-cs/Bot/DataUnits/TextDataUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/RSS/RSS.cs b/encog-core-cs/Bot/RSS/RSS.cs index 06737ce2..b3cfdb77 100644 --- a/encog-core-cs/Bot/RSS/RSS.cs +++ b/encog-core-cs/Bot/RSS/RSS.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Bot/RSS/RSSItem.cs b/encog-core-cs/Bot/RSS/RSSItem.cs index 82c92a79..249f1a17 100644 --- a/encog-core-cs/Bot/RSS/RSSItem.cs +++ b/encog-core-cs/Bot/RSS/RSSItem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/CloudError.cs b/encog-core-cs/Cloud/CloudError.cs index b59ea320..59cb8cbb 100644 --- a/encog-core-cs/Cloud/CloudError.cs +++ b/encog-core-cs/Cloud/CloudError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Basic/BasicIndicator.cs b/encog-core-cs/Cloud/Indicator/Basic/BasicIndicator.cs index 16e661e1..78ffef75 100644 --- a/encog-core-cs/Cloud/Indicator/Basic/BasicIndicator.cs +++ b/encog-core-cs/Cloud/Indicator/Basic/BasicIndicator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicator.cs b/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicator.cs index 4a46974e..fff0402e 100644 --- a/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicator.cs +++ b/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicatorFactory.cs b/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicatorFactory.cs index 017c61fd..0947256d 100644 --- a/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicatorFactory.cs +++ b/encog-core-cs/Cloud/Indicator/Basic/DownloadIndicatorFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Basic/InstrumentHolder.cs b/encog-core-cs/Cloud/Indicator/Basic/InstrumentHolder.cs index ba032826..d4c73b3b 100644 --- a/encog-core-cs/Cloud/Indicator/Basic/InstrumentHolder.cs +++ b/encog-core-cs/Cloud/Indicator/Basic/InstrumentHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/IIndicatorConnectionListener.cs b/encog-core-cs/Cloud/Indicator/IIndicatorConnectionListener.cs index 99a80b3b..6c983d71 100644 --- a/encog-core-cs/Cloud/Indicator/IIndicatorConnectionListener.cs +++ b/encog-core-cs/Cloud/Indicator/IIndicatorConnectionListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/IIndicatorFactory.cs b/encog-core-cs/Cloud/Indicator/IIndicatorFactory.cs index 4b45edc0..2dc95595 100644 --- a/encog-core-cs/Cloud/Indicator/IIndicatorFactory.cs +++ b/encog-core-cs/Cloud/Indicator/IIndicatorFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/IIndicatorListener.cs b/encog-core-cs/Cloud/Indicator/IIndicatorListener.cs index 8654e161..3553bfed 100644 --- a/encog-core-cs/Cloud/Indicator/IIndicatorListener.cs +++ b/encog-core-cs/Cloud/Indicator/IIndicatorListener.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/IndicatorError.cs b/encog-core-cs/Cloud/Indicator/IndicatorError.cs index 94ab3a7c..61854db1 100644 --- a/encog-core-cs/Cloud/Indicator/IndicatorError.cs +++ b/encog-core-cs/Cloud/Indicator/IndicatorError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Server/HandleClient.cs b/encog-core-cs/Cloud/Indicator/Server/HandleClient.cs index 684184b3..7b7c41ed 100644 --- a/encog-core-cs/Cloud/Indicator/Server/HandleClient.cs +++ b/encog-core-cs/Cloud/Indicator/Server/HandleClient.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Server/IndicatorLink.cs b/encog-core-cs/Cloud/Indicator/Server/IndicatorLink.cs index f8db327c..d8be9a78 100644 --- a/encog-core-cs/Cloud/Indicator/Server/IndicatorLink.cs +++ b/encog-core-cs/Cloud/Indicator/Server/IndicatorLink.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Server/IndicatorPacket.cs b/encog-core-cs/Cloud/Indicator/Server/IndicatorPacket.cs index 3ed34a1a..814fb3c6 100644 --- a/encog-core-cs/Cloud/Indicator/Server/IndicatorPacket.cs +++ b/encog-core-cs/Cloud/Indicator/Server/IndicatorPacket.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Cloud/Indicator/Server/IndicatorServer.cs b/encog-core-cs/Cloud/Indicator/Server/IndicatorServer.cs index 87fda26c..40649ac3 100644 --- a/encog-core-cs/Cloud/Indicator/Server/IndicatorServer.cs +++ b/encog-core-cs/Cloud/Indicator/Server/IndicatorServer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ConsoleStatusReportable.cs b/encog-core-cs/ConsoleStatusReportable.cs index e31e5f80..afa2c7b8 100644 --- a/encog-core-cs/ConsoleStatusReportable.cs +++ b/encog-core-cs/ConsoleStatusReportable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/EncogError.cs b/encog-core-cs/EncogError.cs index e8dbac47..f5294749 100644 --- a/encog-core-cs/EncogError.cs +++ b/encog-core-cs/EncogError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/EncogFramework.cs b/encog-core-cs/EncogFramework.cs index dd19bc6c..326cb990 100644 --- a/encog-core-cs/EncogFramework.cs +++ b/encog-core-cs/EncogFramework.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationBiPolar.cs b/encog-core-cs/Engine/Network/Activation/ActivationBiPolar.cs index a51f9238..1587a2ec 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationBiPolar.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationBiPolar.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationBipolarSteepenedSigmoid.cs b/encog-core-cs/Engine/Network/Activation/ActivationBipolarSteepenedSigmoid.cs index d29215f0..dc2a377f 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationBipolarSteepenedSigmoid.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationBipolarSteepenedSigmoid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationClippedLinear.cs b/encog-core-cs/Engine/Network/Activation/ActivationClippedLinear.cs index f6940d1a..2224de9c 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationClippedLinear.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationClippedLinear.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationCompetitive.cs b/encog-core-cs/Engine/Network/Activation/ActivationCompetitive.cs index 5e49656e..01cba5e9 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationCompetitive.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationCompetitive.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationElliott.cs b/encog-core-cs/Engine/Network/Activation/ActivationElliott.cs index cc9a79c5..0e5b96c3 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationElliott.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationElliott.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationElliottSymmetric.cs b/encog-core-cs/Engine/Network/Activation/ActivationElliottSymmetric.cs index c7535ba1..dda751ac 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationElliottSymmetric.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationElliottSymmetric.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationGaussian.cs b/encog-core-cs/Engine/Network/Activation/ActivationGaussian.cs index 35ac26c8..803e6682 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationGaussian.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationGaussian.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationLOG.cs b/encog-core-cs/Engine/Network/Activation/ActivationLOG.cs index 9fb8b93c..d9f56cfe 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationLOG.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationLOG.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationLinear.cs b/encog-core-cs/Engine/Network/Activation/ActivationLinear.cs index 4a45e4c9..0cd1746c 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationLinear.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationLinear.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationRamp.cs b/encog-core-cs/Engine/Network/Activation/ActivationRamp.cs index 6573cbe5..767bd12f 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationRamp.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationRamp.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationSIN.cs b/encog-core-cs/Engine/Network/Activation/ActivationSIN.cs index 077b98b1..11d944b5 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationSIN.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationSIN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationSigmoid.cs b/encog-core-cs/Engine/Network/Activation/ActivationSigmoid.cs index aa1a9363..4685cd0d 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationSigmoid.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationSigmoid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationSoftMax.cs b/encog-core-cs/Engine/Network/Activation/ActivationSoftMax.cs index b5a2128f..60fc0437 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationSoftMax.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationSoftMax.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationSteepenedSigmoid.cs b/encog-core-cs/Engine/Network/Activation/ActivationSteepenedSigmoid.cs index 8dcf12e9..d7e282a2 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationSteepenedSigmoid.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationSteepenedSigmoid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationStep.cs b/encog-core-cs/Engine/Network/Activation/ActivationStep.cs index 45f9a06f..34bcc6de 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationStep.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationStep.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/ActivationTANH.cs b/encog-core-cs/Engine/Network/Activation/ActivationTANH.cs index 76487bdf..dd7196be 100644 --- a/encog-core-cs/Engine/Network/Activation/ActivationTANH.cs +++ b/encog-core-cs/Engine/Network/Activation/ActivationTANH.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/IActivationFunction.cs b/encog-core-cs/Engine/Network/Activation/IActivationFunction.cs index 934bd6bb..3dfdcc4e 100644 --- a/encog-core-cs/Engine/Network/Activation/IActivationFunction.cs +++ b/encog-core-cs/Engine/Network/Activation/IActivationFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Engine/Network/Activation/IActivationFunctionCL.cs b/encog-core-cs/Engine/Network/Activation/IActivationFunctionCL.cs index d83c8abd..63d54985 100644 --- a/encog-core-cs/Engine/Network/Activation/IActivationFunctionCL.cs +++ b/encog-core-cs/Engine/Network/Activation/IActivationFunctionCL.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/IStatusReportable.cs b/encog-core-cs/IStatusReportable.cs index b11f4ad8..99b97fc8 100644 --- a/encog-core-cs/IStatusReportable.cs +++ b/encog-core-cs/IStatusReportable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Anneal/SimulatedAnnealing.cs b/encog-core-cs/ML/Anneal/SimulatedAnnealing.cs index 20c76ad5..62aaa036 100644 --- a/encog-core-cs/ML/Anneal/SimulatedAnnealing.cs +++ b/encog-core-cs/ML/Anneal/SimulatedAnnealing.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/BasicML.cs b/encog-core-cs/ML/BasicML.cs index 24ccf8ec..a804b85d 100644 --- a/encog-core-cs/ML/BasicML.cs +++ b/encog-core-cs/ML/BasicML.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BIF/BIFDefinition.cs b/encog-core-cs/ML/Bayesian/BIF/BIFDefinition.cs index 354b405b..0f9813aa 100644 --- a/encog-core-cs/ML/Bayesian/BIF/BIFDefinition.cs +++ b/encog-core-cs/ML/Bayesian/BIF/BIFDefinition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BIF/BIFVariable.cs b/encog-core-cs/ML/Bayesian/BIF/BIFVariable.cs index 5aa01ebf..e66877a4 100644 --- a/encog-core-cs/ML/Bayesian/BIF/BIFVariable.cs +++ b/encog-core-cs/ML/Bayesian/BIF/BIFVariable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BayesianChoice.cs b/encog-core-cs/ML/Bayesian/BayesianChoice.cs index 979a86d5..b801cc8e 100644 --- a/encog-core-cs/ML/Bayesian/BayesianChoice.cs +++ b/encog-core-cs/ML/Bayesian/BayesianChoice.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BayesianError.cs b/encog-core-cs/ML/Bayesian/BayesianError.cs index 7ed6a181..5d3c7bb4 100644 --- a/encog-core-cs/ML/Bayesian/BayesianError.cs +++ b/encog-core-cs/ML/Bayesian/BayesianError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BayesianEvent.cs b/encog-core-cs/ML/Bayesian/BayesianEvent.cs index bd4ecfb5..aa5d2a60 100644 --- a/encog-core-cs/ML/Bayesian/BayesianEvent.cs +++ b/encog-core-cs/ML/Bayesian/BayesianEvent.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/BayesianNetwork.cs b/encog-core-cs/ML/Bayesian/BayesianNetwork.cs index af141707..2ec39c2d 100644 --- a/encog-core-cs/ML/Bayesian/BayesianNetwork.cs +++ b/encog-core-cs/ML/Bayesian/BayesianNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/EventType.cs b/encog-core-cs/ML/Bayesian/EventType.cs index 8d4b97d5..0f2f1516 100644 --- a/encog-core-cs/ML/Bayesian/EventType.cs +++ b/encog-core-cs/ML/Bayesian/EventType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Parse/ParseProbability.cs b/encog-core-cs/ML/Bayesian/Parse/ParseProbability.cs index 5c90aa1d..c1c935f3 100644 --- a/encog-core-cs/ML/Bayesian/Parse/ParseProbability.cs +++ b/encog-core-cs/ML/Bayesian/Parse/ParseProbability.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Parse/ParsedChoice.cs b/encog-core-cs/ML/Bayesian/Parse/ParsedChoice.cs index 719561e2..ff423d07 100644 --- a/encog-core-cs/ML/Bayesian/Parse/ParsedChoice.cs +++ b/encog-core-cs/ML/Bayesian/Parse/ParsedChoice.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Parse/ParsedEvent.cs b/encog-core-cs/ML/Bayesian/Parse/ParsedEvent.cs index 0bbcde85..ff33c877 100644 --- a/encog-core-cs/ML/Bayesian/Parse/ParsedEvent.cs +++ b/encog-core-cs/ML/Bayesian/Parse/ParsedEvent.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Parse/ParsedProbability.cs b/encog-core-cs/ML/Bayesian/Parse/ParsedProbability.cs index f7bd4201..0d180fbc 100644 --- a/encog-core-cs/ML/Bayesian/Parse/ParsedProbability.cs +++ b/encog-core-cs/ML/Bayesian/Parse/ParsedProbability.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/PersistBayes.cs b/encog-core-cs/ML/Bayesian/PersistBayes.cs index 600b58a0..2e4a841f 100644 --- a/encog-core-cs/ML/Bayesian/PersistBayes.cs +++ b/encog-core-cs/ML/Bayesian/PersistBayes.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Query/BasicQuery.cs b/encog-core-cs/ML/Bayesian/Query/BasicQuery.cs index 854ce559..8ebe352d 100644 --- a/encog-core-cs/ML/Bayesian/Query/BasicQuery.cs +++ b/encog-core-cs/ML/Bayesian/Query/BasicQuery.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Query/Enumeration/EnumerationQuery.cs b/encog-core-cs/ML/Bayesian/Query/Enumeration/EnumerationQuery.cs index f236af77..1d689f81 100644 --- a/encog-core-cs/ML/Bayesian/Query/Enumeration/EnumerationQuery.cs +++ b/encog-core-cs/ML/Bayesian/Query/Enumeration/EnumerationQuery.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Query/EventState.cs b/encog-core-cs/ML/Bayesian/Query/EventState.cs index 15528b9e..de799dfa 100644 --- a/encog-core-cs/ML/Bayesian/Query/EventState.cs +++ b/encog-core-cs/ML/Bayesian/Query/EventState.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Query/IBayesianQuery.cs b/encog-core-cs/ML/Bayesian/Query/IBayesianQuery.cs index f404e778..218e1bfa 100644 --- a/encog-core-cs/ML/Bayesian/Query/IBayesianQuery.cs +++ b/encog-core-cs/ML/Bayesian/Query/IBayesianQuery.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Query/Sample/SamplingQuery.cs b/encog-core-cs/ML/Bayesian/Query/Sample/SamplingQuery.cs index 6b09e8aa..f41b487b 100644 --- a/encog-core-cs/ML/Bayesian/Query/Sample/SamplingQuery.cs +++ b/encog-core-cs/ML/Bayesian/Query/Sample/SamplingQuery.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Table/BayesianTable.cs b/encog-core-cs/ML/Bayesian/Table/BayesianTable.cs index 90f4260d..d32a2e63 100644 --- a/encog-core-cs/ML/Bayesian/Table/BayesianTable.cs +++ b/encog-core-cs/ML/Bayesian/Table/BayesianTable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Table/TableLine.cs b/encog-core-cs/ML/Bayesian/Table/TableLine.cs index e5203bc4..39129223 100644 --- a/encog-core-cs/ML/Bayesian/Table/TableLine.cs +++ b/encog-core-cs/ML/Bayesian/Table/TableLine.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/BayesianInit.cs b/encog-core-cs/ML/Bayesian/Training/BayesianInit.cs index f6b35777..6ca8fd76 100644 --- a/encog-core-cs/ML/Bayesian/Training/BayesianInit.cs +++ b/encog-core-cs/ML/Bayesian/Training/BayesianInit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Estimator/EstimatorNone.cs b/encog-core-cs/ML/Bayesian/Training/Estimator/EstimatorNone.cs index a0ca42a0..1b020a19 100644 --- a/encog-core-cs/ML/Bayesian/Training/Estimator/EstimatorNone.cs +++ b/encog-core-cs/ML/Bayesian/Training/Estimator/EstimatorNone.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Estimator/IBayesEstimator.cs b/encog-core-cs/ML/Bayesian/Training/Estimator/IBayesEstimator.cs index 6377f0cc..188cbd58 100644 --- a/encog-core-cs/ML/Bayesian/Training/Estimator/IBayesEstimator.cs +++ b/encog-core-cs/ML/Bayesian/Training/Estimator/IBayesEstimator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Estimator/SimpleEstimator.cs b/encog-core-cs/ML/Bayesian/Training/Estimator/SimpleEstimator.cs index 543767ad..1980c14e 100644 --- a/encog-core-cs/ML/Bayesian/Training/Estimator/SimpleEstimator.cs +++ b/encog-core-cs/ML/Bayesian/Training/Estimator/SimpleEstimator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Search/IBayesSearch.cs b/encog-core-cs/ML/Bayesian/Training/Search/IBayesSearch.cs index 001bde52..72a07c4f 100644 --- a/encog-core-cs/ML/Bayesian/Training/Search/IBayesSearch.cs +++ b/encog-core-cs/ML/Bayesian/Training/Search/IBayesSearch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Search/SearchNone.cs b/encog-core-cs/ML/Bayesian/Training/Search/SearchNone.cs index d1e5387e..54b1a154 100644 --- a/encog-core-cs/ML/Bayesian/Training/Search/SearchNone.cs +++ b/encog-core-cs/ML/Bayesian/Training/Search/SearchNone.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/Search/k2/SearchK2.cs b/encog-core-cs/ML/Bayesian/Training/Search/k2/SearchK2.cs index 956aabf1..79862331 100644 --- a/encog-core-cs/ML/Bayesian/Training/Search/k2/SearchK2.cs +++ b/encog-core-cs/ML/Bayesian/Training/Search/k2/SearchK2.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Bayesian/Training/TrainBayesian.cs b/encog-core-cs/ML/Bayesian/Training/TrainBayesian.cs index 63c6c48f..237bb5fc 100644 --- a/encog-core-cs/ML/Bayesian/Training/TrainBayesian.cs +++ b/encog-core-cs/ML/Bayesian/Training/TrainBayesian.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLComplexData.cs b/encog-core-cs/ML/Data/Basic/BasicMLComplexData.cs index 4feb6b09..6c4066ff 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLComplexData.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLComplexData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLData.cs b/encog-core-cs/ML/Data/Basic/BasicMLData.cs index d6378b18..8e586f33 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLData.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLDataCentroid.cs b/encog-core-cs/ML/Data/Basic/BasicMLDataCentroid.cs index 18c85b74..ee65865b 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLDataCentroid.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLDataCentroid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLDataPair.cs b/encog-core-cs/ML/Data/Basic/BasicMLDataPair.cs index 0274ca6c..5d0f7cbf 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLDataPair.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLDataPair.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLDataPairCentroid.cs b/encog-core-cs/ML/Data/Basic/BasicMLDataPairCentroid.cs index f7648e03..f64fe511 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLDataPairCentroid.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLDataPairCentroid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLDataSet.cs b/encog-core-cs/ML/Data/Basic/BasicMLDataSet.cs index 1849d27b..6d135f03 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLDataSet.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Basic/BasicMLSequenceSet.cs b/encog-core-cs/ML/Data/Basic/BasicMLSequenceSet.cs index 50252a18..c427d9c2 100644 --- a/encog-core-cs/ML/Data/Basic/BasicMLSequenceSet.cs +++ b/encog-core-cs/ML/Data/Basic/BasicMLSequenceSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/BinaryDataLoader.cs b/encog-core-cs/ML/Data/Buffer/BinaryDataLoader.cs index e7351bdb..f859ae2d 100644 --- a/encog-core-cs/ML/Data/Buffer/BinaryDataLoader.cs +++ b/encog-core-cs/ML/Data/Buffer/BinaryDataLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/BufferedDataError.cs b/encog-core-cs/ML/Data/Buffer/BufferedDataError.cs index 1b9cadf0..e638cc9d 100644 --- a/encog-core-cs/ML/Data/Buffer/BufferedDataError.cs +++ b/encog-core-cs/ML/Data/Buffer/BufferedDataError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/BufferedMLDataSet.cs b/encog-core-cs/ML/Data/Buffer/BufferedMLDataSet.cs index fc8739fc..d851817a 100644 --- a/encog-core-cs/ML/Data/Buffer/BufferedMLDataSet.cs +++ b/encog-core-cs/ML/Data/Buffer/BufferedMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/BufferedNeuralDataSetEnumerator.cs b/encog-core-cs/ML/Data/Buffer/BufferedNeuralDataSetEnumerator.cs index 5b653d1d..cb10d1b9 100644 --- a/encog-core-cs/ML/Data/Buffer/BufferedNeuralDataSetEnumerator.cs +++ b/encog-core-cs/ML/Data/Buffer/BufferedNeuralDataSetEnumerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/CODEC/ArrayDataCODEC.cs b/encog-core-cs/ML/Data/Buffer/CODEC/ArrayDataCODEC.cs index 48fe38ed..8c2dff6d 100644 --- a/encog-core-cs/ML/Data/Buffer/CODEC/ArrayDataCODEC.cs +++ b/encog-core-cs/ML/Data/Buffer/CODEC/ArrayDataCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/CODEC/CSVDataCODEC.cs b/encog-core-cs/ML/Data/Buffer/CODEC/CSVDataCODEC.cs index 1f91c45f..89c2bee3 100644 --- a/encog-core-cs/ML/Data/Buffer/CODEC/CSVDataCODEC.cs +++ b/encog-core-cs/ML/Data/Buffer/CODEC/CSVDataCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/CODEC/IDataSetCODEC.cs b/encog-core-cs/ML/Data/Buffer/CODEC/IDataSetCODEC.cs index 57028df6..1f9685d4 100644 --- a/encog-core-cs/ML/Data/Buffer/CODEC/IDataSetCODEC.cs +++ b/encog-core-cs/ML/Data/Buffer/CODEC/IDataSetCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/CODEC/NeuralDataSetCODEC.cs b/encog-core-cs/ML/Data/Buffer/CODEC/NeuralDataSetCODEC.cs index adef37a5..1e2f9a25 100644 --- a/encog-core-cs/ML/Data/Buffer/CODEC/NeuralDataSetCODEC.cs +++ b/encog-core-cs/ML/Data/Buffer/CODEC/NeuralDataSetCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/CODEC/SQLCODEC.cs b/encog-core-cs/ML/Data/Buffer/CODEC/SQLCODEC.cs index fd579796..80f84ea3 100644 --- a/encog-core-cs/ML/Data/Buffer/CODEC/SQLCODEC.cs +++ b/encog-core-cs/ML/Data/Buffer/CODEC/SQLCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/EncogEGBFile.cs b/encog-core-cs/ML/Data/Buffer/EncogEGBFile.cs index 1b17f8f7..7fa8b517 100644 --- a/encog-core-cs/ML/Data/Buffer/EncogEGBFile.cs +++ b/encog-core-cs/ML/Data/Buffer/EncogEGBFile.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Buffer/MemoryDataLoader.cs b/encog-core-cs/ML/Data/Buffer/MemoryDataLoader.cs index 4d60e4bf..4fc0fd23 100644 --- a/encog-core-cs/ML/Data/Buffer/MemoryDataLoader.cs +++ b/encog-core-cs/ML/Data/Buffer/MemoryDataLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Dynamic/DynamicMLDataSet.cs b/encog-core-cs/ML/Data/Dynamic/DynamicMLDataSet.cs index e90f39ff..f412d75e 100644 --- a/encog-core-cs/ML/Data/Dynamic/DynamicMLDataSet.cs +++ b/encog-core-cs/ML/Data/Dynamic/DynamicMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Dynamic/IDynamicMLDataProvider.cs b/encog-core-cs/ML/Data/Dynamic/IDynamicMLDataProvider.cs index b10e8036..24a34feb 100644 --- a/encog-core-cs/ML/Data/Dynamic/IDynamicMLDataProvider.cs +++ b/encog-core-cs/ML/Data/Dynamic/IDynamicMLDataProvider.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Dynamic/Providers/FuncMLDataProvider.cs b/encog-core-cs/ML/Data/Dynamic/Providers/FuncMLDataProvider.cs index 6188a9a9..60f6e2ce 100644 --- a/encog-core-cs/ML/Data/Dynamic/Providers/FuncMLDataProvider.cs +++ b/encog-core-cs/ML/Data/Dynamic/Providers/FuncMLDataProvider.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Dynamic/Providers/SlidingWindowMLDataProvider.cs b/encog-core-cs/ML/Data/Dynamic/Providers/SlidingWindowMLDataProvider.cs index 9c8eeb1d..6c6639c1 100644 --- a/encog-core-cs/ML/Data/Dynamic/Providers/SlidingWindowMLDataProvider.cs +++ b/encog-core-cs/ML/Data/Dynamic/Providers/SlidingWindowMLDataProvider.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Folded/FoldedDataSet.cs b/encog-core-cs/ML/Data/Folded/FoldedDataSet.cs index 434c18d7..66ba83a0 100644 --- a/encog-core-cs/ML/Data/Folded/FoldedDataSet.cs +++ b/encog-core-cs/ML/Data/Folded/FoldedDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Folded/FoldedEnumerator.cs b/encog-core-cs/ML/Data/Folded/FoldedEnumerator.cs index c1d5060b..6da3715d 100644 --- a/encog-core-cs/ML/Data/Folded/FoldedEnumerator.cs +++ b/encog-core-cs/ML/Data/Folded/FoldedEnumerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLComplexData.cs b/encog-core-cs/ML/Data/IMLComplexData.cs index f273208b..236d746c 100644 --- a/encog-core-cs/ML/Data/IMLComplexData.cs +++ b/encog-core-cs/ML/Data/IMLComplexData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLData.cs b/encog-core-cs/ML/Data/IMLData.cs index 29df1cea..8448a167 100644 --- a/encog-core-cs/ML/Data/IMLData.cs +++ b/encog-core-cs/ML/Data/IMLData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLDataError.cs b/encog-core-cs/ML/Data/IMLDataError.cs index f6eb8916..a62e2838 100644 --- a/encog-core-cs/ML/Data/IMLDataError.cs +++ b/encog-core-cs/ML/Data/IMLDataError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLDataPair.cs b/encog-core-cs/ML/Data/IMLDataPair.cs index 9d4a3e41..82073c59 100644 --- a/encog-core-cs/ML/Data/IMLDataPair.cs +++ b/encog-core-cs/ML/Data/IMLDataPair.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLDataSet.cs b/encog-core-cs/ML/Data/IMLDataSet.cs index be3c2b44..46b39f0d 100644 --- a/encog-core-cs/ML/Data/IMLDataSet.cs +++ b/encog-core-cs/ML/Data/IMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/IMLSequenceSet.cs b/encog-core-cs/ML/Data/IMLSequenceSet.cs index 2d0fd6b3..8017a11c 100644 --- a/encog-core-cs/ML/Data/IMLSequenceSet.cs +++ b/encog-core-cs/ML/Data/IMLSequenceSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Image/ImageMlData.cs b/encog-core-cs/ML/Data/Image/ImageMlData.cs index bcb9a67d..b1b3f0aa 100644 --- a/encog-core-cs/ML/Data/Image/ImageMlData.cs +++ b/encog-core-cs/ML/Data/Image/ImageMlData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Image/ImageMlDataSet.cs b/encog-core-cs/ML/Data/Image/ImageMlDataSet.cs index aee14233..60c0f642 100644 --- a/encog-core-cs/ML/Data/Image/ImageMlDataSet.cs +++ b/encog-core-cs/ML/Data/Image/ImageMlDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/MLDataError.cs b/encog-core-cs/ML/Data/MLDataError.cs index a6f70117..2a912525 100644 --- a/encog-core-cs/ML/Data/MLDataError.cs +++ b/encog-core-cs/ML/Data/MLDataError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/CSVFinal.cs b/encog-core-cs/ML/Data/Market/Loader/CSVFinal.cs index 92191aa8..a12797e3 100644 --- a/encog-core-cs/ML/Data/Market/Loader/CSVFinal.cs +++ b/encog-core-cs/ML/Data/Market/Loader/CSVFinal.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/CSVTicksLoader.cs b/encog-core-cs/ML/Data/Market/Loader/CSVTicksLoader.cs index feea4a29..6ee57a1b 100644 --- a/encog-core-cs/ML/Data/Market/Loader/CSVTicksLoader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/CSVTicksLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/GoogleLoader.cs b/encog-core-cs/ML/Data/Market/Loader/GoogleLoader.cs index f1371139..8a6730f1 100644 --- a/encog-core-cs/ML/Data/Market/Loader/GoogleLoader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/GoogleLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/IMarketLoader.cs b/encog-core-cs/ML/Data/Market/Loader/IMarketLoader.cs index 4e8a1e3d..e81bfecb 100644 --- a/encog-core-cs/ML/Data/Market/Loader/IMarketLoader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/IMarketLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/LoadedMarketData.cs b/encog-core-cs/ML/Data/Market/Loader/LoadedMarketData.cs index 8ba10fc1..dfec09aa 100644 --- a/encog-core-cs/ML/Data/Market/Loader/LoadedMarketData.cs +++ b/encog-core-cs/ML/Data/Market/Loader/LoadedMarketData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/LoaderError.cs b/encog-core-cs/ML/Data/Market/Loader/LoaderError.cs index d2f1e78a..985fa3b0 100644 --- a/encog-core-cs/ML/Data/Market/Loader/LoaderError.cs +++ b/encog-core-cs/ML/Data/Market/Loader/LoaderError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/MultiCsvLoader.cs b/encog-core-cs/ML/Data/Market/Loader/MultiCsvLoader.cs index 6748636a..0a810523 100644 --- a/encog-core-cs/ML/Data/Market/Loader/MultiCsvLoader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/MultiCsvLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/YahooFinanceLoader.cs b/encog-core-cs/ML/Data/Market/Loader/YahooFinanceLoader.cs index 7b4fbbb5..20aa7e09 100644 --- a/encog-core-cs/ML/Data/Market/Loader/YahooFinanceLoader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/YahooFinanceLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvfileloader.cs b/encog-core-cs/ML/Data/Market/Loader/csvfileloader.cs index e7d8aad4..0c500a09 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvfileloader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvfileloader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvformloader.cs b/encog-core-cs/ML/Data/Market/Loader/csvformloader.cs index 4ea1578d..ec7b2d8c 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvformloader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvformloader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvformloader.designer.cs b/encog-core-cs/ML/Data/Market/Loader/csvformloader.designer.cs index a66d018a..0fd2dc25 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvformloader.designer.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvformloader.designer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvformsimple.cs b/encog-core-cs/ML/Data/Market/Loader/csvformsimple.cs index 847fa7da..25cad27b 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvformsimple.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvformsimple.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvformsimple.designer.cs b/encog-core-cs/ML/Data/Market/Loader/csvformsimple.designer.cs index dafedc38..438e4e31 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvformsimple.designer.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvformsimple.designer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvloader.cs b/encog-core-cs/ML/Data/Market/Loader/csvloader.cs index adcc324e..525d4ccb 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvloader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvloader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/Loader/csvtickloader.cs b/encog-core-cs/ML/Data/Market/Loader/csvtickloader.cs index 39d606c6..e38a55d3 100644 --- a/encog-core-cs/ML/Data/Market/Loader/csvtickloader.cs +++ b/encog-core-cs/ML/Data/Market/Loader/csvtickloader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/MarketDataDescription.cs b/encog-core-cs/ML/Data/Market/MarketDataDescription.cs index 6df5995c..4e9fbf52 100644 --- a/encog-core-cs/ML/Data/Market/MarketDataDescription.cs +++ b/encog-core-cs/ML/Data/Market/MarketDataDescription.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/MarketDataType.cs b/encog-core-cs/ML/Data/Market/MarketDataType.cs index 79db2e59..47f9bbd6 100644 --- a/encog-core-cs/ML/Data/Market/MarketDataType.cs +++ b/encog-core-cs/ML/Data/Market/MarketDataType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/MarketError.cs b/encog-core-cs/ML/Data/Market/MarketError.cs index 7f2e1cc6..c6653ea4 100644 --- a/encog-core-cs/ML/Data/Market/MarketError.cs +++ b/encog-core-cs/ML/Data/Market/MarketError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/MarketMLDataSet.cs b/encog-core-cs/ML/Data/Market/MarketMLDataSet.cs index dd51730b..085dd46a 100644 --- a/encog-core-cs/ML/Data/Market/MarketMLDataSet.cs +++ b/encog-core-cs/ML/Data/Market/MarketMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/MarketPoint.cs b/encog-core-cs/ML/Data/Market/MarketPoint.cs index 616e1b49..4a9eb17e 100644 --- a/encog-core-cs/ML/Data/Market/MarketPoint.cs +++ b/encog-core-cs/ML/Data/Market/MarketPoint.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Market/TickerSymbol.cs b/encog-core-cs/ML/Data/Market/TickerSymbol.cs index b174a3dc..a40dec84 100644 --- a/encog-core-cs/ML/Data/Market/TickerSymbol.cs +++ b/encog-core-cs/ML/Data/Market/TickerSymbol.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Specific/BiPolarMlData.cs b/encog-core-cs/ML/Data/Specific/BiPolarMlData.cs index 8e5fec68..e0e37f3c 100644 --- a/encog-core-cs/ML/Data/Specific/BiPolarMlData.cs +++ b/encog-core-cs/ML/Data/Specific/BiPolarMlData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Specific/CsvMlDataSet.cs b/encog-core-cs/ML/Data/Specific/CsvMlDataSet.cs index 3ab39efa..c652f760 100644 --- a/encog-core-cs/ML/Data/Specific/CsvMlDataSet.cs +++ b/encog-core-cs/ML/Data/Specific/CsvMlDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Specific/SqlMlDataSet.cs b/encog-core-cs/ML/Data/Specific/SqlMlDataSet.cs index 2e05fc5d..c4590a18 100644 --- a/encog-core-cs/ML/Data/Specific/SqlMlDataSet.cs +++ b/encog-core-cs/ML/Data/Specific/SqlMlDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Temporal/TemporalDataDescription.cs b/encog-core-cs/ML/Data/Temporal/TemporalDataDescription.cs index 9b2e4439..6c486381 100644 --- a/encog-core-cs/ML/Data/Temporal/TemporalDataDescription.cs +++ b/encog-core-cs/ML/Data/Temporal/TemporalDataDescription.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Temporal/TemporalError.cs b/encog-core-cs/ML/Data/Temporal/TemporalError.cs index 13aa6331..c50a95d6 100644 --- a/encog-core-cs/ML/Data/Temporal/TemporalError.cs +++ b/encog-core-cs/ML/Data/Temporal/TemporalError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Temporal/TemporalMLDataSet.cs b/encog-core-cs/ML/Data/Temporal/TemporalMLDataSet.cs index 9d99e70d..80c5c84a 100644 --- a/encog-core-cs/ML/Data/Temporal/TemporalMLDataSet.cs +++ b/encog-core-cs/ML/Data/Temporal/TemporalMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Data/Temporal/TemporalPoint.cs b/encog-core-cs/ML/Data/Temporal/TemporalPoint.cs index 3e3caef9..9ce49330 100644 --- a/encog-core-cs/ML/Data/Temporal/TemporalPoint.cs +++ b/encog-core-cs/ML/Data/Temporal/TemporalPoint.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/EA/Codec/GenomeAsPhenomeCODEC.cs b/encog-core-cs/ML/EA/Codec/GenomeAsPhenomeCODEC.cs index 867bb4d3..5f5c0d81 100644 --- a/encog-core-cs/ML/EA/Codec/GenomeAsPhenomeCODEC.cs +++ b/encog-core-cs/ML/EA/Codec/GenomeAsPhenomeCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Codec @@ -43,4 +42,4 @@ public IGenome Encode(IMLMethod phenotype) return (IGenome) phenotype; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Codec/IGeneticCODEC.cs b/encog-core-cs/ML/EA/Codec/IGeneticCODEC.cs index 2822f93e..53a47456 100644 --- a/encog-core-cs/ML/EA/Codec/IGeneticCODEC.cs +++ b/encog-core-cs/ML/EA/Codec/IGeneticCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Codec @@ -48,4 +47,4 @@ public interface IGeneticCODEC /// The genome. IGenome Encode(IMLMethod phenotype); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Exceptions/EACompileError.cs b/encog-core-cs/ML/EA/Exceptions/EACompileError.cs index 855a026d..d294e55a 100644 --- a/encog-core-cs/ML/EA/Exceptions/EACompileError.cs +++ b/encog-core-cs/ML/EA/Exceptions/EACompileError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.ML.EA.Exceptions @@ -58,4 +57,4 @@ public EACompileError(Exception t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Exceptions/EAError.cs b/encog-core-cs/ML/EA/Exceptions/EAError.cs index ada1816c..4aa5784d 100644 --- a/encog-core-cs/ML/EA/Exceptions/EAError.cs +++ b/encog-core-cs/ML/EA/Exceptions/EAError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.ML.EA.Exceptions @@ -58,4 +57,4 @@ public EAError(Exception t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Exceptions/EARuntimeError.cs b/encog-core-cs/ML/EA/Exceptions/EARuntimeError.cs index 1edd06d5..47eb242a 100644 --- a/encog-core-cs/ML/EA/Exceptions/EARuntimeError.cs +++ b/encog-core-cs/ML/EA/Exceptions/EARuntimeError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.ML.EA.Exceptions @@ -58,4 +57,4 @@ public EARuntimeError(Exception t) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Genome/BasicGenome.cs b/encog-core-cs/ML/EA/Genome/BasicGenome.cs index ef5db9c7..cbe9bd5b 100644 --- a/encog-core-cs/ML/EA/Genome/BasicGenome.cs +++ b/encog-core-cs/ML/EA/Genome/BasicGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.ML.EA.Population; @@ -84,4 +83,4 @@ public override string ToString() return builder.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Genome/IGenome.cs b/encog-core-cs/ML/EA/Genome/IGenome.cs index 49ec0ee2..eed42be1 100644 --- a/encog-core-cs/ML/EA/Genome/IGenome.cs +++ b/encog-core-cs/ML/EA/Genome/IGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Population; using Encog.ML.EA.Species; @@ -72,4 +71,4 @@ public interface IGenome : IMLMethod /// The source genome. void Copy(IGenome source); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Genome/IGenomeFactory.cs b/encog-core-cs/ML/EA/Genome/IGenomeFactory.cs index 95c8c4ae..ada3e232 100644 --- a/encog-core-cs/ML/EA/Genome/IGenomeFactory.cs +++ b/encog-core-cs/ML/EA/Genome/IGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.ML.EA.Genome { /// @@ -41,4 +40,4 @@ public interface IGenomeFactory /// The newly created clone. IGenome Factor(IGenome other); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/CompoundOperator.cs b/encog-core-cs/ML/EA/Opp/CompoundOperator.cs index 2db94176..ca0c8f30 100644 --- a/encog-core-cs/ML/EA/Opp/CompoundOperator.cs +++ b/encog-core-cs/ML/EA/Opp/CompoundOperator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.ML.EA.Opp.Selection; using Encog.ML.EA.Train; @@ -92,4 +91,4 @@ public void PerformOperation(EncogRandom rnd, IGenome[] parents, offspringIndex); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/IEvolutionaryOperator.cs b/encog-core-cs/ML/EA/Opp/IEvolutionaryOperator.cs index 52b98b4f..c849b3df 100644 --- a/encog-core-cs/ML/EA/Opp/IEvolutionaryOperator.cs +++ b/encog-core-cs/ML/EA/Opp/IEvolutionaryOperator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; @@ -66,4 +65,4 @@ public interface IEvolutionaryOperator void PerformOperation(EncogRandom rnd, IGenome[] parents, int parentIndex, IGenome[] offspring, int offspringIndex); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/OperationList.cs b/encog-core-cs/ML/EA/Opp/OperationList.cs index ed7dc7c7..8b729070 100644 --- a/encog-core-cs/ML/EA/Opp/OperationList.cs +++ b/encog-core-cs/ML/EA/Opp/OperationList.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Linq; using Encog.Util.Obj; @@ -85,4 +84,4 @@ public IEvolutionaryOperator PickMaxParents(Random rnd, return null; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/Selection/ISelectionOperator.cs b/encog-core-cs/ML/EA/Opp/Selection/ISelectionOperator.cs index a8e8498d..27da1b81 100644 --- a/encog-core-cs/ML/EA/Opp/Selection/ISelectionOperator.cs +++ b/encog-core-cs/ML/EA/Opp/Selection/ISelectionOperator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Species; using Encog.ML.EA.Train; @@ -54,4 +53,4 @@ public interface ISelectionOperator /// The selected genome. int PerformAntiSelection(Random rnd, ISpecies species); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/Selection/TournamentSelection.cs b/encog-core-cs/ML/EA/Opp/Selection/TournamentSelection.cs index 45c8974c..07fea76f 100644 --- a/encog-core-cs/ML/EA/Opp/Selection/TournamentSelection.cs +++ b/encog-core-cs/ML/EA/Opp/Selection/TournamentSelection.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; using Encog.ML.EA.Species; @@ -121,4 +120,4 @@ public int PerformSelection(Random rnd, ISpecies species) return bestIndex; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Opp/Selection/TruncationSelection.cs b/encog-core-cs/ML/EA/Opp/Selection/TruncationSelection.cs index f70cbb24..4a384ab1 100644 --- a/encog-core-cs/ML/EA/Opp/Selection/TruncationSelection.cs +++ b/encog-core-cs/ML/EA/Opp/Selection/TruncationSelection.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Species; using Encog.ML.EA.Train; @@ -79,4 +78,4 @@ public int PerformAntiSelection(Random rnd, ISpecies species) return species.Members.Count - PerformSelection(rnd, species); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Population/BasicPopulation.cs b/encog-core-cs/ML/EA/Population/BasicPopulation.cs index ad763bb9..08b1e1ae 100644 --- a/encog-core-cs/ML/EA/Population/BasicPopulation.cs +++ b/encog-core-cs/ML/EA/Population/BasicPopulation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -186,4 +185,4 @@ public override void UpdateProperties() { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Population/IPopulation.cs b/encog-core-cs/ML/EA/Population/IPopulation.cs index ab156834..a17f4d1c 100644 --- a/encog-core-cs/ML/EA/Population/IPopulation.cs +++ b/encog-core-cs/ML/EA/Population/IPopulation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Species; @@ -90,4 +89,4 @@ public interface IPopulation : IMLMethod /// void PurgeInvalidGenomes(); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Population/IPopulationGenerator.cs b/encog-core-cs/ML/EA/Population/IPopulationGenerator.cs index 7e848f9f..0528bf10 100644 --- a/encog-core-cs/ML/EA/Population/IPopulationGenerator.cs +++ b/encog-core-cs/ML/EA/Population/IPopulationGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.MathUtil.Randomize; @@ -45,4 +44,4 @@ public interface IPopulationGenerator /// The population to generate into. void Generate(EncogRandom rnd, IPopulation pop); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Rules/BasicRuleHolder.cs b/encog-core-cs/ML/EA/Rules/BasicRuleHolder.cs index 72060a3f..09e6e328 100644 --- a/encog-core-cs/ML/EA/Rules/BasicRuleHolder.cs +++ b/encog-core-cs/ML/EA/Rules/BasicRuleHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.Linq; using Encog.ML.EA.Genome; @@ -91,4 +90,4 @@ public IList RewriteRules get { return _rewriteRules; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Rules/IConstraintRule.cs b/encog-core-cs/ML/EA/Rules/IConstraintRule.cs index 4a00763c..176d4b0d 100644 --- a/encog-core-cs/ML/EA/Rules/IConstraintRule.cs +++ b/encog-core-cs/ML/EA/Rules/IConstraintRule.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Rules @@ -37,4 +36,4 @@ public interface IConstraintRule /// True if this genome is valid. bool IsValid(IGenome genome); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Rules/IRewriteRule.cs b/encog-core-cs/ML/EA/Rules/IRewriteRule.cs index 7f8dc72c..c263f199 100644 --- a/encog-core-cs/ML/EA/Rules/IRewriteRule.cs +++ b/encog-core-cs/ML/EA/Rules/IRewriteRule.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Rules @@ -38,4 +37,4 @@ public interface IRewriteRule /// True, if the genome was rewritten. bool Rewrite(IGenome genome); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Rules/IRuleHolder.cs b/encog-core-cs/ML/EA/Rules/IRuleHolder.cs index 65093b02..fe58082c 100644 --- a/encog-core-cs/ML/EA/Rules/IRuleHolder.cs +++ b/encog-core-cs/ML/EA/Rules/IRuleHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; @@ -67,4 +66,4 @@ public interface IRuleHolder /// True, if the genome is valid. bool IsValid(IGenome genome); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Score/Adjust/ComplexityAdjustedScore.cs b/encog-core-cs/ML/EA/Score/Adjust/ComplexityAdjustedScore.cs index eb44ffed..878388a4 100644 --- a/encog-core-cs/ML/EA/Score/Adjust/ComplexityAdjustedScore.cs +++ b/encog-core-cs/ML/EA/Score/Adjust/ComplexityAdjustedScore.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Score.Adjust @@ -101,4 +100,4 @@ public double CalculateAdjustment(IGenome genome) return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Score/IAdjustScore.cs b/encog-core-cs/ML/EA/Score/IAdjustScore.cs index 145c2c9b..4a641fe4 100644 --- a/encog-core-cs/ML/EA/Score/IAdjustScore.cs +++ b/encog-core-cs/ML/EA/Score/IAdjustScore.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; namespace Encog.ML.EA.Score @@ -38,4 +37,4 @@ public interface IAdjustScore /// The adjusted score. double CalculateAdjustment(IGenome genome); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Score/Multi/ParallelScore.cs b/encog-core-cs/ML/EA/Score/Multi/ParallelScore.cs index bf95bdd4..63c27877 100644 --- a/encog-core-cs/ML/EA/Score/Multi/ParallelScore.cs +++ b/encog-core-cs/ML/EA/Score/Multi/ParallelScore.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -136,4 +135,4 @@ public void Process() } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Score/Multi/ParallelScoreTask.cs b/encog-core-cs/ML/EA/Score/Multi/ParallelScoreTask.cs index 2813e828..ce5130e1 100644 --- a/encog-core-cs/ML/EA/Score/Multi/ParallelScoreTask.cs +++ b/encog-core-cs/ML/EA/Score/Multi/ParallelScoreTask.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.ML.EA.Exceptions; @@ -88,4 +87,4 @@ public void PerformTask() } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/AbstractGenomeComparer.cs b/encog-core-cs/ML/EA/Sort/AbstractGenomeComparer.cs index ad8fa051..a64ddc5c 100644 --- a/encog-core-cs/ML/EA/Sort/AbstractGenomeComparer.cs +++ b/encog-core-cs/ML/EA/Sort/AbstractGenomeComparer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -80,4 +79,4 @@ public bool IsBetterThan(double d1, double d2) /// public abstract int Compare(IGenome x, IGenome y); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/IGenomeComparer.cs b/encog-core-cs/ML/EA/Sort/IGenomeComparer.cs index 353a2595..ac2d30f4 100644 --- a/encog-core-cs/ML/EA/Sort/IGenomeComparer.cs +++ b/encog-core-cs/ML/EA/Sort/IGenomeComparer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; @@ -72,4 +71,4 @@ public interface IGenomeComparer : IComparer /// True, if genome1 is better than genome2. bool IsBetterThan(IGenome genome1, IGenome genome2); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/MaximizeAdjustedScoreComp.cs b/encog-core-cs/ML/EA/Sort/MaximizeAdjustedScoreComp.cs index 954bad52..0b46d7bc 100644 --- a/encog-core-cs/ML/EA/Sort/MaximizeAdjustedScoreComp.cs +++ b/encog-core-cs/ML/EA/Sort/MaximizeAdjustedScoreComp.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -51,4 +50,4 @@ public override bool IsBetterThan(IGenome prg, IGenome betterThan) betterThan.AdjustedScore); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/MaximizeScoreComp.cs b/encog-core-cs/ML/EA/Sort/MaximizeScoreComp.cs index e806185a..518a12f2 100644 --- a/encog-core-cs/ML/EA/Sort/MaximizeScoreComp.cs +++ b/encog-core-cs/ML/EA/Sort/MaximizeScoreComp.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -51,4 +50,4 @@ public override bool IsBetterThan(IGenome prg, IGenome betterThan) betterThan.AdjustedScore); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/MinimizeAdjustedScoreComp.cs b/encog-core-cs/ML/EA/Sort/MinimizeAdjustedScoreComp.cs index 9e6b6837..94dbc4f1 100644 --- a/encog-core-cs/ML/EA/Sort/MinimizeAdjustedScoreComp.cs +++ b/encog-core-cs/ML/EA/Sort/MinimizeAdjustedScoreComp.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -51,4 +50,4 @@ public override bool IsBetterThan(IGenome prg, IGenome betterThan) betterThan.AdjustedScore); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/MinimizeScoreComp.cs b/encog-core-cs/ML/EA/Sort/MinimizeScoreComp.cs index ecc94d54..dbfecfd4 100644 --- a/encog-core-cs/ML/EA/Sort/MinimizeScoreComp.cs +++ b/encog-core-cs/ML/EA/Sort/MinimizeScoreComp.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -51,4 +50,4 @@ public override bool IsBetterThan(IGenome prg, IGenome betterThan) betterThan.AdjustedScore); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/SortGenomesForSpecies.cs b/encog-core-cs/ML/EA/Sort/SortGenomesForSpecies.cs index 96d1d38d..dbc0a918 100644 --- a/encog-core-cs/ML/EA/Sort/SortGenomesForSpecies.cs +++ b/encog-core-cs/ML/EA/Sort/SortGenomesForSpecies.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Train; @@ -60,4 +59,4 @@ public int Compare(IGenome g1, IGenome g2) return g2.BirthGeneration - g1.BirthGeneration; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Sort/SpeciesComparer.cs b/encog-core-cs/ML/EA/Sort/SpeciesComparer.cs index 173ae8eb..7dbda90d 100644 --- a/encog-core-cs/ML/EA/Sort/SpeciesComparer.cs +++ b/encog-core-cs/ML/EA/Sort/SpeciesComparer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Species; using Encog.ML.EA.Train; @@ -54,4 +53,4 @@ public override int Compare(ISpecies sp1, ISpecies sp2) sp2.Leader); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Species/BasicSpecies.cs b/encog-core-cs/ML/EA/Species/BasicSpecies.cs index 4f54ff32..c610acb7 100644 --- a/encog-core-cs/ML/EA/Species/BasicSpecies.cs +++ b/encog-core-cs/ML/EA/Species/BasicSpecies.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -188,4 +187,4 @@ public override String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Species/ISpeciation.cs b/encog-core-cs/ML/EA/Species/ISpeciation.cs index 83e0f225..be4fd29d 100644 --- a/encog-core-cs/ML/EA/Species/ISpeciation.cs +++ b/encog-core-cs/ML/EA/Species/ISpeciation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Train; @@ -44,4 +43,4 @@ public interface ISpeciation /// The genomes to speciate. void PerformSpeciation(IList genomeList); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Species/ISpecies.cs b/encog-core-cs/ML/EA/Species/ISpecies.cs index eb0ee68e..55601a86 100644 --- a/encog-core-cs/ML/EA/Species/ISpecies.cs +++ b/encog-core-cs/ML/EA/Species/ISpecies.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Population; @@ -86,4 +85,4 @@ public interface ISpecies /// The share of this species, as a percent ratio. double CalculateShare(bool shouldMinimize, double maxScore); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Species/SingleSpeciation.cs b/encog-core-cs/ML/EA/Species/SingleSpeciation.cs index 322fd19f..da853136 100644 --- a/encog-core-cs/ML/EA/Species/SingleSpeciation.cs +++ b/encog-core-cs/ML/EA/Species/SingleSpeciation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -82,4 +81,4 @@ private void UpdateShare() species.OffspringCount = _owner.Population.PopulationSize; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Species/ThresholdSpeciation.cs b/encog-core-cs/ML/EA/Species/ThresholdSpeciation.cs index 2d162a25..a39abb92 100644 --- a/encog-core-cs/ML/EA/Species/ThresholdSpeciation.cs +++ b/encog-core-cs/ML/EA/Species/ThresholdSpeciation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -477,4 +476,4 @@ private void SpeciateAndCalculateSpawnLevels(IList genomes) /// The compatability level. public abstract double GetCompatibilityScore(IGenome genome1, IGenome genome2); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Train/BasicEA.cs b/encog-core-cs/ML/EA/Train/BasicEA.cs index 6e1be37d..28517765 100644 --- a/encog-core-cs/ML/EA/Train/BasicEA.cs +++ b/encog-core-cs/ML/EA/Train/BasicEA.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -503,4 +502,4 @@ private void PreIteration() Population.PurgeInvalidGenomes(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Train/EAWorker.cs b/encog-core-cs/ML/EA/Train/EAWorker.cs index 4b1f53c7..3b391b27 100644 --- a/encog-core-cs/ML/EA/Train/EAWorker.cs +++ b/encog-core-cs/ML/EA/Train/EAWorker.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Exceptions; using Encog.ML.EA.Genome; @@ -183,4 +182,4 @@ public void PerformTask() } while (!success); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Train/IEvolutionaryAlgorithm.cs b/encog-core-cs/ML/EA/Train/IEvolutionaryAlgorithm.cs index da98b590..81c4490b 100644 --- a/encog-core-cs/ML/EA/Train/IEvolutionaryAlgorithm.cs +++ b/encog-core-cs/ML/EA/Train/IEvolutionaryAlgorithm.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Codec; using Encog.ML.EA.Genome; @@ -171,4 +170,4 @@ public interface IEvolutionaryAlgorithm /// void Iteration(); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/EA/Train/TrainEA.cs b/encog-core-cs/ML/EA/Train/TrainEA.cs index 3bc749d3..60158d99 100644 --- a/encog-core-cs/ML/EA/Train/TrainEA.cs +++ b/encog-core-cs/ML/EA/Train/TrainEA.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.Data; using Encog.ML.EA.Population; @@ -156,4 +155,4 @@ public IList Strategies get { return new List(); } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Factory/MLActivationFactory.cs b/encog-core-cs/ML/Factory/MLActivationFactory.cs index 7036c8a6..afe775f2 100644 --- a/encog-core-cs/ML/Factory/MLActivationFactory.cs +++ b/encog-core-cs/ML/Factory/MLActivationFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/MLMethodFactory.cs b/encog-core-cs/ML/Factory/MLMethodFactory.cs index e21b14b1..d9ccd725 100644 --- a/encog-core-cs/ML/Factory/MLMethodFactory.cs +++ b/encog-core-cs/ML/Factory/MLMethodFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/MLTrainFactory.cs b/encog-core-cs/ML/Factory/MLTrainFactory.cs index b9784407..41969a28 100644 --- a/encog-core-cs/ML/Factory/MLTrainFactory.cs +++ b/encog-core-cs/ML/Factory/MLTrainFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/BayesianFactory.cs b/encog-core-cs/ML/Factory/Method/BayesianFactory.cs index f99678e7..8215d8e0 100644 --- a/encog-core-cs/ML/Factory/Method/BayesianFactory.cs +++ b/encog-core-cs/ML/Factory/Method/BayesianFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/EPLFactory.cs b/encog-core-cs/ML/Factory/Method/EPLFactory.cs index a9a0fb9b..761293c7 100644 --- a/encog-core-cs/ML/Factory/Method/EPLFactory.cs +++ b/encog-core-cs/ML/Factory/Method/EPLFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/FeedforwardFactory.cs b/encog-core-cs/ML/Factory/Method/FeedforwardFactory.cs index ac74fac5..179e7885 100644 --- a/encog-core-cs/ML/Factory/Method/FeedforwardFactory.cs +++ b/encog-core-cs/ML/Factory/Method/FeedforwardFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/NEATFactory.cs b/encog-core-cs/ML/Factory/Method/NEATFactory.cs index f6301210..9a62cc87 100644 --- a/encog-core-cs/ML/Factory/Method/NEATFactory.cs +++ b/encog-core-cs/ML/Factory/Method/NEATFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/PNNFactory.cs b/encog-core-cs/ML/Factory/Method/PNNFactory.cs index 112d9a83..7ba82dfb 100644 --- a/encog-core-cs/ML/Factory/Method/PNNFactory.cs +++ b/encog-core-cs/ML/Factory/Method/PNNFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/RBFNetworkFactory.cs b/encog-core-cs/ML/Factory/Method/RBFNetworkFactory.cs index d3c5169a..df696e0c 100644 --- a/encog-core-cs/ML/Factory/Method/RBFNetworkFactory.cs +++ b/encog-core-cs/ML/Factory/Method/RBFNetworkFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/SOMFactory.cs b/encog-core-cs/ML/Factory/Method/SOMFactory.cs index 7a180d08..1fcc9ac8 100644 --- a/encog-core-cs/ML/Factory/Method/SOMFactory.cs +++ b/encog-core-cs/ML/Factory/Method/SOMFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/SRNFactory.cs b/encog-core-cs/ML/Factory/Method/SRNFactory.cs index da2439e9..02362223 100644 --- a/encog-core-cs/ML/Factory/Method/SRNFactory.cs +++ b/encog-core-cs/ML/Factory/Method/SRNFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Method/SVMFactory.cs b/encog-core-cs/ML/Factory/Method/SVMFactory.cs index 05937951..78bf55be 100644 --- a/encog-core-cs/ML/Factory/Method/SVMFactory.cs +++ b/encog-core-cs/ML/Factory/Method/SVMFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Parse/ArchitectureLayer.cs b/encog-core-cs/ML/Factory/Parse/ArchitectureLayer.cs index cc5a879c..c34e9e69 100644 --- a/encog-core-cs/ML/Factory/Parse/ArchitectureLayer.cs +++ b/encog-core-cs/ML/Factory/Parse/ArchitectureLayer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Parse/ArchitectureParse.cs b/encog-core-cs/ML/Factory/Parse/ArchitectureParse.cs index 267f80f0..defdeb02 100644 --- a/encog-core-cs/ML/Factory/Parse/ArchitectureParse.cs +++ b/encog-core-cs/ML/Factory/Parse/ArchitectureParse.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/AnnealFactory.cs b/encog-core-cs/ML/Factory/Train/AnnealFactory.cs index db95d7c7..88313c35 100644 --- a/encog-core-cs/ML/Factory/Train/AnnealFactory.cs +++ b/encog-core-cs/ML/Factory/Train/AnnealFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/BackPropFactory.cs b/encog-core-cs/ML/Factory/Train/BackPropFactory.cs index ca7f8e53..e250c7a7 100644 --- a/encog-core-cs/ML/Factory/Train/BackPropFactory.cs +++ b/encog-core-cs/ML/Factory/Train/BackPropFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/BayesSearch.cs b/encog-core-cs/ML/Factory/Train/BayesSearch.cs index 8db0fd91..0396ed4f 100644 --- a/encog-core-cs/ML/Factory/Train/BayesSearch.cs +++ b/encog-core-cs/ML/Factory/Train/BayesSearch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/ClusterSOMFactory.cs b/encog-core-cs/ML/Factory/Train/ClusterSOMFactory.cs index 7f6f0632..6f90995b 100644 --- a/encog-core-cs/ML/Factory/Train/ClusterSOMFactory.cs +++ b/encog-core-cs/ML/Factory/Train/ClusterSOMFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/EPLGAFactory.cs b/encog-core-cs/ML/Factory/Train/EPLGAFactory.cs index a7710703..460ff131 100644 --- a/encog-core-cs/ML/Factory/Train/EPLGAFactory.cs +++ b/encog-core-cs/ML/Factory/Train/EPLGAFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/GeneticFactory.cs b/encog-core-cs/ML/Factory/Train/GeneticFactory.cs index 6474f023..44db3f05 100644 --- a/encog-core-cs/ML/Factory/Train/GeneticFactory.cs +++ b/encog-core-cs/ML/Factory/Train/GeneticFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/LMAFactory.cs b/encog-core-cs/ML/Factory/Train/LMAFactory.cs index 0a41e39d..29dd1f08 100644 --- a/encog-core-cs/ML/Factory/Train/LMAFactory.cs +++ b/encog-core-cs/ML/Factory/Train/LMAFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/ManhattanFactory.cs b/encog-core-cs/ML/Factory/Train/ManhattanFactory.cs index 0c974b88..9a12e76c 100644 --- a/encog-core-cs/ML/Factory/Train/ManhattanFactory.cs +++ b/encog-core-cs/ML/Factory/Train/ManhattanFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/NEATGAFactory.cs b/encog-core-cs/ML/Factory/Train/NEATGAFactory.cs index bb9a1c42..27dbcaa9 100644 --- a/encog-core-cs/ML/Factory/Train/NEATGAFactory.cs +++ b/encog-core-cs/ML/Factory/Train/NEATGAFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/NeighborhoodSOMFactory.cs b/encog-core-cs/ML/Factory/Train/NeighborhoodSOMFactory.cs index a0f463db..a762543f 100644 --- a/encog-core-cs/ML/Factory/Train/NeighborhoodSOMFactory.cs +++ b/encog-core-cs/ML/Factory/Train/NeighborhoodSOMFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/NelderMeadFactory.cs b/encog-core-cs/ML/Factory/Train/NelderMeadFactory.cs index 07a766ae..0a1f97f8 100644 --- a/encog-core-cs/ML/Factory/Train/NelderMeadFactory.cs +++ b/encog-core-cs/ML/Factory/Train/NelderMeadFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/PNNTrainFactory.cs b/encog-core-cs/ML/Factory/Train/PNNTrainFactory.cs index aa207fdb..4802264d 100644 --- a/encog-core-cs/ML/Factory/Train/PNNTrainFactory.cs +++ b/encog-core-cs/ML/Factory/Train/PNNTrainFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/PSOFactory.cs b/encog-core-cs/ML/Factory/Train/PSOFactory.cs index 4d4f32ac..64c78fcf 100644 --- a/encog-core-cs/ML/Factory/Train/PSOFactory.cs +++ b/encog-core-cs/ML/Factory/Train/PSOFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/QuickPropFactory.cs b/encog-core-cs/ML/Factory/Train/QuickPropFactory.cs index e531bcf4..d1089523 100644 --- a/encog-core-cs/ML/Factory/Train/QuickPropFactory.cs +++ b/encog-core-cs/ML/Factory/Train/QuickPropFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/RBFSVDFactory.cs b/encog-core-cs/ML/Factory/Train/RBFSVDFactory.cs index feebb342..99b32d61 100644 --- a/encog-core-cs/ML/Factory/Train/RBFSVDFactory.cs +++ b/encog-core-cs/ML/Factory/Train/RBFSVDFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/RPROPFactory.cs b/encog-core-cs/ML/Factory/Train/RPROPFactory.cs index 1e1dde30..b70ec322 100644 --- a/encog-core-cs/ML/Factory/Train/RPROPFactory.cs +++ b/encog-core-cs/ML/Factory/Train/RPROPFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/SCGFactory.cs b/encog-core-cs/ML/Factory/Train/SCGFactory.cs index e529ea39..445ecb2f 100644 --- a/encog-core-cs/ML/Factory/Train/SCGFactory.cs +++ b/encog-core-cs/ML/Factory/Train/SCGFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/SVMFactory.cs b/encog-core-cs/ML/Factory/Train/SVMFactory.cs index 6f45026d..4ec54166 100644 --- a/encog-core-cs/ML/Factory/Train/SVMFactory.cs +++ b/encog-core-cs/ML/Factory/Train/SVMFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/SVMSearchFactory.cs b/encog-core-cs/ML/Factory/Train/SVMSearchFactory.cs index 061fdea9..7d332f34 100644 --- a/encog-core-cs/ML/Factory/Train/SVMSearchFactory.cs +++ b/encog-core-cs/ML/Factory/Train/SVMSearchFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Factory/Train/TrainBayesianFactory.cs b/encog-core-cs/ML/Factory/Train/TrainBayesianFactory.cs index 9861678f..6c859a38 100644 --- a/encog-core-cs/ML/Factory/Train/TrainBayesianFactory.cs +++ b/encog-core-cs/ML/Factory/Train/TrainBayesianFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Fitness/FitnessObjective.cs b/encog-core-cs/ML/Fitness/FitnessObjective.cs index 09b011d3..822fea55 100644 --- a/encog-core-cs/ML/Fitness/FitnessObjective.cs +++ b/encog-core-cs/ML/Fitness/FitnessObjective.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Fitness/MultiObjectiveFitness.cs b/encog-core-cs/ML/Fitness/MultiObjectiveFitness.cs index 6a718d28..2acb620e 100644 --- a/encog-core-cs/ML/Fitness/MultiObjectiveFitness.cs +++ b/encog-core-cs/ML/Fitness/MultiObjectiveFitness.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Crossover/Splice.cs b/encog-core-cs/ML/Genetic/Crossover/Splice.cs index 97f65815..96660906 100644 --- a/encog-core-cs/ML/Genetic/Crossover/Splice.cs +++ b/encog-core-cs/ML/Genetic/Crossover/Splice.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Crossover/SpliceNoRepeat.cs b/encog-core-cs/ML/Genetic/Crossover/SpliceNoRepeat.cs index ecb81b00..e42f8762 100644 --- a/encog-core-cs/ML/Genetic/Crossover/SpliceNoRepeat.cs +++ b/encog-core-cs/ML/Genetic/Crossover/SpliceNoRepeat.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/GeneticError.cs b/encog-core-cs/ML/Genetic/GeneticError.cs index 37718d1a..e78f7f53 100644 --- a/encog-core-cs/ML/Genetic/GeneticError.cs +++ b/encog-core-cs/ML/Genetic/GeneticError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenome.cs b/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenome.cs index 94e69a99..b2c244c0 100644 --- a/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenome.cs +++ b/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenomeFactory.cs b/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenomeFactory.cs index 48a1c7fc..c1b284c6 100644 --- a/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenomeFactory.cs +++ b/encog-core-cs/ML/Genetic/Genome/DoubleArrayGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Genome/IArrayGenome.cs b/encog-core-cs/ML/Genetic/Genome/IArrayGenome.cs index ce646667..2489a1e1 100644 --- a/encog-core-cs/ML/Genetic/Genome/IArrayGenome.cs +++ b/encog-core-cs/ML/Genetic/Genome/IArrayGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenome.cs b/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenome.cs index f7c1a5fe..5c39b901 100644 --- a/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenome.cs +++ b/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenomeFactory.cs b/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenomeFactory.cs index c9be1d25..bc4322f0 100644 --- a/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenomeFactory.cs +++ b/encog-core-cs/ML/Genetic/Genome/IntegerArrayGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/MLEncodableCODEC.cs b/encog-core-cs/ML/Genetic/MLEncodableCODEC.cs index c274252e..cda320be 100644 --- a/encog-core-cs/ML/Genetic/MLEncodableCODEC.cs +++ b/encog-core-cs/ML/Genetic/MLEncodableCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/MLMethodGeneticAlgorithm.cs b/encog-core-cs/ML/Genetic/MLMethodGeneticAlgorithm.cs index d90d5816..22794e5c 100644 --- a/encog-core-cs/ML/Genetic/MLMethodGeneticAlgorithm.cs +++ b/encog-core-cs/ML/Genetic/MLMethodGeneticAlgorithm.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/MLMethodGenome.cs b/encog-core-cs/ML/Genetic/MLMethodGenome.cs index fa7f6b23..5920a8e8 100644 --- a/encog-core-cs/ML/Genetic/MLMethodGenome.cs +++ b/encog-core-cs/ML/Genetic/MLMethodGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/MLMethodGenomeFactory.cs b/encog-core-cs/ML/Genetic/MLMethodGenomeFactory.cs index 89adab4f..29e4b47a 100644 --- a/encog-core-cs/ML/Genetic/MLMethodGenomeFactory.cs +++ b/encog-core-cs/ML/Genetic/MLMethodGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Mutate/MutatePerturb.cs b/encog-core-cs/ML/Genetic/Mutate/MutatePerturb.cs index b2ce621c..f431d7a4 100644 --- a/encog-core-cs/ML/Genetic/Mutate/MutatePerturb.cs +++ b/encog-core-cs/ML/Genetic/Mutate/MutatePerturb.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Genetic/Mutate/MutateShuffle.cs b/encog-core-cs/ML/Genetic/Mutate/MutateShuffle.cs index b4bd9d14..2cafae54 100644 --- a/encog-core-cs/ML/Genetic/Mutate/MutateShuffle.cs +++ b/encog-core-cs/ML/Genetic/Mutate/MutateShuffle.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Alog/ForwardBackwardCalculator.cs b/encog-core-cs/ML/HMM/Alog/ForwardBackwardCalculator.cs index df243f04..e3854d81 100644 --- a/encog-core-cs/ML/HMM/Alog/ForwardBackwardCalculator.cs +++ b/encog-core-cs/ML/HMM/Alog/ForwardBackwardCalculator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Alog/ForwardBackwardScaledCalculator.cs b/encog-core-cs/ML/HMM/Alog/ForwardBackwardScaledCalculator.cs index f477f477..ad8466db 100644 --- a/encog-core-cs/ML/HMM/Alog/ForwardBackwardScaledCalculator.cs +++ b/encog-core-cs/ML/HMM/Alog/ForwardBackwardScaledCalculator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Alog/KullbackLeiblerDistanceCalculator.cs b/encog-core-cs/ML/HMM/Alog/KullbackLeiblerDistanceCalculator.cs index 511bc506..8669bbb2 100644 --- a/encog-core-cs/ML/HMM/Alog/KullbackLeiblerDistanceCalculator.cs +++ b/encog-core-cs/ML/HMM/Alog/KullbackLeiblerDistanceCalculator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Alog/MarkovGenerator.cs b/encog-core-cs/ML/HMM/Alog/MarkovGenerator.cs index 31df8e1e..7d9f3981 100644 --- a/encog-core-cs/ML/HMM/Alog/MarkovGenerator.cs +++ b/encog-core-cs/ML/HMM/Alog/MarkovGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Alog/ViterbiCalculator.cs b/encog-core-cs/ML/HMM/Alog/ViterbiCalculator.cs index 7bafc827..a9000e7e 100644 --- a/encog-core-cs/ML/HMM/Alog/ViterbiCalculator.cs +++ b/encog-core-cs/ML/HMM/Alog/ViterbiCalculator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Distributions/ContinousDistribution.cs b/encog-core-cs/ML/HMM/Distributions/ContinousDistribution.cs index d0e733c7..cf8c0d74 100644 --- a/encog-core-cs/ML/HMM/Distributions/ContinousDistribution.cs +++ b/encog-core-cs/ML/HMM/Distributions/ContinousDistribution.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Distributions/DiscreteDistribution.cs b/encog-core-cs/ML/HMM/Distributions/DiscreteDistribution.cs index 84e99aee..7102083c 100644 --- a/encog-core-cs/ML/HMM/Distributions/DiscreteDistribution.cs +++ b/encog-core-cs/ML/HMM/Distributions/DiscreteDistribution.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Distributions/IStateDistribution.cs b/encog-core-cs/ML/HMM/Distributions/IStateDistribution.cs index 2a478c82..80380536 100644 --- a/encog-core-cs/ML/HMM/Distributions/IStateDistribution.cs +++ b/encog-core-cs/ML/HMM/Distributions/IStateDistribution.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/HiddenMarkovModel.cs b/encog-core-cs/ML/HMM/HiddenMarkovModel.cs index 0d15607e..ce8aaca4 100644 --- a/encog-core-cs/ML/HMM/HiddenMarkovModel.cs +++ b/encog-core-cs/ML/HMM/HiddenMarkovModel.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/PersistHMM.cs b/encog-core-cs/ML/HMM/PersistHMM.cs index ec7f48c0..9cfd1079 100644 --- a/encog-core-cs/ML/HMM/PersistHMM.cs +++ b/encog-core-cs/ML/HMM/PersistHMM.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Train/BW/BaseBaumWelch.cs b/encog-core-cs/ML/HMM/Train/BW/BaseBaumWelch.cs index a6cce10c..13669263 100644 --- a/encog-core-cs/ML/HMM/Train/BW/BaseBaumWelch.cs +++ b/encog-core-cs/ML/HMM/Train/BW/BaseBaumWelch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelch.cs b/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelch.cs index d78923d6..1bb550ee 100644 --- a/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelch.cs +++ b/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelchScaled.cs b/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelchScaled.cs index 1b5cde45..b5878c50 100644 --- a/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelchScaled.cs +++ b/encog-core-cs/ML/HMM/Train/BW/TrainBaumWelchScaled.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Train/KMeans/Clusters.cs b/encog-core-cs/ML/HMM/Train/KMeans/Clusters.cs index 81d26425..2472ab95 100644 --- a/encog-core-cs/ML/HMM/Train/KMeans/Clusters.cs +++ b/encog-core-cs/ML/HMM/Train/KMeans/Clusters.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/HMM/Train/KMeans/TrainKMeans.cs b/encog-core-cs/ML/HMM/Train/KMeans/TrainKMeans.cs index 15432eba..f70cf940 100644 --- a/encog-core-cs/ML/HMM/Train/KMeans/TrainKMeans.cs +++ b/encog-core-cs/ML/HMM/Train/KMeans/TrainKMeans.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLAutoAssocation.cs b/encog-core-cs/ML/IMLAutoAssocation.cs index 32e15e4f..123eaec3 100644 --- a/encog-core-cs/ML/IMLAutoAssocation.cs +++ b/encog-core-cs/ML/IMLAutoAssocation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLClassification.cs b/encog-core-cs/ML/IMLClassification.cs index 8c5c58dd..c75f0d31 100644 --- a/encog-core-cs/ML/IMLClassification.cs +++ b/encog-core-cs/ML/IMLClassification.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLCluster.cs b/encog-core-cs/ML/IMLCluster.cs index b98e1ac9..c14f5c29 100644 --- a/encog-core-cs/ML/IMLCluster.cs +++ b/encog-core-cs/ML/IMLCluster.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLClustering.cs b/encog-core-cs/ML/IMLClustering.cs index 7ff3ca5a..5dfdf557 100644 --- a/encog-core-cs/ML/IMLClustering.cs +++ b/encog-core-cs/ML/IMLClustering.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLContext.cs b/encog-core-cs/ML/IMLContext.cs index d7f105aa..afd2c348 100644 --- a/encog-core-cs/ML/IMLContext.cs +++ b/encog-core-cs/ML/IMLContext.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLEncodable.cs b/encog-core-cs/ML/IMLEncodable.cs index 934556c2..e84659ba 100644 --- a/encog-core-cs/ML/IMLEncodable.cs +++ b/encog-core-cs/ML/IMLEncodable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLError.cs b/encog-core-cs/ML/IMLError.cs index c723389d..61033ede 100644 --- a/encog-core-cs/ML/IMLError.cs +++ b/encog-core-cs/ML/IMLError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLFactory.cs b/encog-core-cs/ML/IMLFactory.cs index 6b1fa369..c95504ae 100644 --- a/encog-core-cs/ML/IMLFactory.cs +++ b/encog-core-cs/ML/IMLFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLInput.cs b/encog-core-cs/ML/IMLInput.cs index f3ad8fc7..be9556d7 100644 --- a/encog-core-cs/ML/IMLInput.cs +++ b/encog-core-cs/ML/IMLInput.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLInputOutput.cs b/encog-core-cs/ML/IMLInputOutput.cs index 00482680..e3b0a18f 100644 --- a/encog-core-cs/ML/IMLInputOutput.cs +++ b/encog-core-cs/ML/IMLInputOutput.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLMethod.cs b/encog-core-cs/ML/IMLMethod.cs index 8a6ffc55..aefffa36 100644 --- a/encog-core-cs/ML/IMLMethod.cs +++ b/encog-core-cs/ML/IMLMethod.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLOutput.cs b/encog-core-cs/ML/IMLOutput.cs index 339bc6d7..4c6da678 100644 --- a/encog-core-cs/ML/IMLOutput.cs +++ b/encog-core-cs/ML/IMLOutput.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLProperties.cs b/encog-core-cs/ML/IMLProperties.cs index b20a9bd7..1286ea91 100644 --- a/encog-core-cs/ML/IMLProperties.cs +++ b/encog-core-cs/ML/IMLProperties.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLRegression.cs b/encog-core-cs/ML/IMLRegression.cs index 46b45076..d6da5283 100644 --- a/encog-core-cs/ML/IMLRegression.cs +++ b/encog-core-cs/ML/IMLRegression.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLResettable.cs b/encog-core-cs/ML/IMLResettable.cs index cc8c17d2..f30b4878 100644 --- a/encog-core-cs/ML/IMLResettable.cs +++ b/encog-core-cs/ML/IMLResettable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/IMLStateSequence.cs b/encog-core-cs/ML/IMLStateSequence.cs index 8ebb52f7..defc7798 100644 --- a/encog-core-cs/ML/IMLStateSequence.cs +++ b/encog-core-cs/ML/IMLStateSequence.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/KMeans/BasicCluster.cs b/encog-core-cs/ML/KMeans/BasicCluster.cs index b3c37e0f..1bc7f2ee 100644 --- a/encog-core-cs/ML/KMeans/BasicCluster.cs +++ b/encog-core-cs/ML/KMeans/BasicCluster.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/KMeans/KMeansClustering.cs b/encog-core-cs/ML/KMeans/KMeansClustering.cs index b78d242a..fec77c31 100644 --- a/encog-core-cs/ML/KMeans/KMeansClustering.cs +++ b/encog-core-cs/ML/KMeans/KMeansClustering.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/MLDelegates.cs b/encog-core-cs/ML/MLDelegates.cs index a6273d1c..79fe1357 100644 --- a/encog-core-cs/ML/MLDelegates.cs +++ b/encog-core-cs/ML/MLDelegates.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Prg/EncogProgram.cs b/encog-core-cs/ML/Prg/EncogProgram.cs index 011af32a..a945d726 100644 --- a/encog-core-cs/ML/Prg/EncogProgram.cs +++ b/encog-core-cs/ML/Prg/EncogProgram.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -474,4 +473,4 @@ public void SetExtraData(String name, Object value) _extraData[name] = value; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/EncogProgramContext.cs b/encog-core-cs/ML/Prg/EncogProgramContext.cs index e05264c8..93c2040f 100644 --- a/encog-core-cs/ML/Prg/EncogProgramContext.cs +++ b/encog-core-cs/ML/Prg/EncogProgramContext.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -365,4 +364,4 @@ public void LoadAllFunctions() StandardExtensions.CreateAll(this); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/EncogProgramVariables.cs b/encog-core-cs/ML/Prg/EncogProgramVariables.cs index e37de3b6..9bf27e4e 100644 --- a/encog-core-cs/ML/Prg/EncogProgramVariables.cs +++ b/encog-core-cs/ML/Prg/EncogProgramVariables.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.ML.EA.Exceptions; @@ -190,4 +189,4 @@ public bool VariableExists(String name) return _varMap.ContainsKey(name); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/ExpValue/DivisionByZeroError.cs b/encog-core-cs/ML/Prg/ExpValue/DivisionByZeroError.cs index a4e30bbc..20204d7e 100644 --- a/encog-core-cs/ML/Prg/ExpValue/DivisionByZeroError.cs +++ b/encog-core-cs/ML/Prg/ExpValue/DivisionByZeroError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Exceptions; @@ -65,4 +64,4 @@ public DivisionByZeroError() : base("") { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/ExpValue/EPLValueType.cs b/encog-core-cs/ML/Prg/ExpValue/EPLValueType.cs index 12cf97e0..3b633883 100644 --- a/encog-core-cs/ML/Prg/ExpValue/EPLValueType.cs +++ b/encog-core-cs/ML/Prg/ExpValue/EPLValueType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.ML.Prg.ExpValue { /// @@ -58,4 +57,4 @@ public enum EPLValueType /// Unknown } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/ExpValue/EvaluateExpr.cs b/encog-core-cs/ML/Prg/ExpValue/EvaluateExpr.cs index e55aa6f2..f05b1203 100644 --- a/encog-core-cs/ML/Prg/ExpValue/EvaluateExpr.cs +++ b/encog-core-cs/ML/Prg/ExpValue/EvaluateExpr.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.ML.Prg.ExpValue @@ -226,4 +225,4 @@ public static ExpressionValue Sub(ExpressionValue a, return new ExpressionValue(a.ToFloatValue() - b.ToFloatValue()); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/ExpValue/ExpressionValue.cs b/encog-core-cs/ML/Prg/ExpValue/ExpressionValue.cs index 0a653d88..e52a7e14 100644 --- a/encog-core-cs/ML/Prg/ExpValue/ExpressionValue.cs +++ b/encog-core-cs/ML/Prg/ExpValue/ExpressionValue.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.ML.EA.Exceptions; @@ -393,4 +392,4 @@ public String ToStringValue() } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/BasicTemplate.cs b/encog-core-cs/ML/Prg/Ext/BasicTemplate.cs index 48a656b7..541ad36e 100644 --- a/encog-core-cs/ML/Prg/Ext/BasicTemplate.cs +++ b/encog-core-cs/ML/Prg/Ext/BasicTemplate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Text; @@ -378,4 +377,4 @@ public override String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/EncogOpcodeRegistry.cs b/encog-core-cs/ML/Prg/Ext/EncogOpcodeRegistry.cs index b0347f92..a7afdc95 100644 --- a/encog-core-cs/ML/Prg/Ext/EncogOpcodeRegistry.cs +++ b/encog-core-cs/ML/Prg/Ext/EncogOpcodeRegistry.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; @@ -171,4 +170,4 @@ public static bool IsOperator(NodeType t) return t == NodeType.OperatorLeft || t == NodeType.OperatorRight || t == NodeType.Unary; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/FunctionFactory.cs b/encog-core-cs/ML/Prg/Ext/FunctionFactory.cs index 76707c4f..77f08973 100644 --- a/encog-core-cs/ML/Prg/Ext/FunctionFactory.cs +++ b/encog-core-cs/ML/Prg/Ext/FunctionFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -243,4 +242,4 @@ public bool IsDefined(String name, int l) return _templateMap.ContainsKey(key); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/IProgramExtensionTemplate.cs b/encog-core-cs/ML/Prg/Ext/IProgramExtensionTemplate.cs index 4dc25438..2791fde5 100644 --- a/encog-core-cs/ML/Prg/Ext/IProgramExtensionTemplate.cs +++ b/encog-core-cs/ML/Prg/Ext/IProgramExtensionTemplate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.ML.Prg.ExpValue; @@ -99,4 +98,4 @@ public interface IProgramExtensionTemplate void Randomize(EncogRandom rnd, IList desiredType, ProgramNode actual, double minValue, double maxValue); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/NodeType.cs b/encog-core-cs/ML/Prg/Ext/NodeType.cs index b37d0037..ac2285f5 100644 --- a/encog-core-cs/ML/Prg/Ext/NodeType.cs +++ b/encog-core-cs/ML/Prg/Ext/NodeType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.ML.Prg.Ext { /// @@ -62,4 +61,4 @@ public enum NodeType /// None } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/ParamTemplate.cs b/encog-core-cs/ML/Prg/Ext/ParamTemplate.cs index 210876ef..dac7c741 100644 --- a/encog-core-cs/ML/Prg/Ext/ParamTemplate.cs +++ b/encog-core-cs/ML/Prg/Ext/ParamTemplate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; @@ -129,4 +128,4 @@ public IList DetermineArgumentTypes( return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Ext/StandardExtensions.cs b/encog-core-cs/ML/Prg/Ext/StandardExtensions.cs index 30a0b0ef..13d8c5a2 100644 --- a/encog-core-cs/ML/Prg/Ext/StandardExtensions.cs +++ b/encog-core-cs/ML/Prg/Ext/StandardExtensions.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Exceptions; using Encog.ML.Prg.ExpValue; @@ -921,4 +920,4 @@ public static void CreateTrigFunctions(EncogProgramContext context) factory.AddExtension(EXTENSION_TANH); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Generator/AbstractPrgGenerator.cs b/encog-core-cs/ML/Prg/Generator/AbstractPrgGenerator.cs index 6cf0b2c3..b9bd44b9 100644 --- a/encog-core-cs/ML/Prg/Generator/AbstractPrgGenerator.cs +++ b/encog-core-cs/ML/Prg/Generator/AbstractPrgGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Threading.Tasks; @@ -392,4 +391,4 @@ public IProgramExtensionTemplate GenerateRandomOpcode(EncogRandom rnd, return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Generator/IPrgGenerator.cs b/encog-core-cs/ML/Prg/Generator/IPrgGenerator.cs index b1ad954d..e3a08aa4 100644 --- a/encog-core-cs/ML/Prg/Generator/IPrgGenerator.cs +++ b/encog-core-cs/ML/Prg/Generator/IPrgGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Population; using Encog.ML.Prg.ExpValue; @@ -49,4 +48,4 @@ public interface IPrgGenerator : IPopulationGenerator ProgramNode CreateNode(EncogRandom rnd, EncogProgram program, int depthRemaining, IList types); } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Generator/PrgFullGenerator.cs b/encog-core-cs/ML/Prg/Generator/PrgFullGenerator.cs index 4be0e60e..74a3477d 100644 --- a/encog-core-cs/ML/Prg/Generator/PrgFullGenerator.cs +++ b/encog-core-cs/ML/Prg/Generator/PrgFullGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.Prg.ExpValue; using Encog.MathUtil.Randomize; @@ -57,4 +56,4 @@ public override ProgramNode CreateNode(EncogRandom rnd, EncogProgram program, true); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Generator/PrgGrowGenerator.cs b/encog-core-cs/ML/Prg/Generator/PrgGrowGenerator.cs index da50b907..c53aa8aa 100644 --- a/encog-core-cs/ML/Prg/Generator/PrgGrowGenerator.cs +++ b/encog-core-cs/ML/Prg/Generator/PrgGrowGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.Prg.ExpValue; using Encog.MathUtil.Randomize; @@ -55,4 +54,4 @@ public override ProgramNode CreateNode(EncogRandom rnd, EncogProgram program, return CreateRandomNode(rnd, program, depthRemaining, types, true, true); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Generator/RampedHalfAndHalf.cs b/encog-core-cs/ML/Prg/Generator/RampedHalfAndHalf.cs index 97b8c54f..a0044efd 100644 --- a/encog-core-cs/ML/Prg/Generator/RampedHalfAndHalf.cs +++ b/encog-core-cs/ML/Prg/Generator/RampedHalfAndHalf.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.Prg.ExpValue; using Encog.MathUtil.Randomize; @@ -101,4 +100,4 @@ public override int DetermineMaxDepth(EncogRandom rnd) return rnd.Next(range) + _minDepth; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Opp/ConstMutation.cs b/encog-core-cs/ML/Prg/Opp/ConstMutation.cs index 905e493d..cf627b22 100644 --- a/encog-core-cs/ML/Prg/Opp/ConstMutation.cs +++ b/encog-core-cs/ML/Prg/Opp/ConstMutation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.ML.EA.Opp; using Encog.ML.EA.Train; @@ -118,4 +117,4 @@ private void MutateNode(EncogRandom rnd, ProgramNode node) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Opp/LevelHolder.cs b/encog-core-cs/ML/Prg/Opp/LevelHolder.cs index 9cd99b3e..10fd0473 100644 --- a/encog-core-cs/ML/Prg/Opp/LevelHolder.cs +++ b/encog-core-cs/ML/Prg/Opp/LevelHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.Linq; using Encog.ML.Prg.ExpValue; @@ -79,4 +78,4 @@ public void DecreaseLevel() CurrentLevel--; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Opp/SubtreeCrossover.cs b/encog-core-cs/ML/Prg/Opp/SubtreeCrossover.cs index d40a41da..6564e76b 100644 --- a/encog-core-cs/ML/Prg/Opp/SubtreeCrossover.cs +++ b/encog-core-cs/ML/Prg/Opp/SubtreeCrossover.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Opp; @@ -144,4 +143,4 @@ private void FindNode(EncogRandom rnd, ProgramNode parentNode, } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Opp/SubtreeMutation.cs b/encog-core-cs/ML/Prg/Opp/SubtreeMutation.cs index 2b3f7b89..bd815797 100644 --- a/encog-core-cs/ML/Prg/Opp/SubtreeMutation.cs +++ b/encog-core-cs/ML/Prg/Opp/SubtreeMutation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.ML.EA.Opp; @@ -134,4 +133,4 @@ private void FindNode(EncogRandom rnd, EncogProgram result, } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/PersistPrgPopulation.cs b/encog-core-cs/ML/Prg/PersistPrgPopulation.cs index bd112058..aa5c6159 100644 --- a/encog-core-cs/ML/Prg/PersistPrgPopulation.cs +++ b/encog-core-cs/ML/Prg/PersistPrgPopulation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -317,4 +316,4 @@ private string GetType(VariableMapping mapping) + mapping.VariableType.ToString()); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/PrgCODEC.cs b/encog-core-cs/ML/Prg/PrgCODEC.cs index 3d7c04d0..5ac5aa28 100644 --- a/encog-core-cs/ML/Prg/PrgCODEC.cs +++ b/encog-core-cs/ML/Prg/PrgCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Codec; using Encog.ML.EA.Genome; @@ -44,4 +43,4 @@ public IGenome Encode(IMLMethod phenotype) return (IGenome) phenotype; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/ProgramNode.cs b/encog-core-cs/ML/Prg/ProgramNode.cs index f33d2122..4d6d8c09 100644 --- a/encog-core-cs/ML/Prg/ProgramNode.cs +++ b/encog-core-cs/ML/Prg/ProgramNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Linq; using System.Text; @@ -183,4 +182,4 @@ public override String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Species/CompareEncogProgram.cs b/encog-core-cs/ML/Prg/Species/CompareEncogProgram.cs index 8043d79c..257239fd 100644 --- a/encog-core-cs/ML/Prg/Species/CompareEncogProgram.cs +++ b/encog-core-cs/ML/Prg/Species/CompareEncogProgram.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; namespace Encog.ML.Prg.Species @@ -83,4 +82,4 @@ private double CompareNode(double result, ProgramNode node1, return newResult; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Species/PrgSpeciation.cs b/encog-core-cs/ML/Prg/Species/PrgSpeciation.cs index 8ebb5d8f..c4785a5d 100644 --- a/encog-core-cs/ML/Prg/Species/PrgSpeciation.cs +++ b/encog-core-cs/ML/Prg/Species/PrgSpeciation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.ML.EA.Species; @@ -53,4 +52,4 @@ public override double GetCompatibilityScore(IGenome genome1, return d; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/PrgGenomeFactory.cs b/encog-core-cs/ML/Prg/Train/PrgGenomeFactory.cs index 865d2cec..071716c9 100644 --- a/encog-core-cs/ML/Prg/Train/PrgGenomeFactory.cs +++ b/encog-core-cs/ML/Prg/Train/PrgGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; @@ -63,4 +62,4 @@ public IGenome Factor(IGenome other) return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/PrgPopulation.cs b/encog-core-cs/ML/Prg/Train/PrgPopulation.cs index e86c5668..8975d789 100644 --- a/encog-core-cs/ML/Prg/Train/PrgPopulation.cs +++ b/encog-core-cs/ML/Prg/Train/PrgPopulation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Data; using Encog.ML.EA.Genome; @@ -115,4 +114,4 @@ public void DumpMembers(int i) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteAlgebraic.cs b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteAlgebraic.cs index de08e35c..46840a66 100644 --- a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteAlgebraic.cs +++ b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteAlgebraic.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; using Encog.ML.EA.Rules; @@ -451,4 +450,4 @@ private ProgramNode TryZeroPlus(ProgramNode parent) return parent; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteBoolean.cs b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteBoolean.cs index 5f8df9b4..f086ef67 100644 --- a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteBoolean.cs +++ b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteBoolean.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.ML.EA.Rules; using Encog.ML.Prg.ExpValue; @@ -152,4 +151,4 @@ private ProgramNode TryAnd(ProgramNode parent) return parent; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteConstants.cs b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteConstants.cs index 96194a32..51523f91 100644 --- a/encog-core-cs/ML/Prg/Train/Rewrite/RewriteConstants.cs +++ b/encog-core-cs/ML/Prg/Train/Rewrite/RewriteConstants.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.EA.Genome; using Encog.ML.EA.Rules; @@ -127,4 +126,4 @@ private ProgramNode TryNodeRewrite(ProgramNode parentNode) return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/Train/ZeroEvalScoreFunction.cs b/encog-core-cs/ML/Prg/Train/ZeroEvalScoreFunction.cs index 6ee0f26f..a00bd902 100644 --- a/encog-core-cs/ML/Prg/Train/ZeroEvalScoreFunction.cs +++ b/encog-core-cs/ML/Prg/Train/ZeroEvalScoreFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Data; using Encog.ML.Data.Basic; @@ -61,4 +60,4 @@ public bool ShouldMinimize get { return true; } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/Prg/VariableMapping.cs b/encog-core-cs/ML/Prg/VariableMapping.cs index 64370f9a..87bef6d5 100644 --- a/encog-core-cs/ML/Prg/VariableMapping.cs +++ b/encog-core-cs/ML/Prg/VariableMapping.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.ML.Prg.ExpValue; @@ -130,4 +129,4 @@ public override String ToString() return result.ToString(); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/ML/SVM/KernelType.cs b/encog-core-cs/ML/SVM/KernelType.cs index 09757f4e..b74b2a61 100644 --- a/encog-core-cs/ML/SVM/KernelType.cs +++ b/encog-core-cs/ML/SVM/KernelType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/PersistSVM.cs b/encog-core-cs/ML/SVM/PersistSVM.cs index 46d79e32..67f37acb 100644 --- a/encog-core-cs/ML/SVM/PersistSVM.cs +++ b/encog-core-cs/ML/SVM/PersistSVM.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/SVMType.cs b/encog-core-cs/ML/SVM/SVMType.cs index d67f56c7..0798fcae 100644 --- a/encog-core-cs/ML/SVM/SVMType.cs +++ b/encog-core-cs/ML/SVM/SVMType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/SupportVectorMachine.cs b/encog-core-cs/ML/SVM/SupportVectorMachine.cs index 4b80ce2f..cef6fdc8 100644 --- a/encog-core-cs/ML/SVM/SupportVectorMachine.cs +++ b/encog-core-cs/ML/SVM/SupportVectorMachine.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/Training/EncodeSVMProblem.cs b/encog-core-cs/ML/SVM/Training/EncodeSVMProblem.cs index ba03b8b4..c783cbd2 100644 --- a/encog-core-cs/ML/SVM/Training/EncodeSVMProblem.cs +++ b/encog-core-cs/ML/SVM/Training/EncodeSVMProblem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/Training/SVMSearchTrain.cs b/encog-core-cs/ML/SVM/Training/SVMSearchTrain.cs index 9dbe63f4..56e9d976 100644 --- a/encog-core-cs/ML/SVM/Training/SVMSearchTrain.cs +++ b/encog-core-cs/ML/SVM/Training/SVMSearchTrain.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/SVM/Training/SVMTrain.cs b/encog-core-cs/ML/SVM/Training/SVMTrain.cs index 7aecdc41..6e584b46 100644 --- a/encog-core-cs/ML/SVM/Training/SVMTrain.cs +++ b/encog-core-cs/ML/SVM/Training/SVMTrain.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/BasicTraining.cs b/encog-core-cs/ML/Train/BasicTraining.cs index dfea6af2..06c8dd22 100644 --- a/encog-core-cs/ML/Train/BasicTraining.cs +++ b/encog-core-cs/ML/Train/BasicTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/IMLTrain.cs b/encog-core-cs/ML/Train/IMLTrain.cs index 536d20f4..9b05089d 100644 --- a/encog-core-cs/ML/Train/IMLTrain.cs +++ b/encog-core-cs/ML/Train/IMLTrain.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/EarlyStoppingStrategy.cs b/encog-core-cs/ML/Train/Strategy/EarlyStoppingStrategy.cs index 5256d1fb..26c12fdd 100644 --- a/encog-core-cs/ML/Train/Strategy/EarlyStoppingStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/EarlyStoppingStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/End/EndIterationsStrategy.cs b/encog-core-cs/ML/Train/Strategy/End/EndIterationsStrategy.cs index 978325d4..e4d94fa0 100644 --- a/encog-core-cs/ML/Train/Strategy/End/EndIterationsStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/End/EndIterationsStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/End/EndMaxErrorStrategy.cs b/encog-core-cs/ML/Train/Strategy/End/EndMaxErrorStrategy.cs index ecde532f..584c7267 100644 --- a/encog-core-cs/ML/Train/Strategy/End/EndMaxErrorStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/End/EndMaxErrorStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/End/EndMinutesStrategy.cs b/encog-core-cs/ML/Train/Strategy/End/EndMinutesStrategy.cs index fd721fe3..178b555e 100644 --- a/encog-core-cs/ML/Train/Strategy/End/EndMinutesStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/End/EndMinutesStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/End/IEndTrainingStrategy.cs b/encog-core-cs/ML/Train/Strategy/End/IEndTrainingStrategy.cs index b99b7e44..5427c24e 100644 --- a/encog-core-cs/ML/Train/Strategy/End/IEndTrainingStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/End/IEndTrainingStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/Greedy.cs b/encog-core-cs/ML/Train/Strategy/Greedy.cs index 90e8edae..240a35fe 100644 --- a/encog-core-cs/ML/Train/Strategy/Greedy.cs +++ b/encog-core-cs/ML/Train/Strategy/Greedy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/HybridStrategy.cs b/encog-core-cs/ML/Train/Strategy/HybridStrategy.cs index b6cd8101..531b3de1 100644 --- a/encog-core-cs/ML/Train/Strategy/HybridStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/HybridStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/IStrategy.cs b/encog-core-cs/ML/Train/Strategy/IStrategy.cs index b416aa94..117decfe 100644 --- a/encog-core-cs/ML/Train/Strategy/IStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/IStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/RequiredImprovementStrategy.cs b/encog-core-cs/ML/Train/Strategy/RequiredImprovementStrategy.cs index 8282174a..e086d007 100644 --- a/encog-core-cs/ML/Train/Strategy/RequiredImprovementStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/RequiredImprovementStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/ResetStrategy.cs b/encog-core-cs/ML/Train/Strategy/ResetStrategy.cs index e6b86f80..2593bf74 100644 --- a/encog-core-cs/ML/Train/Strategy/ResetStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/ResetStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Train/Strategy/StopTrainingStrategy.cs b/encog-core-cs/ML/Train/Strategy/StopTrainingStrategy.cs index 6025f5cf..15efe6cb 100644 --- a/encog-core-cs/ML/Train/Strategy/StopTrainingStrategy.cs +++ b/encog-core-cs/ML/Train/Strategy/StopTrainingStrategy.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/TrainingImplementationType.cs b/encog-core-cs/ML/TrainingImplementationType.cs index f5ab8eb8..5cbaef56 100644 --- a/encog-core-cs/ML/TrainingImplementationType.cs +++ b/encog-core-cs/ML/TrainingImplementationType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Basic/BasicTreeNode.cs b/encog-core-cs/ML/Tree/Basic/BasicTreeNode.cs index ef01098c..adbc003b 100644 --- a/encog-core-cs/ML/Tree/Basic/BasicTreeNode.cs +++ b/encog-core-cs/ML/Tree/Basic/BasicTreeNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/ITreeNode.cs b/encog-core-cs/ML/Tree/ITreeNode.cs index dc412dd9..303c62b6 100644 --- a/encog-core-cs/ML/Tree/ITreeNode.cs +++ b/encog-core-cs/ML/Tree/ITreeNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Traverse/DepthFirstTraversal.cs b/encog-core-cs/ML/Tree/Traverse/DepthFirstTraversal.cs index 39206f82..c576956a 100644 --- a/encog-core-cs/ML/Tree/Traverse/DepthFirstTraversal.cs +++ b/encog-core-cs/ML/Tree/Traverse/DepthFirstTraversal.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Traverse/ITreeTraversal.cs b/encog-core-cs/ML/Tree/Traverse/ITreeTraversal.cs index ec0c71d7..58367c3f 100644 --- a/encog-core-cs/ML/Tree/Traverse/ITreeTraversal.cs +++ b/encog-core-cs/ML/Tree/Traverse/ITreeTraversal.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskCountNodes.cs b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskCountNodes.cs index 8470184b..3da6e3ea 100644 --- a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskCountNodes.cs +++ b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskCountNodes.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskGetNodeIndex.cs b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskGetNodeIndex.cs index 4a23f605..505b7648 100644 --- a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskGetNodeIndex.cs +++ b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskGetNodeIndex.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskReplaceNode.cs b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskReplaceNode.cs index 193ce11a..2e65b76c 100644 --- a/encog-core-cs/ML/Tree/Traverse/Tasks/TaskReplaceNode.cs +++ b/encog-core-cs/ML/Tree/Traverse/Tasks/TaskReplaceNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/BoundMath.cs b/encog-core-cs/MathUtil/BoundMath.cs index 9efdfb85..ffe4252b 100644 --- a/encog-core-cs/MathUtil/BoundMath.cs +++ b/encog-core-cs/MathUtil/BoundMath.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/BoundNumbers.cs b/encog-core-cs/MathUtil/BoundNumbers.cs index 93b61e7e..37b8b3d4 100644 --- a/encog-core-cs/MathUtil/BoundNumbers.cs +++ b/encog-core-cs/MathUtil/BoundNumbers.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/ComplexNumber.cs b/encog-core-cs/MathUtil/ComplexNumber.cs index 62a7668c..0edfe169 100644 --- a/encog-core-cs/MathUtil/ComplexNumber.cs +++ b/encog-core-cs/MathUtil/ComplexNumber.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Convert.cs b/encog-core-cs/MathUtil/Convert.cs index 8df22f74..fce13f2e 100644 --- a/encog-core-cs/MathUtil/Convert.cs +++ b/encog-core-cs/MathUtil/Convert.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/EncogMath.cs b/encog-core-cs/MathUtil/EncogMath.cs index d877c440..f5451d45 100644 --- a/encog-core-cs/MathUtil/EncogMath.cs +++ b/encog-core-cs/MathUtil/EncogMath.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Equilateral.cs b/encog-core-cs/MathUtil/Equilateral.cs index 77c39722..c5165b3f 100644 --- a/encog-core-cs/MathUtil/Equilateral.cs +++ b/encog-core-cs/MathUtil/Equilateral.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Error/ErrorCalculation.cs b/encog-core-cs/MathUtil/Error/ErrorCalculation.cs index 05c70341..cb72c6ca 100644 --- a/encog-core-cs/MathUtil/Error/ErrorCalculation.cs +++ b/encog-core-cs/MathUtil/Error/ErrorCalculation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Error/ErrorCalculationMode.cs b/encog-core-cs/MathUtil/Error/ErrorCalculationMode.cs index 15cc7c00..5667fb73 100644 --- a/encog-core-cs/MathUtil/Error/ErrorCalculationMode.cs +++ b/encog-core-cs/MathUtil/Error/ErrorCalculationMode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/IntRange.cs b/encog-core-cs/MathUtil/IntRange.cs index a6e747bf..4e8688f1 100644 --- a/encog-core-cs/MathUtil/IntRange.cs +++ b/encog-core-cs/MathUtil/IntRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/SupportClass.cs b/encog-core-cs/MathUtil/LIBSVM/SupportClass.cs index cc84a724..1ec66116 100644 --- a/encog-core-cs/MathUtil/LIBSVM/SupportClass.cs +++ b/encog-core-cs/MathUtil/LIBSVM/SupportClass.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/Utility.cs b/encog-core-cs/MathUtil/LIBSVM/Utility.cs index ce11e419..dfacd0c2 100644 --- a/encog-core-cs/MathUtil/LIBSVM/Utility.cs +++ b/encog-core-cs/MathUtil/LIBSVM/Utility.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm.cs b/encog-core-cs/MathUtil/LIBSVM/svm.cs index 38ed39d9..f66e0d82 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm_model.cs b/encog-core-cs/MathUtil/LIBSVM/svm_model.cs index 2e7b1c32..5b50c6b0 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm_model.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm_model.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm_node.cs b/encog-core-cs/MathUtil/LIBSVM/svm_node.cs index e2029413..1a492fc3 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm_node.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm_node.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm_parameter.cs b/encog-core-cs/MathUtil/LIBSVM/svm_parameter.cs index 327a4ea6..ed0c5192 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm_parameter.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm_parameter.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm_print_interface.cs b/encog-core-cs/MathUtil/LIBSVM/svm_print_interface.cs index 366596d0..d35ab800 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm_print_interface.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm_print_interface.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LIBSVM/svm_problem.cs b/encog-core-cs/MathUtil/LIBSVM/svm_problem.cs index f20322bb..86e36533 100644 --- a/encog-core-cs/MathUtil/LIBSVM/svm_problem.cs +++ b/encog-core-cs/MathUtil/LIBSVM/svm_problem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/LinearCongruentialGenerator.cs b/encog-core-cs/MathUtil/LinearCongruentialGenerator.cs index ff9dfa6e..7bf2d961 100644 --- a/encog-core-cs/MathUtil/LinearCongruentialGenerator.cs +++ b/encog-core-cs/MathUtil/LinearCongruentialGenerator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/MathConst.cs b/encog-core-cs/MathUtil/MathConst.cs index 59a19cfb..a19551b9 100644 --- a/encog-core-cs/MathUtil/MathConst.cs +++ b/encog-core-cs/MathUtil/MathConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/BiPolarUtil.cs b/encog-core-cs/MathUtil/Matrices/BiPolarUtil.cs index a4b604e5..de22170a 100644 --- a/encog-core-cs/MathUtil/Matrices/BiPolarUtil.cs +++ b/encog-core-cs/MathUtil/Matrices/BiPolarUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Decomposition/CholeskyDecomposition.cs b/encog-core-cs/MathUtil/Matrices/Decomposition/CholeskyDecomposition.cs index 041afa9d..5deb303c 100644 --- a/encog-core-cs/MathUtil/Matrices/Decomposition/CholeskyDecomposition.cs +++ b/encog-core-cs/MathUtil/Matrices/Decomposition/CholeskyDecomposition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Decomposition/EigenvalueDecomposition.cs b/encog-core-cs/MathUtil/Matrices/Decomposition/EigenvalueDecomposition.cs index f921e790..1ba50498 100644 --- a/encog-core-cs/MathUtil/Matrices/Decomposition/EigenvalueDecomposition.cs +++ b/encog-core-cs/MathUtil/Matrices/Decomposition/EigenvalueDecomposition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Decomposition/LUDecomposition.cs b/encog-core-cs/MathUtil/Matrices/Decomposition/LUDecomposition.cs index c26f8320..f7c34302 100644 --- a/encog-core-cs/MathUtil/Matrices/Decomposition/LUDecomposition.cs +++ b/encog-core-cs/MathUtil/Matrices/Decomposition/LUDecomposition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Decomposition/QRDecomposition.cs b/encog-core-cs/MathUtil/Matrices/Decomposition/QRDecomposition.cs index 1085dabc..67dd2245 100644 --- a/encog-core-cs/MathUtil/Matrices/Decomposition/QRDecomposition.cs +++ b/encog-core-cs/MathUtil/Matrices/Decomposition/QRDecomposition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Decomposition/SingularValueDecomposition.cs b/encog-core-cs/MathUtil/Matrices/Decomposition/SingularValueDecomposition.cs index 59a28a78..c40b6180 100644 --- a/encog-core-cs/MathUtil/Matrices/Decomposition/SingularValueDecomposition.cs +++ b/encog-core-cs/MathUtil/Matrices/Decomposition/SingularValueDecomposition.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Hessian/BasicHessian.cs b/encog-core-cs/MathUtil/Matrices/Hessian/BasicHessian.cs index cb78acc3..696b8305 100644 --- a/encog-core-cs/MathUtil/Matrices/Hessian/BasicHessian.cs +++ b/encog-core-cs/MathUtil/Matrices/Hessian/BasicHessian.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Hessian/ChainRuleWorker.cs b/encog-core-cs/MathUtil/Matrices/Hessian/ChainRuleWorker.cs index fae8c20f..22435634 100644 --- a/encog-core-cs/MathUtil/Matrices/Hessian/ChainRuleWorker.cs +++ b/encog-core-cs/MathUtil/Matrices/Hessian/ChainRuleWorker.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.Engine.Network.Activation; using Encog.ML.Data; using Encog.Neural.Flat; @@ -323,4 +322,4 @@ private void ProcessLevel(int currentLevel, double[] derivative) } } } -} \ No newline at end of file +} diff --git a/encog-core-cs/MathUtil/Matrices/Hessian/HessianCR.cs b/encog-core-cs/MathUtil/Matrices/Hessian/HessianCR.cs index 17f580cb..590af153 100644 --- a/encog-core-cs/MathUtil/Matrices/Hessian/HessianCR.cs +++ b/encog-core-cs/MathUtil/Matrices/Hessian/HessianCR.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Threading.Tasks; using Encog.ML.Data; using Encog.Neural.Flat; @@ -114,4 +113,4 @@ public override void Compute() _sse = e/2; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/MathUtil/Matrices/Hessian/HessianFD.cs b/encog-core-cs/MathUtil/Matrices/Hessian/HessianFD.cs index 6ef40b10..4494d504 100644 --- a/encog-core-cs/MathUtil/Matrices/Hessian/HessianFD.cs +++ b/encog-core-cs/MathUtil/Matrices/Hessian/HessianFD.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Linq; using Encog.MathUtil.Error; @@ -257,4 +256,4 @@ public double[] CreateCoefficients() return result; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/MathUtil/Matrices/Hessian/IComputeHessian.cs b/encog-core-cs/MathUtil/Matrices/Hessian/IComputeHessian.cs index 0331768c..d14ecbdc 100644 --- a/encog-core-cs/MathUtil/Matrices/Hessian/IComputeHessian.cs +++ b/encog-core-cs/MathUtil/Matrices/Hessian/IComputeHessian.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/Matrix.cs b/encog-core-cs/MathUtil/Matrices/Matrix.cs index 27cba043..bd2f6aba 100644 --- a/encog-core-cs/MathUtil/Matrices/Matrix.cs +++ b/encog-core-cs/MathUtil/Matrices/Matrix.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/MatrixError.cs b/encog-core-cs/MathUtil/Matrices/MatrixError.cs index 6209abdf..fdca1b6a 100644 --- a/encog-core-cs/MathUtil/Matrices/MatrixError.cs +++ b/encog-core-cs/MathUtil/Matrices/MatrixError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Matrices/MatrixMath.cs b/encog-core-cs/MathUtil/Matrices/MatrixMath.cs index c634be52..e27246ec 100644 --- a/encog-core-cs/MathUtil/Matrices/MatrixMath.cs +++ b/encog-core-cs/MathUtil/Matrices/MatrixMath.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/NumericRange.cs b/encog-core-cs/MathUtil/NumericRange.cs index 24110402..bcfb8074 100644 --- a/encog-core-cs/MathUtil/NumericRange.cs +++ b/encog-core-cs/MathUtil/NumericRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/BasicRBF.cs b/encog-core-cs/MathUtil/RBF/BasicRBF.cs index 06390173..ed386611 100644 --- a/encog-core-cs/MathUtil/RBF/BasicRBF.cs +++ b/encog-core-cs/MathUtil/RBF/BasicRBF.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/GaussianFunction.cs b/encog-core-cs/MathUtil/RBF/GaussianFunction.cs index 9ce88809..b9e05b99 100644 --- a/encog-core-cs/MathUtil/RBF/GaussianFunction.cs +++ b/encog-core-cs/MathUtil/RBF/GaussianFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/IRadialBasisFunction.cs b/encog-core-cs/MathUtil/RBF/IRadialBasisFunction.cs index 9cff3f70..37cf4ee5 100644 --- a/encog-core-cs/MathUtil/RBF/IRadialBasisFunction.cs +++ b/encog-core-cs/MathUtil/RBF/IRadialBasisFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/InverseMultiquadricFunction.cs b/encog-core-cs/MathUtil/RBF/InverseMultiquadricFunction.cs index ace0d2af..6461dabc 100644 --- a/encog-core-cs/MathUtil/RBF/InverseMultiquadricFunction.cs +++ b/encog-core-cs/MathUtil/RBF/InverseMultiquadricFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/MexicanHatFunction.cs b/encog-core-cs/MathUtil/RBF/MexicanHatFunction.cs index e73b5d25..7076f1bd 100644 --- a/encog-core-cs/MathUtil/RBF/MexicanHatFunction.cs +++ b/encog-core-cs/MathUtil/RBF/MexicanHatFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/MultiquadricFunction.cs b/encog-core-cs/MathUtil/RBF/MultiquadricFunction.cs index dff0728d..3911db36 100644 --- a/encog-core-cs/MathUtil/RBF/MultiquadricFunction.cs +++ b/encog-core-cs/MathUtil/RBF/MultiquadricFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/RBF/RBFEnum.cs b/encog-core-cs/MathUtil/RBF/RBFEnum.cs index 377499e6..aea93461 100644 --- a/encog-core-cs/MathUtil/RBF/RBFEnum.cs +++ b/encog-core-cs/MathUtil/RBF/RBFEnum.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/BasicRandomizer.cs b/encog-core-cs/MathUtil/Randomize/BasicRandomizer.cs index 1b01508f..238ff27f 100644 --- a/encog-core-cs/MathUtil/Randomize/BasicRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/BasicRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/ConsistentRandomizer.cs b/encog-core-cs/MathUtil/Randomize/ConsistentRandomizer.cs index 691f27a8..ad129741 100644 --- a/encog-core-cs/MathUtil/Randomize/ConsistentRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/ConsistentRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/ConstRandomizer.cs b/encog-core-cs/MathUtil/Randomize/ConstRandomizer.cs index a314c357..432ae9ab 100644 --- a/encog-core-cs/MathUtil/Randomize/ConstRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/ConstRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/Distort.cs b/encog-core-cs/MathUtil/Randomize/Distort.cs index 17b58c7c..5e1196fc 100644 --- a/encog-core-cs/MathUtil/Randomize/Distort.cs +++ b/encog-core-cs/MathUtil/Randomize/Distort.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/EncogRandom.cs b/encog-core-cs/MathUtil/Randomize/EncogRandom.cs index ddc570fe..c3e2cb03 100644 --- a/encog-core-cs/MathUtil/Randomize/EncogRandom.cs +++ b/encog-core-cs/MathUtil/Randomize/EncogRandom.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/Factory/BasicRandomFactory.cs b/encog-core-cs/MathUtil/Randomize/Factory/BasicRandomFactory.cs index 8bf5d903..840cbe3f 100644 --- a/encog-core-cs/MathUtil/Randomize/Factory/BasicRandomFactory.cs +++ b/encog-core-cs/MathUtil/Randomize/Factory/BasicRandomFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/Factory/IRandomFactory.cs b/encog-core-cs/MathUtil/Randomize/Factory/IRandomFactory.cs index 7250e1b4..2ef6a866 100644 --- a/encog-core-cs/MathUtil/Randomize/Factory/IRandomFactory.cs +++ b/encog-core-cs/MathUtil/Randomize/Factory/IRandomFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/FanInRandomizer.cs b/encog-core-cs/MathUtil/Randomize/FanInRandomizer.cs index 8d4a535a..c4a98d9f 100644 --- a/encog-core-cs/MathUtil/Randomize/FanInRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/FanInRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/GaussianRandomizer.cs b/encog-core-cs/MathUtil/Randomize/GaussianRandomizer.cs index 254f35d7..c933c505 100644 --- a/encog-core-cs/MathUtil/Randomize/GaussianRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/GaussianRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/IRandomizer.cs b/encog-core-cs/MathUtil/Randomize/IRandomizer.cs index f75eea2b..429d6203 100644 --- a/encog-core-cs/MathUtil/Randomize/IRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/IRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/NguyenWidrowRandomizer.cs b/encog-core-cs/MathUtil/Randomize/NguyenWidrowRandomizer.cs index 74cd19d1..e7b4fcbe 100644 --- a/encog-core-cs/MathUtil/Randomize/NguyenWidrowRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/NguyenWidrowRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/RandomChoice.cs b/encog-core-cs/MathUtil/Randomize/RandomChoice.cs index c3338836..ad753fe0 100644 --- a/encog-core-cs/MathUtil/Randomize/RandomChoice.cs +++ b/encog-core-cs/MathUtil/Randomize/RandomChoice.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/Randomize/RangeRandomizer.cs b/encog-core-cs/MathUtil/Randomize/RangeRandomizer.cs index 09564a48..018061db 100644 --- a/encog-core-cs/MathUtil/Randomize/RangeRandomizer.cs +++ b/encog-core-cs/MathUtil/Randomize/RangeRandomizer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/ThreadSafeRandom.cs b/encog-core-cs/MathUtil/ThreadSafeRandom.cs index 10ac2ebc..15fb4ba3 100644 --- a/encog-core-cs/MathUtil/ThreadSafeRandom.cs +++ b/encog-core-cs/MathUtil/ThreadSafeRandom.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/VectorAlgebra.cs b/encog-core-cs/MathUtil/VectorAlgebra.cs index 369b6567..a8429131 100644 --- a/encog-core-cs/MathUtil/VectorAlgebra.cs +++ b/encog-core-cs/MathUtil/VectorAlgebra.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/MathUtil/mathfunctions/mathstatistics.cs b/encog-core-cs/MathUtil/mathfunctions/mathstatistics.cs index 55a7374c..6be60f78 100644 --- a/encog-core-cs/MathUtil/mathfunctions/mathstatistics.cs +++ b/encog-core-cs/MathUtil/mathfunctions/mathstatistics.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/ART/ART1.cs b/encog-core-cs/Neural/ART/ART1.cs index 61a31a19..0ce42440 100644 --- a/encog-core-cs/Neural/ART/ART1.cs +++ b/encog-core-cs/Neural/ART/ART1.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/ART/BasicART.cs b/encog-core-cs/Neural/ART/BasicART.cs index 1fc4e307..b385008e 100644 --- a/encog-core-cs/Neural/ART/BasicART.cs +++ b/encog-core-cs/Neural/ART/BasicART.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/ART/PersistART1.cs b/encog-core-cs/Neural/ART/PersistART1.cs index 1adc26fc..cf1dbf50 100644 --- a/encog-core-cs/Neural/ART/PersistART1.cs +++ b/encog-core-cs/Neural/ART/PersistART1.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/BAM/BAMNetwork.cs b/encog-core-cs/Neural/BAM/BAMNetwork.cs index bd865096..b974a5f3 100644 --- a/encog-core-cs/Neural/BAM/BAMNetwork.cs +++ b/encog-core-cs/Neural/BAM/BAMNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/BAM/PersistBAM.cs b/encog-core-cs/Neural/BAM/PersistBAM.cs index c73f074f..faa30a8f 100644 --- a/encog-core-cs/Neural/BAM/PersistBAM.cs +++ b/encog-core-cs/Neural/BAM/PersistBAM.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/CPN/CPN.cs b/encog-core-cs/Neural/CPN/CPN.cs index 0c7e0be6..2ccd885e 100644 --- a/encog-core-cs/Neural/CPN/CPN.cs +++ b/encog-core-cs/Neural/CPN/CPN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/CPN/PersistCPN.cs b/encog-core-cs/Neural/CPN/PersistCPN.cs index 93d216da..c4d7f726 100644 --- a/encog-core-cs/Neural/CPN/PersistCPN.cs +++ b/encog-core-cs/Neural/CPN/PersistCPN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/CPN/Training/TrainInstar.cs b/encog-core-cs/Neural/CPN/Training/TrainInstar.cs index 28ea4cbf..a02a5ee6 100644 --- a/encog-core-cs/Neural/CPN/Training/TrainInstar.cs +++ b/encog-core-cs/Neural/CPN/Training/TrainInstar.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/CPN/Training/TrainOutstar.cs b/encog-core-cs/Neural/CPN/Training/TrainOutstar.cs index 662bd702..72afc257 100644 --- a/encog-core-cs/Neural/CPN/Training/TrainOutstar.cs +++ b/encog-core-cs/Neural/CPN/Training/TrainOutstar.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Data/Basic/BasicNeuralData.cs b/encog-core-cs/Neural/Data/Basic/BasicNeuralData.cs index 56656daa..91620f7c 100644 --- a/encog-core-cs/Neural/Data/Basic/BasicNeuralData.cs +++ b/encog-core-cs/Neural/Data/Basic/BasicNeuralData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Data/Basic/BasicNeuralDataPair.cs b/encog-core-cs/Neural/Data/Basic/BasicNeuralDataPair.cs index b98f1a01..6926a235 100644 --- a/encog-core-cs/Neural/Data/Basic/BasicNeuralDataPair.cs +++ b/encog-core-cs/Neural/Data/Basic/BasicNeuralDataPair.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Data/Basic/BasicNeuralDataSet.cs b/encog-core-cs/Neural/Data/Basic/BasicNeuralDataSet.cs index e60e32bc..48330e80 100644 --- a/encog-core-cs/Neural/Data/Basic/BasicNeuralDataSet.cs +++ b/encog-core-cs/Neural/Data/Basic/BasicNeuralDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Error/ATanErrorFunction.cs b/encog-core-cs/Neural/Error/ATanErrorFunction.cs index 17e063f2..d39199c3 100644 --- a/encog-core-cs/Neural/Error/ATanErrorFunction.cs +++ b/encog-core-cs/Neural/Error/ATanErrorFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Error/IErrorFunction.cs b/encog-core-cs/Neural/Error/IErrorFunction.cs index 6929b7d2..8b2f2d69 100644 --- a/encog-core-cs/Neural/Error/IErrorFunction.cs +++ b/encog-core-cs/Neural/Error/IErrorFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Error/LinearErrorFunction.cs b/encog-core-cs/Neural/Error/LinearErrorFunction.cs index 4270f081..ad304f49 100644 --- a/encog-core-cs/Neural/Error/LinearErrorFunction.cs +++ b/encog-core-cs/Neural/Error/LinearErrorFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Flat/FlatLayer.cs b/encog-core-cs/Neural/Flat/FlatLayer.cs index c020ba33..f1ee1bbb 100644 --- a/encog-core-cs/Neural/Flat/FlatLayer.cs +++ b/encog-core-cs/Neural/Flat/FlatLayer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Flat/FlatNetwork.cs b/encog-core-cs/Neural/Flat/FlatNetwork.cs index 0c9389ba..53c02d90 100644 --- a/encog-core-cs/Neural/Flat/FlatNetwork.cs +++ b/encog-core-cs/Neural/Flat/FlatNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Flat/FlatNetworkRBF.cs b/encog-core-cs/Neural/Flat/FlatNetworkRBF.cs index 471f56de..25caa532 100644 --- a/encog-core-cs/Neural/Flat/FlatNetworkRBF.cs +++ b/encog-core-cs/Neural/Flat/FlatNetworkRBF.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummation.cs b/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummation.cs index 6f7e765c..5ace852a 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummation.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummation.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummationFactory.cs b/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummationFactory.cs index 41c2a9e6..11aa7723 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummationFactory.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicActivationSummationFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.Neural.Freeform.Factory; using Encog.Engine.Network.Activation; diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnection.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnection.cs index a9884915..f781ae7e 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnection.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnection.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnectionFactory.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnectionFactory.cs index b6ce4393..6ffbaf1f 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnectionFactory.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformConnectionFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.Neural.Freeform.Factory; diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayer.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayer.cs index 072c832e..f1e01e79 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayer.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayer.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayerFactory.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayerFactory.cs index a6d08d2f..f41ea6dd 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayerFactory.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformLayerFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.Neural.Freeform.Factory; diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuron.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuron.cs index 988ce653..6e0ad6d8 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuron.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuron.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuronFactory.cs b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuronFactory.cs index d6b7b058..6091a13a 100644 --- a/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuronFactory.cs +++ b/encog-core-cs/Neural/Freeform/Basic/BasicFreeformNeuronFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.Neural.Freeform.Factory; diff --git a/encog-core-cs/Neural/Freeform/Factory/IFreeformConnectionFactory.cs b/encog-core-cs/Neural/Freeform/Factory/IFreeformConnectionFactory.cs index a0fbb50d..8066aab6 100644 --- a/encog-core-cs/Neural/Freeform/Factory/IFreeformConnectionFactory.cs +++ b/encog-core-cs/Neural/Freeform/Factory/IFreeformConnectionFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.Neural.Freeform.Factory { /// diff --git a/encog-core-cs/Neural/Freeform/Factory/IFreeformLayerFactory.cs b/encog-core-cs/Neural/Freeform/Factory/IFreeformLayerFactory.cs index a3bbdf66..06709d15 100644 --- a/encog-core-cs/Neural/Freeform/Factory/IFreeformLayerFactory.cs +++ b/encog-core-cs/Neural/Freeform/Factory/IFreeformLayerFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.Neural.Freeform.Factory { /// diff --git a/encog-core-cs/Neural/Freeform/Factory/IFreeformNeuronFactory.cs b/encog-core-cs/Neural/Freeform/Factory/IFreeformNeuronFactory.cs index e044352a..6416bbe4 100644 --- a/encog-core-cs/Neural/Freeform/Factory/IFreeformNeuronFactory.cs +++ b/encog-core-cs/Neural/Freeform/Factory/IFreeformNeuronFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.Neural.Freeform.Factory { /// diff --git a/encog-core-cs/Neural/Freeform/Factory/IInputSummationFactory.cs b/encog-core-cs/Neural/Freeform/Factory/IInputSummationFactory.cs index 2cb13e7e..de5866b2 100644 --- a/encog-core-cs/Neural/Freeform/Factory/IInputSummationFactory.cs +++ b/encog-core-cs/Neural/Freeform/Factory/IInputSummationFactory.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.Engine.Network.Activation; namespace Encog.Neural.Freeform.Factory diff --git a/encog-core-cs/Neural/Freeform/FreeformContextNeuron.cs b/encog-core-cs/Neural/Freeform/FreeformContextNeuron.cs index eaca8028..1d6d5a64 100644 --- a/encog-core-cs/Neural/Freeform/FreeformContextNeuron.cs +++ b/encog-core-cs/Neural/Freeform/FreeformContextNeuron.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Text; using Encog.Neural.Freeform.Basic; diff --git a/encog-core-cs/Neural/Freeform/FreeformNetwork.cs b/encog-core-cs/Neural/Freeform/FreeformNetwork.cs index 0985f153..fd267e07 100644 --- a/encog-core-cs/Neural/Freeform/FreeformNetwork.cs +++ b/encog-core-cs/Neural/Freeform/FreeformNetwork.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -791,4 +791,4 @@ public override void UpdateProperties() // not needed } } -} \ No newline at end of file +} diff --git a/encog-core-cs/Neural/Freeform/FreeformNetworkError.cs b/encog-core-cs/Neural/Freeform/FreeformNetworkError.cs index 07fb9376..2bb2efb2 100644 --- a/encog-core-cs/Neural/Freeform/FreeformNetworkError.cs +++ b/encog-core-cs/Neural/Freeform/FreeformNetworkError.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/IFreeformConnection.cs b/encog-core-cs/Neural/Freeform/IFreeformConnection.cs index 8038dd84..9cc14a5e 100644 --- a/encog-core-cs/Neural/Freeform/IFreeformConnection.cs +++ b/encog-core-cs/Neural/Freeform/IFreeformConnection.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/IFreeformLayer.cs b/encog-core-cs/Neural/Freeform/IFreeformLayer.cs index e138008d..29acfeba 100644 --- a/encog-core-cs/Neural/Freeform/IFreeformLayer.cs +++ b/encog-core-cs/Neural/Freeform/IFreeformLayer.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/IFreeformNeuron.cs b/encog-core-cs/Neural/Freeform/IFreeformNeuron.cs index 7a5ad22c..b917b65a 100644 --- a/encog-core-cs/Neural/Freeform/IFreeformNeuron.cs +++ b/encog-core-cs/Neural/Freeform/IFreeformNeuron.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/IInputSummation.cs b/encog-core-cs/Neural/Freeform/IInputSummation.cs index 0a35aba7..22c12c1c 100644 --- a/encog-core-cs/Neural/Freeform/IInputSummation.cs +++ b/encog-core-cs/Neural/Freeform/IInputSummation.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/ITempTrainingData.cs b/encog-core-cs/Neural/Freeform/ITempTrainingData.cs index ebe74d65..d70e09b1 100644 --- a/encog-core-cs/Neural/Freeform/ITempTrainingData.cs +++ b/encog-core-cs/Neural/Freeform/ITempTrainingData.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // diff --git a/encog-core-cs/Neural/Freeform/Training/FreeformBackPropagation.cs b/encog-core-cs/Neural/Freeform/Training/FreeformBackPropagation.cs index d4d89bb8..2b6bc8ba 100644 --- a/encog-core-cs/Neural/Freeform/Training/FreeformBackPropagation.cs +++ b/encog-core-cs/Neural/Freeform/Training/FreeformBackPropagation.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using Encog.ML.Data; using Encog.Neural.Networks.Training.Propagation; diff --git a/encog-core-cs/Neural/Freeform/Training/FreeformPropagationTraining.cs b/encog-core-cs/Neural/Freeform/Training/FreeformPropagationTraining.cs index 39fbefb3..5b666d8c 100644 --- a/encog-core-cs/Neural/Freeform/Training/FreeformPropagationTraining.cs +++ b/encog-core-cs/Neural/Freeform/Training/FreeformPropagationTraining.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.Linq; diff --git a/encog-core-cs/Neural/Freeform/Training/FreeformResilientPropagation.cs b/encog-core-cs/Neural/Freeform/Training/FreeformResilientPropagation.cs index e8371247..e445c3e1 100644 --- a/encog-core-cs/Neural/Freeform/Training/FreeformResilientPropagation.cs +++ b/encog-core-cs/Neural/Freeform/Training/FreeformResilientPropagation.cs @@ -1,4 +1,4 @@ -// +// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // @@ -173,4 +173,4 @@ public override void Resume(TrainingContinuation state) { } } -} \ No newline at end of file +} diff --git a/encog-core-cs/Neural/HyperNEAT/FactorHyperNEATGenome.cs b/encog-core-cs/Neural/HyperNEAT/FactorHyperNEATGenome.cs index 0cb8dc1b..c9a0b0f8 100644 --- a/encog-core-cs/Neural/HyperNEAT/FactorHyperNEATGenome.cs +++ b/encog-core-cs/Neural/HyperNEAT/FactorHyperNEATGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/HyperNEATCODEC.cs b/encog-core-cs/Neural/HyperNEAT/HyperNEATCODEC.cs index c4707d27..cbcba6ef 100644 --- a/encog-core-cs/Neural/HyperNEAT/HyperNEATCODEC.cs +++ b/encog-core-cs/Neural/HyperNEAT/HyperNEATCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/HyperNEATGenome.cs b/encog-core-cs/Neural/HyperNEAT/HyperNEATGenome.cs index fc30ea44..b0a03beb 100644 --- a/encog-core-cs/Neural/HyperNEAT/HyperNEATGenome.cs +++ b/encog-core-cs/Neural/HyperNEAT/HyperNEATGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/Substrate/Substrate.cs b/encog-core-cs/Neural/HyperNEAT/Substrate/Substrate.cs index 74831a2c..eaa659eb 100644 --- a/encog-core-cs/Neural/HyperNEAT/Substrate/Substrate.cs +++ b/encog-core-cs/Neural/HyperNEAT/Substrate/Substrate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateFactory.cs b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateFactory.cs index b4ad3688..4b4054bf 100644 --- a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateFactory.cs +++ b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateLink.cs b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateLink.cs index c17234b4..f513acdb 100644 --- a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateLink.cs +++ b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateLink.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateNode.cs b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateNode.cs index dd8fac3a..18b8f2ef 100644 --- a/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateNode.cs +++ b/encog-core-cs/Neural/HyperNEAT/Substrate/SubstrateNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/FactorNEATGenome.cs b/encog-core-cs/Neural/NEAT/FactorNEATGenome.cs index 31aadc38..353df4fa 100644 --- a/encog-core-cs/Neural/NEAT/FactorNEATGenome.cs +++ b/encog-core-cs/Neural/NEAT/FactorNEATGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/INEATGenomeFactory.cs b/encog-core-cs/Neural/NEAT/INEATGenomeFactory.cs index 41c7f57a..fac8195e 100644 --- a/encog-core-cs/Neural/NEAT/INEATGenomeFactory.cs +++ b/encog-core-cs/Neural/NEAT/INEATGenomeFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Genome; using Encog.Neural.NEAT.Training; diff --git a/encog-core-cs/Neural/NEAT/NEATCODEC.cs b/encog-core-cs/Neural/NEAT/NEATCODEC.cs index c9804d87..d26fe504 100644 --- a/encog-core-cs/Neural/NEAT/NEATCODEC.cs +++ b/encog-core-cs/Neural/NEAT/NEATCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/NEATLink.cs b/encog-core-cs/Neural/NEAT/NEATLink.cs index 14424b09..3a39a04a 100644 --- a/encog-core-cs/Neural/NEAT/NEATLink.cs +++ b/encog-core-cs/Neural/NEAT/NEATLink.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/NEATNetwork.cs b/encog-core-cs/Neural/NEAT/NEATNetwork.cs index 56dbbfce..075163f5 100644 --- a/encog-core-cs/Neural/NEAT/NEATNetwork.cs +++ b/encog-core-cs/Neural/NEAT/NEATNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/NEATNeuronType.cs b/encog-core-cs/Neural/NEAT/NEATNeuronType.cs index c5437181..75425a3c 100644 --- a/encog-core-cs/Neural/NEAT/NEATNeuronType.cs +++ b/encog-core-cs/Neural/NEAT/NEATNeuronType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - namespace Encog.Neural.NEAT { /// diff --git a/encog-core-cs/Neural/NEAT/NEATPopulation.cs b/encog-core-cs/Neural/NEAT/NEATPopulation.cs index 5836ba10..524bfa2c 100644 --- a/encog-core-cs/Neural/NEAT/NEATPopulation.cs +++ b/encog-core-cs/Neural/NEAT/NEATPopulation.cs @@ -2,10 +2,10 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use file except in compliance with the License. +// you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 diff --git a/encog-core-cs/Neural/NEAT/NEATUtil.cs b/encog-core-cs/Neural/NEAT/NEATUtil.cs index 7181668a..e6942bc2 100644 --- a/encog-core-cs/Neural/NEAT/NEATUtil.cs +++ b/encog-core-cs/Neural/NEAT/NEATUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Train; using Encog.Neural.Networks.Training; using Encog.Neural.NEAT.Training.Species; diff --git a/encog-core-cs/Neural/NEAT/PersistNEATPopulation.cs b/encog-core-cs/Neural/NEAT/PersistNEATPopulation.cs index 2bae8561..eeae8f03 100644 --- a/encog-core-cs/Neural/NEAT/PersistNEATPopulation.cs +++ b/encog-core-cs/Neural/NEAT/PersistNEATPopulation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATBaseGene.cs b/encog-core-cs/Neural/NEAT/Training/NEATBaseGene.cs index e3ed1eaa..44f55a9b 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATBaseGene.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATBaseGene.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATGenome.cs b/encog-core-cs/Neural/NEAT/Training/NEATGenome.cs index 5dd6c291..32245702 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATGenome.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATGenome.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATInnovation.cs b/encog-core-cs/Neural/NEAT/Training/NEATInnovation.cs index 94d7e65c..876bc8d1 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATInnovation.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATInnovation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATInnovationList.cs b/encog-core-cs/Neural/NEAT/Training/NEATInnovationList.cs index af0de590..aeaf81c7 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATInnovationList.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATInnovationList.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATLinkGene.cs b/encog-core-cs/Neural/NEAT/Training/NEATLinkGene.cs index 85931a0c..029a0e7d 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATLinkGene.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATLinkGene.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/NEATNeuronGene.cs b/encog-core-cs/Neural/NEAT/Training/NEATNeuronGene.cs index 921d02bb..496a8310 100644 --- a/encog-core-cs/Neural/NEAT/Training/NEATNeuronGene.cs +++ b/encog-core-cs/Neural/NEAT/Training/NEATNeuronGene.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/IMutateLinkWeight.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/IMutateLinkWeight.cs index 2c9a32dd..f1ad3d2f 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/IMutateLinkWeight.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/IMutateLinkWeight.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/ISelectLinks.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/ISelectLinks.cs index d2eaf316..35df0690 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/ISelectLinks.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/ISelectLinks.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutatePerturbLinkWeight.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutatePerturbLinkWeight.cs index 11c063ed..b35b97a4 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutatePerturbLinkWeight.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutatePerturbLinkWeight.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Text; using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutateResetLinkWeight.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutateResetLinkWeight.cs index 4f9d84e3..45fdc1ea 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutateResetLinkWeight.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/MutateResetLinkWeight.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Text; using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectFixed.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectFixed.cs index 772752a4..7da67a7a 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectFixed.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectFixed.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectProportion.cs b/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectProportion.cs index 618a1db7..f4157e08 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectProportion.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/Links/SelectProportion.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.Text; using Encog.ML.EA.Train; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATCrossover.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATCrossover.cs index 6293ba48..b880e09f 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATCrossover.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATCrossover.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using Encog.ML.EA.Opp; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddLink.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddLink.cs index a230d9dc..611b4be7 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddLink.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddLink.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.MathUtil.Randomize; using Encog.ML.EA.Genome; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddNode.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddNode.cs index 318fe6a9..da359b5c 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddNode.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateAddNode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateRemoveLink.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateRemoveLink.cs index e3059fbb..a6cd5831 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateRemoveLink.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateRemoveLink.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Genome; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateWeights.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateWeights.cs index bf9595ed..58a159e1 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateWeights.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutateWeights.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System.Collections.Generic; using System.Text; using Encog.Neural.NEAT.Training.Opp.Links; diff --git a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutation.cs b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutation.cs index ba357576..2afe6d29 100644 --- a/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutation.cs +++ b/encog-core-cs/Neural/NEAT/Training/Opp/NEATMutation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.ML.EA.Opp; using Encog.ML.EA.Train; using Encog.MathUtil.Randomize; diff --git a/encog-core-cs/Neural/NEAT/Training/Species/OriginalNEATSpeciation.cs b/encog-core-cs/Neural/NEAT/Training/Species/OriginalNEATSpeciation.cs index 2dc89a02..f70bf999 100644 --- a/encog-core-cs/Neural/NEAT/Training/Species/OriginalNEATSpeciation.cs +++ b/encog-core-cs/Neural/NEAT/Training/Species/OriginalNEATSpeciation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/BasicNetwork.cs b/encog-core-cs/Neural/Networks/BasicNetwork.cs index 3c02eec7..f54d7064 100644 --- a/encog-core-cs/Neural/Networks/BasicNetwork.cs +++ b/encog-core-cs/Neural/Networks/BasicNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/IContainsFlat.cs b/encog-core-cs/Neural/Networks/IContainsFlat.cs index 7be1bd0f..aa783da4 100644 --- a/encog-core-cs/Neural/Networks/IContainsFlat.cs +++ b/encog-core-cs/Neural/Networks/IContainsFlat.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Layers/BasicLayer.cs b/encog-core-cs/Neural/Networks/Layers/BasicLayer.cs index b8c1d516..70b85a8b 100644 --- a/encog-core-cs/Neural/Networks/Layers/BasicLayer.cs +++ b/encog-core-cs/Neural/Networks/Layers/BasicLayer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Layers/ILayer.cs b/encog-core-cs/Neural/Networks/Layers/ILayer.cs index 08ec4ba2..6431baeb 100644 --- a/encog-core-cs/Neural/Networks/Layers/ILayer.cs +++ b/encog-core-cs/Neural/Networks/Layers/ILayer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/NeuralDataMapping.cs b/encog-core-cs/Neural/Networks/NeuralDataMapping.cs index 810633fd..c6637849 100644 --- a/encog-core-cs/Neural/Networks/NeuralDataMapping.cs +++ b/encog-core-cs/Neural/Networks/NeuralDataMapping.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/PersistBasicNetwork.cs b/encog-core-cs/Neural/Networks/PersistBasicNetwork.cs index b2d9ba29..6093169a 100644 --- a/encog-core-cs/Neural/Networks/PersistBasicNetwork.cs +++ b/encog-core-cs/Neural/Networks/PersistBasicNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Structure/AnalyzeNetwork.cs b/encog-core-cs/Neural/Networks/Structure/AnalyzeNetwork.cs index e1bd107c..2bae75b0 100644 --- a/encog-core-cs/Neural/Networks/Structure/AnalyzeNetwork.cs +++ b/encog-core-cs/Neural/Networks/Structure/AnalyzeNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Structure/NetworkCODEC.cs b/encog-core-cs/Neural/Networks/Structure/NetworkCODEC.cs index d55f8478..a4226f00 100644 --- a/encog-core-cs/Neural/Networks/Structure/NetworkCODEC.cs +++ b/encog-core-cs/Neural/Networks/Structure/NetworkCODEC.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Structure/NeuralStructure.cs b/encog-core-cs/Neural/Networks/Structure/NeuralStructure.cs index 15afc0ef..8383c4bf 100644 --- a/encog-core-cs/Neural/Networks/Structure/NeuralStructure.cs +++ b/encog-core-cs/Neural/Networks/Structure/NeuralStructure.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealing.cs b/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealing.cs index 7fc3b043..5c7c0384 100644 --- a/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealing.cs +++ b/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealing.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealingHelper.cs b/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealingHelper.cs index 815d2c7e..93e92ed6 100644 --- a/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealingHelper.cs +++ b/encog-core-cs/Neural/Networks/Training/Anneal/NeuralSimulatedAnnealingHelper.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Cross/CrossTraining.cs b/encog-core-cs/Neural/Networks/Training/Cross/CrossTraining.cs index 5c4f0f4c..baea29c6 100644 --- a/encog-core-cs/Neural/Networks/Training/Cross/CrossTraining.cs +++ b/encog-core-cs/Neural/Networks/Training/Cross/CrossTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Cross/CrossValidationKFold.cs b/encog-core-cs/Neural/Networks/Training/Cross/CrossValidationKFold.cs index 3fe53784..eb0bbb3e 100644 --- a/encog-core-cs/Neural/Networks/Training/Cross/CrossValidationKFold.cs +++ b/encog-core-cs/Neural/Networks/Training/Cross/CrossValidationKFold.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Cross/NetworkFold.cs b/encog-core-cs/Neural/Networks/Training/Cross/NetworkFold.cs index b978dbdb..d1c70ad9 100644 --- a/encog-core-cs/Neural/Networks/Training/Cross/NetworkFold.cs +++ b/encog-core-cs/Neural/Networks/Training/Cross/NetworkFold.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/IBatchSize.cs b/encog-core-cs/Neural/Networks/Training/IBatchSize.cs index 5377fb44..abf3413f 100644 --- a/encog-core-cs/Neural/Networks/Training/IBatchSize.cs +++ b/encog-core-cs/Neural/Networks/Training/IBatchSize.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/encog-core-cs/Neural/Networks/Training/ICalculateScore.cs b/encog-core-cs/Neural/Networks/Training/ICalculateScore.cs index 3250edc2..efc84968 100644 --- a/encog-core-cs/Neural/Networks/Training/ICalculateScore.cs +++ b/encog-core-cs/Neural/Networks/Training/ICalculateScore.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/ILearningRate.cs b/encog-core-cs/Neural/Networks/Training/ILearningRate.cs index a8db4f06..d557a866 100644 --- a/encog-core-cs/Neural/Networks/Training/ILearningRate.cs +++ b/encog-core-cs/Neural/Networks/Training/ILearningRate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/IMomentum.cs b/encog-core-cs/Neural/Networks/Training/IMomentum.cs index 1487037d..d76f4235 100644 --- a/encog-core-cs/Neural/Networks/Training/IMomentum.cs +++ b/encog-core-cs/Neural/Networks/Training/IMomentum.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/ITrain.cs b/encog-core-cs/Neural/Networks/Training/ITrain.cs index 6ad7afb8..1a395594 100644 --- a/encog-core-cs/Neural/Networks/Training/ITrain.cs +++ b/encog-core-cs/Neural/Networks/Training/ITrain.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/LMA/LevenbergMarquardtTraining.cs b/encog-core-cs/Neural/Networks/Training/LMA/LevenbergMarquardtTraining.cs index 433a518d..1ccf463d 100644 --- a/encog-core-cs/Neural/Networks/Training/LMA/LevenbergMarquardtTraining.cs +++ b/encog-core-cs/Neural/Networks/Training/LMA/LevenbergMarquardtTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using Encog.MathUtil.Error; using Encog.MathUtil.Matrices.Decomposition; using Encog.MathUtil.Matrices.Hessian; @@ -341,4 +340,4 @@ public void UpdateWeights() NetworkCODEC.ArrayToNetwork(w, _network); } } -} \ No newline at end of file +} diff --git a/encog-core-cs/Neural/Networks/Training/NM/NelderMeadTraining.cs b/encog-core-cs/Neural/Networks/Training/NM/NelderMeadTraining.cs index 4a3ac488..7872fda9 100644 --- a/encog-core-cs/Neural/Networks/Training/NM/NelderMeadTraining.cs +++ b/encog-core-cs/Neural/Networks/Training/NM/NelderMeadTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PNN/DeriveMinimum.cs b/encog-core-cs/Neural/Networks/Training/PNN/DeriveMinimum.cs index c3e8a421..19bde2ad 100644 --- a/encog-core-cs/Neural/Networks/Training/PNN/DeriveMinimum.cs +++ b/encog-core-cs/Neural/Networks/Training/PNN/DeriveMinimum.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PNN/GlobalMinimumSearch.cs b/encog-core-cs/Neural/Networks/Training/PNN/GlobalMinimumSearch.cs index ed917982..39f8359e 100644 --- a/encog-core-cs/Neural/Networks/Training/PNN/GlobalMinimumSearch.cs +++ b/encog-core-cs/Neural/Networks/Training/PNN/GlobalMinimumSearch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PNN/ICalculationCriteria.cs b/encog-core-cs/Neural/Networks/Training/PNN/ICalculationCriteria.cs index 5488345b..638f57d8 100644 --- a/encog-core-cs/Neural/Networks/Training/PNN/ICalculationCriteria.cs +++ b/encog-core-cs/Neural/Networks/Training/PNN/ICalculationCriteria.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PNN/TrainBasicPNN.cs b/encog-core-cs/Neural/Networks/Training/PNN/TrainBasicPNN.cs index 73e8fa0d..5b3bceeb 100644 --- a/encog-core-cs/Neural/Networks/Training/PNN/TrainBasicPNN.cs +++ b/encog-core-cs/Neural/Networks/Training/PNN/TrainBasicPNN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSO.cs b/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSO.cs index 7b4cbea2..4dabb8b7 100644 --- a/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSO.cs +++ b/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSO.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSOWorker.cs b/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSOWorker.cs index b7224bf9..525baaef 100644 --- a/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSOWorker.cs +++ b/encog-core-cs/Neural/Networks/Training/PSO/NeuralPSOWorker.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Back/Backpropagation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Back/Backpropagation.cs index da40e115..db51299d 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Back/Backpropagation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Back/Backpropagation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/GradientWorker.cs b/encog-core-cs/Neural/Networks/Training/Propagation/GradientWorker.cs index 54e68879..5c5bc455 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/GradientWorker.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/GradientWorker.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Manhattan/ManhattanPropagation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Manhattan/ManhattanPropagation.cs index 34f3a101..e0cc5bf7 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Manhattan/ManhattanPropagation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Manhattan/ManhattanPropagation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/PersistTrainingContinuation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/PersistTrainingContinuation.cs index b8cef05a..2b9ab9e7 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/PersistTrainingContinuation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/PersistTrainingContinuation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Propagation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Propagation.cs index a7749489..38a9bcd3 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Propagation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Propagation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Quick/QuickPropagation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Quick/QuickPropagation.cs index 3e98faa2..70881e53 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Quick/QuickPropagation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Quick/QuickPropagation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPConst.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPConst.cs index 7384a19b..d5a59a76 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPConst.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPType.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPType.cs index 9347fa00..da7358d7 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPType.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/RPROPType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/ResilientPropagation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/ResilientPropagation.cs index 33f1b509..d777bcd4 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/ResilientPropagation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/Resilient/ResilientPropagation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/SCG/ScaledConjugateGradient.cs b/encog-core-cs/Neural/Networks/Training/Propagation/SCG/ScaledConjugateGradient.cs index a4c3ee1b..f4200088 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/SCG/ScaledConjugateGradient.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/SCG/ScaledConjugateGradient.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Propagation/TrainingContinuation.cs b/encog-core-cs/Neural/Networks/Training/Propagation/TrainingContinuation.cs index 791499b0..a54c58d9 100644 --- a/encog-core-cs/Neural/Networks/Training/Propagation/TrainingContinuation.cs +++ b/encog-core-cs/Neural/Networks/Training/Propagation/TrainingContinuation.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Simple/TrainAdaline.cs b/encog-core-cs/Neural/Networks/Training/Simple/TrainAdaline.cs index 08292cb4..b5d6c430 100644 --- a/encog-core-cs/Neural/Networks/Training/Simple/TrainAdaline.cs +++ b/encog-core-cs/Neural/Networks/Training/Simple/TrainAdaline.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Strategy/SmartLearningRate.cs b/encog-core-cs/Neural/Networks/Training/Strategy/SmartLearningRate.cs index 0f828d77..7bdeba11 100644 --- a/encog-core-cs/Neural/Networks/Training/Strategy/SmartLearningRate.cs +++ b/encog-core-cs/Neural/Networks/Training/Strategy/SmartLearningRate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/Strategy/SmartMomentum.cs b/encog-core-cs/Neural/Networks/Training/Strategy/SmartMomentum.cs index c7347c83..f3242ad5 100644 --- a/encog-core-cs/Neural/Networks/Training/Strategy/SmartMomentum.cs +++ b/encog-core-cs/Neural/Networks/Training/Strategy/SmartMomentum.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/TrainingError.cs b/encog-core-cs/Neural/Networks/Training/TrainingError.cs index ff239edf..72814148 100644 --- a/encog-core-cs/Neural/Networks/Training/TrainingError.cs +++ b/encog-core-cs/Neural/Networks/Training/TrainingError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Networks/Training/TrainingSetScore.cs b/encog-core-cs/Neural/Networks/Training/TrainingSetScore.cs index 0c036190..cc95b174 100644 --- a/encog-core-cs/Neural/Networks/Training/TrainingSetScore.cs +++ b/encog-core-cs/Neural/Networks/Training/TrainingSetScore.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NeuralData/INeuralData.cs b/encog-core-cs/Neural/NeuralData/INeuralData.cs index 21c00a4c..cc322b66 100644 --- a/encog-core-cs/Neural/NeuralData/INeuralData.cs +++ b/encog-core-cs/Neural/NeuralData/INeuralData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NeuralData/INeuralDataPair.cs b/encog-core-cs/Neural/NeuralData/INeuralDataPair.cs index e22e00f0..bf46338c 100644 --- a/encog-core-cs/Neural/NeuralData/INeuralDataPair.cs +++ b/encog-core-cs/Neural/NeuralData/INeuralDataPair.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NeuralData/INeuralDataSet.cs b/encog-core-cs/Neural/NeuralData/INeuralDataSet.cs index 0cad64f8..d87f8dbe 100644 --- a/encog-core-cs/Neural/NeuralData/INeuralDataSet.cs +++ b/encog-core-cs/Neural/NeuralData/INeuralDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/NeuralNetworkError.cs b/encog-core-cs/Neural/NeuralNetworkError.cs index 50bb6f27..bf1ee878 100644 --- a/encog-core-cs/Neural/NeuralNetworkError.cs +++ b/encog-core-cs/Neural/NeuralNetworkError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/PNN/AbstractPNN.cs b/encog-core-cs/Neural/PNN/AbstractPNN.cs index b2aaa82d..0e132b33 100644 --- a/encog-core-cs/Neural/PNN/AbstractPNN.cs +++ b/encog-core-cs/Neural/PNN/AbstractPNN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/PNN/BasicPNN.cs b/encog-core-cs/Neural/PNN/BasicPNN.cs index 3275f92e..58abf7a9 100644 --- a/encog-core-cs/Neural/PNN/BasicPNN.cs +++ b/encog-core-cs/Neural/PNN/BasicPNN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/PNN/PNNKernelType.cs b/encog-core-cs/Neural/PNN/PNNKernelType.cs index 6db8a573..183c2be2 100644 --- a/encog-core-cs/Neural/PNN/PNNKernelType.cs +++ b/encog-core-cs/Neural/PNN/PNNKernelType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/PNN/PNNOutputMode.cs b/encog-core-cs/Neural/PNN/PNNOutputMode.cs index de84fca5..f6d93b1d 100644 --- a/encog-core-cs/Neural/PNN/PNNOutputMode.cs +++ b/encog-core-cs/Neural/PNN/PNNOutputMode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/PNN/PersistBasicPNN.cs b/encog-core-cs/Neural/PNN/PersistBasicPNN.cs index 2bdaa9fb..afb72bbb 100644 --- a/encog-core-cs/Neural/PNN/PersistBasicPNN.cs +++ b/encog-core-cs/Neural/PNN/PersistBasicPNN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/ADALINEPattern.cs b/encog-core-cs/Neural/Pattern/ADALINEPattern.cs index 661c0b85..f02f3aa4 100644 --- a/encog-core-cs/Neural/Pattern/ADALINEPattern.cs +++ b/encog-core-cs/Neural/Pattern/ADALINEPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/ART1Pattern.cs b/encog-core-cs/Neural/Pattern/ART1Pattern.cs index 66ebac07..dfb592b0 100644 --- a/encog-core-cs/Neural/Pattern/ART1Pattern.cs +++ b/encog-core-cs/Neural/Pattern/ART1Pattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/BAMPattern.cs b/encog-core-cs/Neural/Pattern/BAMPattern.cs index 8326635f..ed33e834 100644 --- a/encog-core-cs/Neural/Pattern/BAMPattern.cs +++ b/encog-core-cs/Neural/Pattern/BAMPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/BoltzmannPattern.cs b/encog-core-cs/Neural/Pattern/BoltzmannPattern.cs index d14fb5eb..7c3a4082 100644 --- a/encog-core-cs/Neural/Pattern/BoltzmannPattern.cs +++ b/encog-core-cs/Neural/Pattern/BoltzmannPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/CPNPattern.cs b/encog-core-cs/Neural/Pattern/CPNPattern.cs index eaf7fe57..c3eef345 100644 --- a/encog-core-cs/Neural/Pattern/CPNPattern.cs +++ b/encog-core-cs/Neural/Pattern/CPNPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/ElmanPattern.cs b/encog-core-cs/Neural/Pattern/ElmanPattern.cs index 2c8cc963..d72af6df 100644 --- a/encog-core-cs/Neural/Pattern/ElmanPattern.cs +++ b/encog-core-cs/Neural/Pattern/ElmanPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/FeedForwardPattern.cs b/encog-core-cs/Neural/Pattern/FeedForwardPattern.cs index 483a2f4b..52b831a1 100644 --- a/encog-core-cs/Neural/Pattern/FeedForwardPattern.cs +++ b/encog-core-cs/Neural/Pattern/FeedForwardPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/HopfieldPattern.cs b/encog-core-cs/Neural/Pattern/HopfieldPattern.cs index fdd60252..5f845455 100644 --- a/encog-core-cs/Neural/Pattern/HopfieldPattern.cs +++ b/encog-core-cs/Neural/Pattern/HopfieldPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/INeuralNetworkPattern.cs b/encog-core-cs/Neural/Pattern/INeuralNetworkPattern.cs index f6b9ddef..acef7ebf 100644 --- a/encog-core-cs/Neural/Pattern/INeuralNetworkPattern.cs +++ b/encog-core-cs/Neural/Pattern/INeuralNetworkPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/JordanPattern.cs b/encog-core-cs/Neural/Pattern/JordanPattern.cs index fd49757a..33578cce 100644 --- a/encog-core-cs/Neural/Pattern/JordanPattern.cs +++ b/encog-core-cs/Neural/Pattern/JordanPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/PNNPattern.cs b/encog-core-cs/Neural/Pattern/PNNPattern.cs index 54e93947..7fc1be80 100644 --- a/encog-core-cs/Neural/Pattern/PNNPattern.cs +++ b/encog-core-cs/Neural/Pattern/PNNPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/PatternError.cs b/encog-core-cs/Neural/Pattern/PatternError.cs index 287e4eb8..7b6d66b3 100644 --- a/encog-core-cs/Neural/Pattern/PatternError.cs +++ b/encog-core-cs/Neural/Pattern/PatternError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/RadialBasisPattern.cs b/encog-core-cs/Neural/Pattern/RadialBasisPattern.cs index 8518112c..f6630c11 100644 --- a/encog-core-cs/Neural/Pattern/RadialBasisPattern.cs +++ b/encog-core-cs/Neural/Pattern/RadialBasisPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/SOMPattern.cs b/encog-core-cs/Neural/Pattern/SOMPattern.cs index bcb10ff8..b67dd841 100644 --- a/encog-core-cs/Neural/Pattern/SOMPattern.cs +++ b/encog-core-cs/Neural/Pattern/SOMPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Pattern/SVMPattern.cs b/encog-core-cs/Neural/Pattern/SVMPattern.cs index 3129d4f1..aa9fbd03 100644 --- a/encog-core-cs/Neural/Pattern/SVMPattern.cs +++ b/encog-core-cs/Neural/Pattern/SVMPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Prune/HiddenLayerParams.cs b/encog-core-cs/Neural/Prune/HiddenLayerParams.cs index a67c076b..b0593ccb 100644 --- a/encog-core-cs/Neural/Prune/HiddenLayerParams.cs +++ b/encog-core-cs/Neural/Prune/HiddenLayerParams.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Prune/NetworkPattern.cs b/encog-core-cs/Neural/Prune/NetworkPattern.cs index da8a8a2f..ef56ce8c 100644 --- a/encog-core-cs/Neural/Prune/NetworkPattern.cs +++ b/encog-core-cs/Neural/Prune/NetworkPattern.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Prune/PruneIncremental.cs b/encog-core-cs/Neural/Prune/PruneIncremental.cs index 728cd99b..c15ccb0c 100644 --- a/encog-core-cs/Neural/Prune/PruneIncremental.cs +++ b/encog-core-cs/Neural/Prune/PruneIncremental.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Prune/PruneSelective.cs b/encog-core-cs/Neural/Prune/PruneSelective.cs index 8c6019ae..57d67e4f 100644 --- a/encog-core-cs/Neural/Prune/PruneSelective.cs +++ b/encog-core-cs/Neural/Prune/PruneSelective.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/RBF/PersistRBFNetwork.cs b/encog-core-cs/Neural/RBF/PersistRBFNetwork.cs index 28d3166c..e9f8c856 100644 --- a/encog-core-cs/Neural/RBF/PersistRBFNetwork.cs +++ b/encog-core-cs/Neural/RBF/PersistRBFNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/RBF/RBFNetwork.cs b/encog-core-cs/Neural/RBF/RBFNetwork.cs index 174c826f..a81ed71e 100644 --- a/encog-core-cs/Neural/RBF/RBFNetwork.cs +++ b/encog-core-cs/Neural/RBF/RBFNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/RBF/Training/SVD.cs b/encog-core-cs/Neural/RBF/Training/SVD.cs index 9b96cbcc..6fe5f6cc 100644 --- a/encog-core-cs/Neural/RBF/Training/SVD.cs +++ b/encog-core-cs/Neural/RBF/Training/SVD.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/RBF/Training/SVDTraining.cs b/encog-core-cs/Neural/RBF/Training/SVDTraining.cs index 3f816841..af868e89 100644 --- a/encog-core-cs/Neural/RBF/Training/SVDTraining.cs +++ b/encog-core-cs/Neural/RBF/Training/SVDTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/PersistSOM.cs b/encog-core-cs/Neural/SOM/PersistSOM.cs index 4a35350d..d1cdd76c 100644 --- a/encog-core-cs/Neural/SOM/PersistSOM.cs +++ b/encog-core-cs/Neural/SOM/PersistSOM.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/SOMNetwork.cs b/encog-core-cs/Neural/SOM/SOMNetwork.cs index 68723fcd..ed8a48e7 100644 --- a/encog-core-cs/Neural/SOM/SOMNetwork.cs +++ b/encog-core-cs/Neural/SOM/SOMNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/ClusterCopy/SOMClusterCopyTraining.cs b/encog-core-cs/Neural/SOM/Training/ClusterCopy/SOMClusterCopyTraining.cs index ee001be5..87862ce8 100644 --- a/encog-core-cs/Neural/SOM/Training/ClusterCopy/SOMClusterCopyTraining.cs +++ b/encog-core-cs/Neural/SOM/Training/ClusterCopy/SOMClusterCopyTraining.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/BasicTrainSOM.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/BasicTrainSOM.cs index 8489eb36..48893fe2 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/BasicTrainSOM.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/BasicTrainSOM.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/BestMatchingUnit.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/BestMatchingUnit.cs index 1426ffff..3c508a09 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/BestMatchingUnit.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/BestMatchingUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/INeighborhoodFunction.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/INeighborhoodFunction.cs index 357b7216..d12c7d48 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/INeighborhoodFunction.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/INeighborhoodFunction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodBubble.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodBubble.cs index cfe27868..d4bf1180 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodBubble.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodBubble.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF.cs index 5ddc7471..b511d222 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF1D.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF1D.cs index d9c33ec9..524d6e87 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF1D.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodRBF1D.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodSingle.cs b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodSingle.cs index c05ca174..b6eeaa58 100644 --- a/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodSingle.cs +++ b/encog-core-cs/Neural/SOM/Training/Neighborhood/NeighborhoodSingle.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Thermal/BoltzmannMachine.cs b/encog-core-cs/Neural/Thermal/BoltzmannMachine.cs index 504ebe42..c93fb642 100644 --- a/encog-core-cs/Neural/Thermal/BoltzmannMachine.cs +++ b/encog-core-cs/Neural/Thermal/BoltzmannMachine.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Thermal/HopfieldNetwork.cs b/encog-core-cs/Neural/Thermal/HopfieldNetwork.cs index e718c220..b9a38a2a 100644 --- a/encog-core-cs/Neural/Thermal/HopfieldNetwork.cs +++ b/encog-core-cs/Neural/Thermal/HopfieldNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Thermal/PersistBoltzmann.cs b/encog-core-cs/Neural/Thermal/PersistBoltzmann.cs index ffad42a7..a5f76852 100644 --- a/encog-core-cs/Neural/Thermal/PersistBoltzmann.cs +++ b/encog-core-cs/Neural/Thermal/PersistBoltzmann.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Thermal/PersistHopfield.cs b/encog-core-cs/Neural/Thermal/PersistHopfield.cs index 6d5b7234..19361d72 100644 --- a/encog-core-cs/Neural/Thermal/PersistHopfield.cs +++ b/encog-core-cs/Neural/Thermal/PersistHopfield.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Neural/Thermal/ThermalNetwork.cs b/encog-core-cs/Neural/Thermal/ThermalNetwork.cs index 9106ea89..f4448e6c 100644 --- a/encog-core-cs/Neural/Thermal/ThermalNetwork.cs +++ b/encog-core-cs/Neural/Thermal/ThermalNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/NullStatusReportable.cs b/encog-core-cs/NullStatusReportable.cs index 2d0fde32..db8d571d 100644 --- a/encog-core-cs/NullStatusReportable.cs +++ b/encog-core-cs/NullStatusReportable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/Common/ParseCommonExpression.cs b/encog-core-cs/Parse/Expression/Common/ParseCommonExpression.cs index ffb4db81..79aff631 100644 --- a/encog-core-cs/Parse/Expression/Common/ParseCommonExpression.cs +++ b/encog-core-cs/Parse/Expression/Common/ParseCommonExpression.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/Common/RenderCommonExpression.cs b/encog-core-cs/Parse/Expression/Common/RenderCommonExpression.cs index e8ddd831..033c0603 100644 --- a/encog-core-cs/Parse/Expression/Common/RenderCommonExpression.cs +++ b/encog-core-cs/Parse/Expression/Common/RenderCommonExpression.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/CommonRender.cs b/encog-core-cs/Parse/Expression/CommonRender.cs index 1f999433..de80397d 100644 --- a/encog-core-cs/Parse/Expression/CommonRender.cs +++ b/encog-core-cs/Parse/Expression/CommonRender.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/EPL/ParseEPL.cs b/encog-core-cs/Parse/Expression/EPL/ParseEPL.cs index 7557d351..d947821e 100644 --- a/encog-core-cs/Parse/Expression/EPL/ParseEPL.cs +++ b/encog-core-cs/Parse/Expression/EPL/ParseEPL.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/EPL/RenderEPL.cs b/encog-core-cs/Parse/Expression/EPL/RenderEPL.cs index 1d3c3ad7..3a161324 100644 --- a/encog-core-cs/Parse/Expression/EPL/RenderEPL.cs +++ b/encog-core-cs/Parse/Expression/EPL/RenderEPL.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/ExpressionNodeType.cs b/encog-core-cs/Parse/Expression/ExpressionNodeType.cs index 5e20e582..9cf48ee6 100644 --- a/encog-core-cs/Parse/Expression/ExpressionNodeType.cs +++ b/encog-core-cs/Parse/Expression/ExpressionNodeType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/Latex/RenderLatexExpression.cs b/encog-core-cs/Parse/Expression/Latex/RenderLatexExpression.cs index a8770055..20d08ead 100644 --- a/encog-core-cs/Parse/Expression/Latex/RenderLatexExpression.cs +++ b/encog-core-cs/Parse/Expression/Latex/RenderLatexExpression.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Expression/RPN/RenderRPN.cs b/encog-core-cs/Parse/Expression/RPN/RenderRPN.cs index 9eb5d52f..27f2e720 100644 --- a/encog-core-cs/Parse/Expression/RPN/RenderRPN.cs +++ b/encog-core-cs/Parse/Expression/RPN/RenderRPN.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/ParseError.cs b/encog-core-cs/Parse/ParseError.cs index e446fa49..e2b07a36 100644 --- a/encog-core-cs/Parse/ParseError.cs +++ b/encog-core-cs/Parse/ParseError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/PeekableInputStream.cs b/encog-core-cs/Parse/PeekableInputStream.cs index 1db67efc..6db523c6 100644 --- a/encog-core-cs/Parse/PeekableInputStream.cs +++ b/encog-core-cs/Parse/PeekableInputStream.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Read/ReadHTML.cs b/encog-core-cs/Parse/Tags/Read/ReadHTML.cs index d761ff0e..138bdc1e 100644 --- a/encog-core-cs/Parse/Tags/Read/ReadHTML.cs +++ b/encog-core-cs/Parse/Tags/Read/ReadHTML.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Read/ReadTags.cs b/encog-core-cs/Parse/Tags/Read/ReadTags.cs index 595eeb8e..52b331d8 100644 --- a/encog-core-cs/Parse/Tags/Read/ReadTags.cs +++ b/encog-core-cs/Parse/Tags/Read/ReadTags.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Read/ReadXML.cs b/encog-core-cs/Parse/Tags/Read/ReadXML.cs index 14191761..2d87088e 100644 --- a/encog-core-cs/Parse/Tags/Read/ReadXML.cs +++ b/encog-core-cs/Parse/Tags/Read/ReadXML.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Tag.cs b/encog-core-cs/Parse/Tags/Tag.cs index 05a2af40..bda7f27e 100644 --- a/encog-core-cs/Parse/Tags/Tag.cs +++ b/encog-core-cs/Parse/Tags/Tag.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/TagConst.cs b/encog-core-cs/Parse/Tags/TagConst.cs index 00f1ad30..20c885af 100644 --- a/encog-core-cs/Parse/Tags/TagConst.cs +++ b/encog-core-cs/Parse/Tags/TagConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Write/WriteTags.cs b/encog-core-cs/Parse/Tags/Write/WriteTags.cs index 3d88c4fb..b63022d6 100644 --- a/encog-core-cs/Parse/Tags/Write/WriteTags.cs +++ b/encog-core-cs/Parse/Tags/Write/WriteTags.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Parse/Tags/Write/WriteXML.cs b/encog-core-cs/Parse/Tags/Write/WriteXML.cs index fc8e0136..90c73e59 100644 --- a/encog-core-cs/Parse/Tags/Write/WriteXML.cs +++ b/encog-core-cs/Parse/Tags/Write/WriteXML.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/EncogDirectoryPersistence.cs b/encog-core-cs/Persist/EncogDirectoryPersistence.cs index d67b519f..4e193b64 100644 --- a/encog-core-cs/Persist/EncogDirectoryPersistence.cs +++ b/encog-core-cs/Persist/EncogDirectoryPersistence.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/EncogFileSection.cs b/encog-core-cs/Persist/EncogFileSection.cs index 90cc249f..d3de4ad8 100644 --- a/encog-core-cs/Persist/EncogFileSection.cs +++ b/encog-core-cs/Persist/EncogFileSection.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/EncogReadHelper.cs b/encog-core-cs/Persist/EncogReadHelper.cs index 620b6e86..92b5229e 100644 --- a/encog-core-cs/Persist/EncogReadHelper.cs +++ b/encog-core-cs/Persist/EncogReadHelper.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/EncogWriteHelper.cs b/encog-core-cs/Persist/EncogWriteHelper.cs index ced9d3f2..0695a4e5 100644 --- a/encog-core-cs/Persist/EncogWriteHelper.cs +++ b/encog-core-cs/Persist/EncogWriteHelper.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/IEncogPersistor.cs b/encog-core-cs/Persist/IEncogPersistor.cs index 3d957324..5abc1f62 100644 --- a/encog-core-cs/Persist/IEncogPersistor.cs +++ b/encog-core-cs/Persist/IEncogPersistor.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/PersistConst.cs b/encog-core-cs/Persist/PersistConst.cs index b0c68807..faa68339 100644 --- a/encog-core-cs/Persist/PersistConst.cs +++ b/encog-core-cs/Persist/PersistConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/PersistError.cs b/encog-core-cs/Persist/PersistError.cs index 7a704aec..a5672671 100644 --- a/encog-core-cs/Persist/PersistError.cs +++ b/encog-core-cs/Persist/PersistError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Persist/PersistorRegistry.cs b/encog-core-cs/Persist/PersistorRegistry.cs index 1174c039..f43f0e23 100644 --- a/encog-core-cs/Persist/PersistorRegistry.cs +++ b/encog-core-cs/Persist/PersistorRegistry.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/EncogPluginBase.cs b/encog-core-cs/Plugin/EncogPluginBase.cs index 1dd96b5c..281d4b7c 100644 --- a/encog-core-cs/Plugin/EncogPluginBase.cs +++ b/encog-core-cs/Plugin/EncogPluginBase.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/EncogPluginBaseConst.cs b/encog-core-cs/Plugin/EncogPluginBaseConst.cs index bbbee217..fb2cc471 100644 --- a/encog-core-cs/Plugin/EncogPluginBaseConst.cs +++ b/encog-core-cs/Plugin/EncogPluginBaseConst.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/IEncogPluginLogging1.cs b/encog-core-cs/Plugin/IEncogPluginLogging1.cs index 6ed27042..5e40ac74 100644 --- a/encog-core-cs/Plugin/IEncogPluginLogging1.cs +++ b/encog-core-cs/Plugin/IEncogPluginLogging1.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/IEncogPluginService1.cs b/encog-core-cs/Plugin/IEncogPluginService1.cs index 255f3cee..00965a72 100644 --- a/encog-core-cs/Plugin/IEncogPluginService1.cs +++ b/encog-core-cs/Plugin/IEncogPluginService1.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/SystemPlugin/SystemActivationPlugin.cs b/encog-core-cs/Plugin/SystemPlugin/SystemActivationPlugin.cs index 599fabb7..406581c4 100644 --- a/encog-core-cs/Plugin/SystemPlugin/SystemActivationPlugin.cs +++ b/encog-core-cs/Plugin/SystemPlugin/SystemActivationPlugin.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/SystemPlugin/SystemLoggingPlugin.cs b/encog-core-cs/Plugin/SystemPlugin/SystemLoggingPlugin.cs index 666312a4..38a9f888 100644 --- a/encog-core-cs/Plugin/SystemPlugin/SystemLoggingPlugin.cs +++ b/encog-core-cs/Plugin/SystemPlugin/SystemLoggingPlugin.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/SystemPlugin/SystemMethodsPlugin.cs b/encog-core-cs/Plugin/SystemPlugin/SystemMethodsPlugin.cs index 51f3f515..1b672122 100644 --- a/encog-core-cs/Plugin/SystemPlugin/SystemMethodsPlugin.cs +++ b/encog-core-cs/Plugin/SystemPlugin/SystemMethodsPlugin.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Plugin/SystemPlugin/SystemTrainingPlugin.cs b/encog-core-cs/Plugin/SystemPlugin/SystemTrainingPlugin.cs index bec1c041..aa34024c 100644 --- a/encog-core-cs/Plugin/SystemPlugin/SystemTrainingPlugin.cs +++ b/encog-core-cs/Plugin/SystemPlugin/SystemTrainingPlugin.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Properties/AssemblyInfo.cs b/encog-core-cs/Properties/AssemblyInfo.cs index 96e3805a..1a5776db 100644 --- a/encog-core-cs/Properties/AssemblyInfo.cs +++ b/encog-core-cs/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Resources/ninja.cs b/encog-core-cs/Resources/ninja.cs index 41ae3661..31e41a0c 100644 --- a/encog-core-cs/Resources/ninja.cs +++ b/encog-core-cs/Resources/ninja.cs @@ -1,3 +1,25 @@ +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// #region Using declarations using System; using System.ComponentModel; diff --git a/encog-core-cs/StatusReportable.cs b/encog-core-cs/StatusReportable.cs index 8b2f364e..af8e4880 100644 --- a/encog-core-cs/StatusReportable.cs +++ b/encog-core-cs/StatusReportable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/ClassItem.cs b/encog-core-cs/Util/Arrayutil/ClassItem.cs index a20c2f2b..ed5c4db4 100644 --- a/encog-core-cs/Util/Arrayutil/ClassItem.cs +++ b/encog-core-cs/Util/Arrayutil/ClassItem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/CompareArray.cs b/encog-core-cs/Util/Arrayutil/CompareArray.cs index 669ff6fc..9548ffb1 100644 --- a/encog-core-cs/Util/Arrayutil/CompareArray.cs +++ b/encog-core-cs/Util/Arrayutil/CompareArray.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/NormalizationAction.cs b/encog-core-cs/Util/Arrayutil/NormalizationAction.cs index 6953e764..c9c6a66e 100644 --- a/encog-core-cs/Util/Arrayutil/NormalizationAction.cs +++ b/encog-core-cs/Util/Arrayutil/NormalizationAction.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/NormalizationActionExtension.cs b/encog-core-cs/Util/Arrayutil/NormalizationActionExtension.cs index 7605948f..fd73aaf5 100644 --- a/encog-core-cs/Util/Arrayutil/NormalizationActionExtension.cs +++ b/encog-core-cs/Util/Arrayutil/NormalizationActionExtension.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/NormalizeArray.cs b/encog-core-cs/Util/Arrayutil/NormalizeArray.cs index a50fae9e..0e31ea10 100644 --- a/encog-core-cs/Util/Arrayutil/NormalizeArray.cs +++ b/encog-core-cs/Util/Arrayutil/NormalizeArray.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/NormalizedField.cs b/encog-core-cs/Util/Arrayutil/NormalizedField.cs index f01c4f6f..9a453df5 100644 --- a/encog-core-cs/Util/Arrayutil/NormalizedField.cs +++ b/encog-core-cs/Util/Arrayutil/NormalizedField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/TemporalType.cs b/encog-core-cs/Util/Arrayutil/TemporalType.cs index af427290..c73ebcad 100644 --- a/encog-core-cs/Util/Arrayutil/TemporalType.cs +++ b/encog-core-cs/Util/Arrayutil/TemporalType.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/TemporalWindowArray.cs b/encog-core-cs/Util/Arrayutil/TemporalWindowArray.cs index b907fa9b..b5378f2c 100644 --- a/encog-core-cs/Util/Arrayutil/TemporalWindowArray.cs +++ b/encog-core-cs/Util/Arrayutil/TemporalWindowArray.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/TemporalWindowField.cs b/encog-core-cs/Util/Arrayutil/TemporalWindowField.cs index d907ad67..e68325de 100644 --- a/encog-core-cs/Util/Arrayutil/TemporalWindowField.cs +++ b/encog-core-cs/Util/Arrayutil/TemporalWindowField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Arrayutil/WindowDouble.cs b/encog-core-cs/Util/Arrayutil/WindowDouble.cs index 918fb0f9..804e689f 100644 --- a/encog-core-cs/Util/Arrayutil/WindowDouble.cs +++ b/encog-core-cs/Util/Arrayutil/WindowDouble.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Banchmark/EncoderTrainingFactory.cs b/encog-core-cs/Util/Banchmark/EncoderTrainingFactory.cs index 18a5ab71..a411ff3f 100644 --- a/encog-core-cs/Util/Banchmark/EncoderTrainingFactory.cs +++ b/encog-core-cs/Util/Banchmark/EncoderTrainingFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Banchmark/EncogBenchmark.cs b/encog-core-cs/Util/Banchmark/EncogBenchmark.cs index 5798f3c3..fc0d024a 100644 --- a/encog-core-cs/Util/Banchmark/EncogBenchmark.cs +++ b/encog-core-cs/Util/Banchmark/EncogBenchmark.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Banchmark/Evaluate.cs b/encog-core-cs/Util/Banchmark/Evaluate.cs index 38dc784e..fdb88374 100644 --- a/encog-core-cs/Util/Banchmark/Evaluate.cs +++ b/encog-core-cs/Util/Banchmark/Evaluate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Banchmark/RandomTrainingFactory.cs b/encog-core-cs/Util/Banchmark/RandomTrainingFactory.cs index 996c68b3..f8e9a575 100644 --- a/encog-core-cs/Util/Banchmark/RandomTrainingFactory.cs +++ b/encog-core-cs/Util/Banchmark/RandomTrainingFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/CSV/CSVError.cs b/encog-core-cs/Util/CSV/CSVError.cs index 6c8aa677..d6e00411 100644 --- a/encog-core-cs/Util/CSV/CSVError.cs +++ b/encog-core-cs/Util/CSV/CSVError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/CSV/CSVFormat.cs b/encog-core-cs/Util/CSV/CSVFormat.cs index a812a4df..cfbebed1 100644 --- a/encog-core-cs/Util/CSV/CSVFormat.cs +++ b/encog-core-cs/Util/CSV/CSVFormat.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/CSV/NumberList.cs b/encog-core-cs/Util/CSV/NumberList.cs index 83851ad1..2daf5248 100644 --- a/encog-core-cs/Util/CSV/NumberList.cs +++ b/encog-core-cs/Util/CSV/NumberList.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/CSV/ParseCSVLine.cs b/encog-core-cs/Util/CSV/ParseCSVLine.cs index 298dc55d..108caebc 100644 --- a/encog-core-cs/Util/CSV/ParseCSVLine.cs +++ b/encog-core-cs/Util/CSV/ParseCSVLine.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/CSV/ReadCSV.cs b/encog-core-cs/Util/CSV/ReadCSV.cs index f1976dfe..b9171589 100644 --- a/encog-core-cs/Util/CSV/ReadCSV.cs +++ b/encog-core-cs/Util/CSV/ReadCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/DetermineWorkload.cs b/encog-core-cs/Util/Concurrency/DetermineWorkload.cs index 94ba1449..f7c9510f 100644 --- a/encog-core-cs/Util/Concurrency/DetermineWorkload.cs +++ b/encog-core-cs/Util/Concurrency/DetermineWorkload.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/IMultiThreadable.cs b/encog-core-cs/Util/Concurrency/IMultiThreadable.cs index 9d098f43..2166336f 100644 --- a/encog-core-cs/Util/Concurrency/IMultiThreadable.cs +++ b/encog-core-cs/Util/Concurrency/IMultiThreadable.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/Job/ConcurrentJob.cs b/encog-core-cs/Util/Concurrency/Job/ConcurrentJob.cs index 27856ef0..fc2e8839 100644 --- a/encog-core-cs/Util/Concurrency/Job/ConcurrentJob.cs +++ b/encog-core-cs/Util/Concurrency/Job/ConcurrentJob.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/Job/JobUnitContext.cs b/encog-core-cs/Util/Concurrency/Job/JobUnitContext.cs index cde2e2db..12037469 100644 --- a/encog-core-cs/Util/Concurrency/Job/JobUnitContext.cs +++ b/encog-core-cs/Util/Concurrency/Job/JobUnitContext.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/Job/JobUnitWorker.cs b/encog-core-cs/Util/Concurrency/Job/JobUnitWorker.cs index 347bbc00..16e0b96c 100644 --- a/encog-core-cs/Util/Concurrency/Job/JobUnitWorker.cs +++ b/encog-core-cs/Util/Concurrency/Job/JobUnitWorker.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Concurrency/TaskGroup.cs b/encog-core-cs/Util/Concurrency/TaskGroup.cs index de4ac57b..7faf0ef0 100644 --- a/encog-core-cs/Util/Concurrency/TaskGroup.cs +++ b/encog-core-cs/Util/Concurrency/TaskGroup.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Data/GenerationUtil.cs b/encog-core-cs/Util/Data/GenerationUtil.cs index 289c32a9..13aa8f22 100644 --- a/encog-core-cs/Util/Data/GenerationUtil.cs +++ b/encog-core-cs/Util/Data/GenerationUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/DirectoryUtil.cs b/encog-core-cs/Util/DirectoryUtil.cs index 30fb42f9..266fc174 100644 --- a/encog-core-cs/Util/DirectoryUtil.cs +++ b/encog-core-cs/Util/DirectoryUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/DownSample/IDownSample.cs b/encog-core-cs/Util/DownSample/IDownSample.cs index 08d6b654..54254b7b 100644 --- a/encog-core-cs/Util/DownSample/IDownSample.cs +++ b/encog-core-cs/Util/DownSample/IDownSample.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/DownSample/RGBDownsample.cs b/encog-core-cs/Util/DownSample/RGBDownsample.cs index 0325df4d..6ee6c6e8 100644 --- a/encog-core-cs/Util/DownSample/RGBDownsample.cs +++ b/encog-core-cs/Util/DownSample/RGBDownsample.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/DownSample/SimpleIntensityDownsample.cs b/encog-core-cs/Util/DownSample/SimpleIntensityDownsample.cs index 99ec99f4..6adcdd69 100644 --- a/encog-core-cs/Util/DownSample/SimpleIntensityDownsample.cs +++ b/encog-core-cs/Util/DownSample/SimpleIntensityDownsample.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/EncogValidate.cs b/encog-core-cs/Util/EncogValidate.cs index ed49672b..4f4cc013 100644 --- a/encog-core-cs/Util/EncogValidate.cs +++ b/encog-core-cs/Util/EncogValidate.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/EngineArray.cs b/encog-core-cs/Util/EngineArray.cs index 3d720319..ee1ae4fd 100644 --- a/encog-core-cs/Util/EngineArray.cs +++ b/encog-core-cs/Util/EngineArray.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Error/CalculateRegressionError.cs b/encog-core-cs/Util/Error/CalculateRegressionError.cs index 78c24c9d..bba65be8 100644 --- a/encog-core-cs/Util/Error/CalculateRegressionError.cs +++ b/encog-core-cs/Util/Error/CalculateRegressionError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/File/Directory.cs b/encog-core-cs/Util/File/Directory.cs index f2399486..48051b3e 100644 --- a/encog-core-cs/Util/File/Directory.cs +++ b/encog-core-cs/Util/File/Directory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/File/FileUtil.cs b/encog-core-cs/Util/File/FileUtil.cs index bb32db50..de6da00b 100644 --- a/encog-core-cs/Util/File/FileUtil.cs +++ b/encog-core-cs/Util/File/FileUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/File/ResourceLoader.cs b/encog-core-cs/Util/File/ResourceLoader.cs index 926e3635..97acdc14 100644 --- a/encog-core-cs/Util/File/ResourceLoader.cs +++ b/encog-core-cs/Util/File/ResourceLoader.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Format.cs b/encog-core-cs/Util/Format.cs index 660718d6..4f446ce2 100644 --- a/encog-core-cs/Util/Format.cs +++ b/encog-core-cs/Util/Format.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/HTMLReport.cs b/encog-core-cs/Util/HTMLReport.cs index 91627b62..e5a48224 100644 --- a/encog-core-cs/Util/HTMLReport.cs +++ b/encog-core-cs/Util/HTMLReport.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/HTTP/FormUtility.cs b/encog-core-cs/Util/HTTP/FormUtility.cs index 2aff1648..a47a7572 100644 --- a/encog-core-cs/Util/HTTP/FormUtility.cs +++ b/encog-core-cs/Util/HTTP/FormUtility.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/HTTP/URLUtility.cs b/encog-core-cs/Util/HTTP/URLUtility.cs index 84d45519..df1fc229 100644 --- a/encog-core-cs/Util/HTTP/URLUtility.cs +++ b/encog-core-cs/Util/HTTP/URLUtility.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Identity/BasicGenerateID.cs b/encog-core-cs/Util/Identity/BasicGenerateID.cs index d15ec8df..eee72a4c 100644 --- a/encog-core-cs/Util/Identity/BasicGenerateID.cs +++ b/encog-core-cs/Util/Identity/BasicGenerateID.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Identity/IGenerateID.cs b/encog-core-cs/Util/Identity/IGenerateID.cs index 46d8dde0..ce594cff 100644 --- a/encog-core-cs/Util/Identity/IGenerateID.cs +++ b/encog-core-cs/Util/Identity/IGenerateID.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/KMeans/Cluster.cs b/encog-core-cs/Util/KMeans/Cluster.cs index 1f238ac2..147f0743 100644 --- a/encog-core-cs/Util/KMeans/Cluster.cs +++ b/encog-core-cs/Util/KMeans/Cluster.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/KMeans/ICentroid.cs b/encog-core-cs/Util/KMeans/ICentroid.cs index d7fc4f73..465c8abb 100644 --- a/encog-core-cs/Util/KMeans/ICentroid.cs +++ b/encog-core-cs/Util/KMeans/ICentroid.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/KMeans/ICentroidFactory.cs b/encog-core-cs/Util/KMeans/ICentroidFactory.cs index 525e8165..2f8a1315 100644 --- a/encog-core-cs/Util/KMeans/ICentroidFactory.cs +++ b/encog-core-cs/Util/KMeans/ICentroidFactory.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/KMeans/KMeansUtil.cs b/encog-core-cs/Util/KMeans/KMeansUtil.cs index 1c888a17..a8e11c7b 100644 --- a/encog-core-cs/Util/KMeans/KMeansUtil.cs +++ b/encog-core-cs/Util/KMeans/KMeansUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Logging/DumpMatrix.cs b/encog-core-cs/Util/Logging/DumpMatrix.cs index 480e1da9..cbe3988e 100644 --- a/encog-core-cs/Util/Logging/DumpMatrix.cs +++ b/encog-core-cs/Util/Logging/DumpMatrix.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Logging/EncogLogging.cs b/encog-core-cs/Util/Logging/EncogLogging.cs index 4844281c..bd28f995 100644 --- a/encog-core-cs/Util/Logging/EncogLogging.cs +++ b/encog-core-cs/Util/Logging/EncogLogging.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/NetworkUtil/DateNormalize.cs b/encog-core-cs/Util/NetworkUtil/DateNormalize.cs index faeb650d..146335a0 100644 --- a/encog-core-cs/Util/NetworkUtil/DateNormalize.cs +++ b/encog-core-cs/Util/NetworkUtil/DateNormalize.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/NetworkUtil/EasyData.cs b/encog-core-cs/Util/NetworkUtil/EasyData.cs index 5b21a397..f13599b1 100644 --- a/encog-core-cs/Util/NetworkUtil/EasyData.cs +++ b/encog-core-cs/Util/NetworkUtil/EasyData.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/NetworkUtil/NetworkUtility.cs b/encog-core-cs/Util/NetworkUtil/NetworkUtility.cs index 1ddb6976..222b22f1 100644 --- a/encog-core-cs/Util/NetworkUtil/NetworkUtility.cs +++ b/encog-core-cs/Util/NetworkUtil/NetworkUtility.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ // and trademarks visit: // http://www.heatonresearch.com/copyright // - using System; using System.Collections.Generic; using System.IO; @@ -524,4 +523,4 @@ public static BasicNetwork CreateFeedforwardNetwork(int inputsize, int outputsiz return (BasicNetwork) network; } } -} \ No newline at end of file +} diff --git a/encog-core-cs/Util/NetworkUtil/QuickCSVUtils.cs b/encog-core-cs/Util/NetworkUtil/QuickCSVUtils.cs index 08f3cf88..e56581fa 100644 --- a/encog-core-cs/Util/NetworkUtil/QuickCSVUtils.cs +++ b/encog-core-cs/Util/NetworkUtil/QuickCSVUtils.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/NetworkUtil/TrainerHelper.cs b/encog-core-cs/Util/NetworkUtil/TrainerHelper.cs index 44b2bb81..1919048e 100644 --- a/encog-core-cs/Util/NetworkUtil/TrainerHelper.cs +++ b/encog-core-cs/Util/NetworkUtil/TrainerHelper.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/DataNormalization.cs b/encog-core-cs/Util/Normalize/DataNormalization.cs index 111baa5b..63fa8430 100644 --- a/encog-core-cs/Util/Normalize/DataNormalization.cs +++ b/encog-core-cs/Util/Normalize/DataNormalization.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/BasicInputField.cs b/encog-core-cs/Util/Normalize/Input/BasicInputField.cs index 76d4d3e5..b9052ec2 100644 --- a/encog-core-cs/Util/Normalize/Input/BasicInputField.cs +++ b/encog-core-cs/Util/Normalize/Input/BasicInputField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/IHasFixedLength.cs b/encog-core-cs/Util/Normalize/Input/IHasFixedLength.cs index 61dd9a50..7dc42aa1 100644 --- a/encog-core-cs/Util/Normalize/Input/IHasFixedLength.cs +++ b/encog-core-cs/Util/Normalize/Input/IHasFixedLength.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/IInputField.cs b/encog-core-cs/Util/Normalize/Input/IInputField.cs index fd80d0cd..3f0aa725 100644 --- a/encog-core-cs/Util/Normalize/Input/IInputField.cs +++ b/encog-core-cs/Util/Normalize/Input/IInputField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/InputFieldArray1D.cs b/encog-core-cs/Util/Normalize/Input/InputFieldArray1D.cs index 08ddf584..4f70f030 100644 --- a/encog-core-cs/Util/Normalize/Input/InputFieldArray1D.cs +++ b/encog-core-cs/Util/Normalize/Input/InputFieldArray1D.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/InputFieldArray2D.cs b/encog-core-cs/Util/Normalize/Input/InputFieldArray2D.cs index 052bd20c..e99c5059 100644 --- a/encog-core-cs/Util/Normalize/Input/InputFieldArray2D.cs +++ b/encog-core-cs/Util/Normalize/Input/InputFieldArray2D.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/InputFieldCSV.cs b/encog-core-cs/Util/Normalize/Input/InputFieldCSV.cs index 65e83ccd..06b4f3dc 100644 --- a/encog-core-cs/Util/Normalize/Input/InputFieldCSV.cs +++ b/encog-core-cs/Util/Normalize/Input/InputFieldCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/InputFieldMLDataSet.cs b/encog-core-cs/Util/Normalize/Input/InputFieldMLDataSet.cs index 856ab9cd..b35585e6 100644 --- a/encog-core-cs/Util/Normalize/Input/InputFieldMLDataSet.cs +++ b/encog-core-cs/Util/Normalize/Input/InputFieldMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Input/MLDataFieldHolder.cs b/encog-core-cs/Util/Normalize/Input/MLDataFieldHolder.cs index 6b0c0016..c7852bf3 100644 --- a/encog-core-cs/Util/Normalize/Input/MLDataFieldHolder.cs +++ b/encog-core-cs/Util/Normalize/Input/MLDataFieldHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/NormalizationError.cs b/encog-core-cs/Util/Normalize/NormalizationError.cs index 43405c19..1beb65fa 100644 --- a/encog-core-cs/Util/Normalize/NormalizationError.cs +++ b/encog-core-cs/Util/Normalize/NormalizationError.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/BasicOutputField.cs b/encog-core-cs/Util/Normalize/Output/BasicOutputField.cs index 2ee8a756..2d73d88f 100644 --- a/encog-core-cs/Util/Normalize/Output/BasicOutputField.cs +++ b/encog-core-cs/Util/Normalize/Output/BasicOutputField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/BasicOutputFieldGroup.cs b/encog-core-cs/Util/Normalize/Output/BasicOutputFieldGroup.cs index 9b513294..d6325279 100644 --- a/encog-core-cs/Util/Normalize/Output/BasicOutputFieldGroup.cs +++ b/encog-core-cs/Util/Normalize/Output/BasicOutputFieldGroup.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/IOutputField.cs b/encog-core-cs/Util/Normalize/Output/IOutputField.cs index d7e5e233..5074484a 100644 --- a/encog-core-cs/Util/Normalize/Output/IOutputField.cs +++ b/encog-core-cs/Util/Normalize/Output/IOutputField.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/IOutputFieldGroup.cs b/encog-core-cs/Util/Normalize/Output/IOutputFieldGroup.cs index 0f63da8d..5a927042 100644 --- a/encog-core-cs/Util/Normalize/Output/IOutputFieldGroup.cs +++ b/encog-core-cs/Util/Normalize/Output/IOutputFieldGroup.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/IRequireTwoPass.cs b/encog-core-cs/Util/Normalize/Output/IRequireTwoPass.cs index fab5f7c6..d298dcae 100644 --- a/encog-core-cs/Util/Normalize/Output/IRequireTwoPass.cs +++ b/encog-core-cs/Util/Normalize/Output/IRequireTwoPass.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Mapped/MappedRange.cs b/encog-core-cs/Util/Normalize/Output/Mapped/MappedRange.cs index b543d1f9..fb2c8816 100644 --- a/encog-core-cs/Util/Normalize/Output/Mapped/MappedRange.cs +++ b/encog-core-cs/Util/Normalize/Output/Mapped/MappedRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Mapped/OutputFieldEncode.cs b/encog-core-cs/Util/Normalize/Output/Mapped/OutputFieldEncode.cs index f34e5ebb..21a8ba61 100644 --- a/encog-core-cs/Util/Normalize/Output/Mapped/OutputFieldEncode.cs +++ b/encog-core-cs/Util/Normalize/Output/Mapped/OutputFieldEncode.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Multiplicative/MultiplicativeGroup.cs b/encog-core-cs/Util/Normalize/Output/Multiplicative/MultiplicativeGroup.cs index 637befad..9a846376 100644 --- a/encog-core-cs/Util/Normalize/Output/Multiplicative/MultiplicativeGroup.cs +++ b/encog-core-cs/Util/Normalize/Output/Multiplicative/MultiplicativeGroup.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Multiplicative/OutputFieldMultiplicative.cs b/encog-core-cs/Util/Normalize/Output/Multiplicative/OutputFieldMultiplicative.cs index 4e376b0f..ad36d4ee 100644 --- a/encog-core-cs/Util/Normalize/Output/Multiplicative/OutputFieldMultiplicative.cs +++ b/encog-core-cs/Util/Normalize/Output/Multiplicative/OutputFieldMultiplicative.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Nominal/NominalItem.cs b/encog-core-cs/Util/Normalize/Output/Nominal/NominalItem.cs index a7d93344..d27b053c 100644 --- a/encog-core-cs/Util/Normalize/Output/Nominal/NominalItem.cs +++ b/encog-core-cs/Util/Normalize/Output/Nominal/NominalItem.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Nominal/OutputEquilateral.cs b/encog-core-cs/Util/Normalize/Output/Nominal/OutputEquilateral.cs index 5901bbcd..af2ad792 100644 --- a/encog-core-cs/Util/Normalize/Output/Nominal/OutputEquilateral.cs +++ b/encog-core-cs/Util/Normalize/Output/Nominal/OutputEquilateral.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/Nominal/OutputOneOf.cs b/encog-core-cs/Util/Normalize/Output/Nominal/OutputOneOf.cs index 5224fed9..b8832003 100644 --- a/encog-core-cs/Util/Normalize/Output/Nominal/OutputOneOf.cs +++ b/encog-core-cs/Util/Normalize/Output/Nominal/OutputOneOf.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/OutputFieldDirect.cs b/encog-core-cs/Util/Normalize/Output/OutputFieldDirect.cs index f3aa4f55..eb498b14 100644 --- a/encog-core-cs/Util/Normalize/Output/OutputFieldDirect.cs +++ b/encog-core-cs/Util/Normalize/Output/OutputFieldDirect.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/OutputFieldGrouped.cs b/encog-core-cs/Util/Normalize/Output/OutputFieldGrouped.cs index e738c5f2..623103a3 100644 --- a/encog-core-cs/Util/Normalize/Output/OutputFieldGrouped.cs +++ b/encog-core-cs/Util/Normalize/Output/OutputFieldGrouped.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/OutputFieldRangeMapped.cs b/encog-core-cs/Util/Normalize/Output/OutputFieldRangeMapped.cs index 86cc22bc..a28e9b09 100644 --- a/encog-core-cs/Util/Normalize/Output/OutputFieldRangeMapped.cs +++ b/encog-core-cs/Util/Normalize/Output/OutputFieldRangeMapped.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxis.cs b/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxis.cs index e6773ce7..bc572f92 100644 --- a/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxis.cs +++ b/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxis.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxisSynthetic.cs b/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxisSynthetic.cs index 2c795983..cd563c6d 100644 --- a/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxisSynthetic.cs +++ b/encog-core-cs/Util/Normalize/Output/ZAxis/OutputFieldZAxisSynthetic.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Output/ZAxis/ZAxisGroup.cs b/encog-core-cs/Util/Normalize/Output/ZAxis/ZAxisGroup.cs index c8a12a4e..9ecf9298 100644 --- a/encog-core-cs/Util/Normalize/Output/ZAxis/ZAxisGroup.cs +++ b/encog-core-cs/Util/Normalize/Output/ZAxis/ZAxisGroup.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/ISegregator.cs b/encog-core-cs/Util/Normalize/Segregate/ISegregator.cs index d06849c8..ac8757e9 100644 --- a/encog-core-cs/Util/Normalize/Segregate/ISegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/ISegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/Index/IndexRangeSegregator.cs b/encog-core-cs/Util/Normalize/Segregate/Index/IndexRangeSegregator.cs index 1d48c0c6..f6b8750f 100644 --- a/encog-core-cs/Util/Normalize/Segregate/Index/IndexRangeSegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/Index/IndexRangeSegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/Index/IndexSampleSegregator.cs b/encog-core-cs/Util/Normalize/Segregate/Index/IndexSampleSegregator.cs index 1eec2059..c2d8e92f 100644 --- a/encog-core-cs/Util/Normalize/Segregate/Index/IndexSampleSegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/Index/IndexSampleSegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/Index/IndexSegregator.cs b/encog-core-cs/Util/Normalize/Segregate/Index/IndexSegregator.cs index 748e359f..61485db1 100644 --- a/encog-core-cs/Util/Normalize/Segregate/Index/IndexSegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/Index/IndexSegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/IntegerBalanceSegregator.cs b/encog-core-cs/Util/Normalize/Segregate/IntegerBalanceSegregator.cs index ce9936de..67d2aa49 100644 --- a/encog-core-cs/Util/Normalize/Segregate/IntegerBalanceSegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/IntegerBalanceSegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/RangeSegregator.cs b/encog-core-cs/Util/Normalize/Segregate/RangeSegregator.cs index 0c74ed48..6b6cbbb2 100644 --- a/encog-core-cs/Util/Normalize/Segregate/RangeSegregator.cs +++ b/encog-core-cs/Util/Normalize/Segregate/RangeSegregator.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Segregate/SegregationRange.cs b/encog-core-cs/Util/Normalize/Segregate/SegregationRange.cs index 25e91b81..a561a912 100644 --- a/encog-core-cs/Util/Normalize/Segregate/SegregationRange.cs +++ b/encog-core-cs/Util/Normalize/Segregate/SegregationRange.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Target/INormalizationStorage.cs b/encog-core-cs/Util/Normalize/Target/INormalizationStorage.cs index 9d4c4370..466f5e74 100644 --- a/encog-core-cs/Util/Normalize/Target/INormalizationStorage.cs +++ b/encog-core-cs/Util/Normalize/Target/INormalizationStorage.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray1D.cs b/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray1D.cs index b91f2e28..2c210362 100644 --- a/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray1D.cs +++ b/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray1D.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray2D.cs b/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray2D.cs index 1a001a3d..24c8e816 100644 --- a/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray2D.cs +++ b/encog-core-cs/Util/Normalize/Target/NormalizationStorageArray2D.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Target/NormalizationStorageCSV.cs b/encog-core-cs/Util/Normalize/Target/NormalizationStorageCSV.cs index 2d902692..8ad787b6 100644 --- a/encog-core-cs/Util/Normalize/Target/NormalizationStorageCSV.cs +++ b/encog-core-cs/Util/Normalize/Target/NormalizationStorageCSV.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Normalize/Target/NormalizationStorageMLDataSet.cs b/encog-core-cs/Util/Normalize/Target/NormalizationStorageMLDataSet.cs index 0a86a478..237ffd39 100644 --- a/encog-core-cs/Util/Normalize/Target/NormalizationStorageMLDataSet.cs +++ b/encog-core-cs/Util/Normalize/Target/NormalizationStorageMLDataSet.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Obj/ChooseObject.cs b/encog-core-cs/Util/Obj/ChooseObject.cs index dbc553e8..ba3daa09 100644 --- a/encog-core-cs/Util/Obj/ChooseObject.cs +++ b/encog-core-cs/Util/Obj/ChooseObject.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Obj/ObjectHolder.cs b/encog-core-cs/Util/Obj/ObjectHolder.cs index 7d5d3223..38b9d4fe 100644 --- a/encog-core-cs/Util/Obj/ObjectHolder.cs +++ b/encog-core-cs/Util/Obj/ObjectHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/ObjectCloner.cs b/encog-core-cs/Util/ObjectCloner.cs index a2d126cb..4bdc23b1 100644 --- a/encog-core-cs/Util/ObjectCloner.cs +++ b/encog-core-cs/Util/ObjectCloner.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/ObjectPair.cs b/encog-core-cs/Util/ObjectPair.cs index 525638a7..481c79b2 100644 --- a/encog-core-cs/Util/ObjectPair.cs +++ b/encog-core-cs/Util/ObjectPair.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/ParamsHolder.cs b/encog-core-cs/Util/ParamsHolder.cs index d2f7222b..2aeb9844 100644 --- a/encog-core-cs/Util/ParamsHolder.cs +++ b/encog-core-cs/Util/ParamsHolder.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/ReflectionUtil.cs b/encog-core-cs/Util/ReflectionUtil.cs index d4db715a..c7f22e88 100644 --- a/encog-core-cs/Util/ReflectionUtil.cs +++ b/encog-core-cs/Util/ReflectionUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/SerializeObject.cs b/encog-core-cs/Util/SerializeObject.cs index 48062019..4233a542 100644 --- a/encog-core-cs/Util/SerializeObject.cs +++ b/encog-core-cs/Util/SerializeObject.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Simple/EncogUtility.cs b/encog-core-cs/Util/Simple/EncogUtility.cs index a00f59fb..7efafc9b 100644 --- a/encog-core-cs/Util/Simple/EncogUtility.cs +++ b/encog-core-cs/Util/Simple/EncogUtility.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Simple/TrainingDialog.Designer.cs b/encog-core-cs/Util/Simple/TrainingDialog.Designer.cs index d5132f9a..92e17fe9 100644 --- a/encog-core-cs/Util/Simple/TrainingDialog.Designer.cs +++ b/encog-core-cs/Util/Simple/TrainingDialog.Designer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Simple/TrainingDialog.cs b/encog-core-cs/Util/Simple/TrainingDialog.cs index 3978ca2b..cf5ecff0 100644 --- a/encog-core-cs/Util/Simple/TrainingDialog.cs +++ b/encog-core-cs/Util/Simple/TrainingDialog.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Simple/TrainingSetUtil.cs b/encog-core-cs/Util/Simple/TrainingSetUtil.cs index c5d9d54e..ce8ece1e 100644 --- a/encog-core-cs/Util/Simple/TrainingSetUtil.cs +++ b/encog-core-cs/Util/Simple/TrainingSetUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/SimpleParser.cs b/encog-core-cs/Util/SimpleParser.cs index 9346d2dc..530b2adf 100644 --- a/encog-core-cs/Util/SimpleParser.cs +++ b/encog-core-cs/Util/SimpleParser.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/StringUtil.cs b/encog-core-cs/Util/StringUtil.cs index 11b5ae35..689c3ef3 100644 --- a/encog-core-cs/Util/StringUtil.cs +++ b/encog-core-cs/Util/StringUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/DateUtil.cs b/encog-core-cs/Util/Time/DateUtil.cs index f8de9223..9cc5610d 100644 --- a/encog-core-cs/Util/Time/DateUtil.cs +++ b/encog-core-cs/Util/Time/DateUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/EnglishTimeUnitNames.cs b/encog-core-cs/Util/Time/EnglishTimeUnitNames.cs index 3d550296..524da09a 100644 --- a/encog-core-cs/Util/Time/EnglishTimeUnitNames.cs +++ b/encog-core-cs/Util/Time/EnglishTimeUnitNames.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/ITimeUnitNames.cs b/encog-core-cs/Util/Time/ITimeUnitNames.cs index e8dfe469..f19fb2e7 100644 --- a/encog-core-cs/Util/Time/ITimeUnitNames.cs +++ b/encog-core-cs/Util/Time/ITimeUnitNames.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/NumericDateUtil.cs b/encog-core-cs/Util/Time/NumericDateUtil.cs index bcf4e9df..269b89a5 100644 --- a/encog-core-cs/Util/Time/NumericDateUtil.cs +++ b/encog-core-cs/Util/Time/NumericDateUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/Stopwatch.cs b/encog-core-cs/Util/Time/Stopwatch.cs index 58f90c9a..74b71354 100644 --- a/encog-core-cs/Util/Time/Stopwatch.cs +++ b/encog-core-cs/Util/Time/Stopwatch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/TimeSpanUtil.cs b/encog-core-cs/Util/Time/TimeSpanUtil.cs index 9fb4881b..f8a90c26 100644 --- a/encog-core-cs/Util/Time/TimeSpanUtil.cs +++ b/encog-core-cs/Util/Time/TimeSpanUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Time/TimeUnit.cs b/encog-core-cs/Util/Time/TimeUnit.cs index c2c19f8e..1f16da5c 100644 --- a/encog-core-cs/Util/Time/TimeUnit.cs +++ b/encog-core-cs/Util/Time/TimeUnit.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/Validate/ValidateNetwork.cs b/encog-core-cs/Util/Validate/ValidateNetwork.cs index 5c27f946..e74256ef 100644 --- a/encog-core-cs/Util/Validate/ValidateNetwork.cs +++ b/encog-core-cs/Util/Validate/ValidateNetwork.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/XMLUtil.cs b/encog-core-cs/Util/XMLUtil.cs index 374e73a7..6a38a568 100644 --- a/encog-core-cs/Util/XMLUtil.cs +++ b/encog-core-cs/Util/XMLUtil.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/Util/YahooSearch.cs b/encog-core-cs/Util/YahooSearch.cs index da779919..e012db52 100644 --- a/encog-core-cs/Util/YahooSearch.cs +++ b/encog-core-cs/Util/YahooSearch.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-cs/encog-core-cs.Designer.cs b/encog-core-cs/encog-core-cs.Designer.cs index 980a9897..0093f706 100644 --- a/encog-core-cs/encog-core-cs.Designer.cs +++ b/encog-core-cs/encog-core-cs.Designer.cs @@ -2,7 +2,7 @@ // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encog-core-test/App/Analyst/AnalystTestingUtility.cs b/encog-core-test/App/Analyst/AnalystTestingUtility.cs index a770649a..11162c7f 100644 --- a/encog-core-test/App/Analyst/AnalystTestingUtility.cs +++ b/encog-core-test/App/Analyst/AnalystTestingUtility.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.IO; using Encog.App.Analyst.Report; diff --git a/encog-core-test/App/Analyst/TestAnalystClassification.cs b/encog-core-test/App/Analyst/TestAnalystClassification.cs index e462f414..6ac56973 100644 --- a/encog-core-test/App/Analyst/TestAnalystClassification.cs +++ b/encog-core-test/App/Analyst/TestAnalystClassification.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/App/Analyst/TestAnalystRegression.cs b/encog-core-test/App/Analyst/TestAnalystRegression.cs index eae3dc40..df087c4a 100644 --- a/encog-core-test/App/Analyst/TestAnalystRegression.cs +++ b/encog-core-test/App/Analyst/TestAnalystRegression.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/App/Analyst/TestEncogAnalyst.cs b/encog-core-test/App/Analyst/TestEncogAnalyst.cs index 1bf8f080..ff5f27cb 100644 --- a/encog-core-test/App/Analyst/TestEncogAnalyst.cs +++ b/encog-core-test/App/Analyst/TestEncogAnalyst.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.App.Analyst.Wizard; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/App/CSV/TestBalanceCSV.cs b/encog-core-test/App/CSV/TestBalanceCSV.cs index aac6b68d..037b4a16 100644 --- a/encog-core-test/App/CSV/TestBalanceCSV.cs +++ b/encog-core-test/App/CSV/TestBalanceCSV.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Analyst.CSV.Balance; using Encog.Util; diff --git a/encog-core-test/App/CSV/TestFilter.cs b/encog-core-test/App/CSV/TestFilter.cs index 31a378ee..52227e0b 100644 --- a/encog-core-test/App/CSV/TestFilter.cs +++ b/encog-core-test/App/CSV/TestFilter.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Analyst.CSV.Filter; using Encog.Util; diff --git a/encog-core-test/App/CSV/TestNinjaFileConvert.cs b/encog-core-test/App/CSV/TestNinjaFileConvert.cs index 72ad3de3..cc2ca886 100644 --- a/encog-core-test/App/CSV/TestNinjaFileConvert.cs +++ b/encog-core-test/App/CSV/TestNinjaFileConvert.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Quant.Ninja; using Encog.Util; diff --git a/encog-core-test/App/CSV/TestNinjaStreamWriter.cs b/encog-core-test/App/CSV/TestNinjaStreamWriter.cs index d711372e..0f249169 100644 --- a/encog-core-test/App/CSV/TestNinjaStreamWriter.cs +++ b/encog-core-test/App/CSV/TestNinjaStreamWriter.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.IO; using Encog.App.Quant.Ninja; diff --git a/encog-core-test/App/CSV/TestNormalizeArray.cs b/encog-core-test/App/CSV/TestNormalizeArray.cs index 7140f80d..236bb5d7 100644 --- a/encog-core-test/App/CSV/TestNormalizeArray.cs +++ b/encog-core-test/App/CSV/TestNormalizeArray.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Arrayutil; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/App/CSV/TestProcessIndicators.cs b/encog-core-test/App/CSV/TestProcessIndicators.cs index 204f2885..110d3ccc 100644 --- a/encog-core-test/App/CSV/TestProcessIndicators.cs +++ b/encog-core-test/App/CSV/TestProcessIndicators.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Quant.Indicators; using Encog.App.Quant.Indicators.Predictive; diff --git a/encog-core-test/App/CSV/TestSegregateCSV.cs b/encog-core-test/App/CSV/TestSegregateCSV.cs index 580cd1f9..c91f6f97 100644 --- a/encog-core-test/App/CSV/TestSegregateCSV.cs +++ b/encog-core-test/App/CSV/TestSegregateCSV.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Analyst.CSV.Segregate; using Encog.Util; diff --git a/encog-core-test/App/CSV/TestShuffle.cs b/encog-core-test/App/CSV/TestShuffle.cs index c3ed95a8..624ae67a 100644 --- a/encog-core-test/App/CSV/TestShuffle.cs +++ b/encog-core-test/App/CSV/TestShuffle.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using System.IO; diff --git a/encog-core-test/App/CSV/TestSort.cs b/encog-core-test/App/CSV/TestSort.cs index a1c11449..5895b83e 100644 --- a/encog-core-test/App/CSV/TestSort.cs +++ b/encog-core-test/App/CSV/TestSort.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.App.Analyst.CSV.Sort; using Encog.Util; diff --git a/encog-core-test/App/CSV/TestYahooDownload.cs b/encog-core-test/App/CSV/TestYahooDownload.cs index 7d1c36e8..e2cd8841 100644 --- a/encog-core-test/App/CSV/TestYahooDownload.cs +++ b/encog-core-test/App/CSV/TestYahooDownload.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.IO; using Encog.App.Quant; diff --git a/encog-core-test/Bot/Browse/TestAddress.cs b/encog-core-test/Bot/Browse/TestAddress.cs index 2af4e0cc..b2d2cbdf 100644 --- a/encog-core-test/Bot/Browse/TestAddress.cs +++ b/encog-core-test/Bot/Browse/TestAddress.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Bot/Browse/TestBrowse.cs b/encog-core-test/Bot/Browse/TestBrowse.cs index 0c4cb688..6799668d 100644 --- a/encog-core-test/Bot/Browse/TestBrowse.cs +++ b/encog-core-test/Bot/Browse/TestBrowse.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using Encog.Bot.Browse.Range; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Bot/Browse/TestWebPageData.cs b/encog-core-test/Bot/Browse/TestWebPageData.cs index 7045b26a..24eb80b5 100644 --- a/encog-core-test/Bot/Browse/TestWebPageData.cs +++ b/encog-core-test/Bot/Browse/TestWebPageData.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Bot.Browse.Range; using Encog.Bot.DataUnits; using Encog.Parse.Tags; diff --git a/encog-core-test/Bot/HTML/TestParseHTML.cs b/encog-core-test/Bot/HTML/TestParseHTML.cs index 6acbc4f4..39aba8d2 100644 --- a/encog-core-test/Bot/HTML/TestParseHTML.cs +++ b/encog-core-test/Bot/HTML/TestParseHTML.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using System.Text; using Encog.Parse.Tags; diff --git a/encog-core-test/Bot/TestBotUtil.cs b/encog-core-test/Bot/TestBotUtil.cs index 02ca9ccd..9ea1512d 100644 --- a/encog-core-test/Bot/TestBotUtil.cs +++ b/encog-core-test/Bot/TestBotUtil.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Engine/Network/Activation/TestActivationBiPolar.cs b/encog-core-test/Engine/Network/Activation/TestActivationBiPolar.cs index 69348f93..9d4235ab 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationBiPolar.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationBiPolar.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationGaussian.cs b/encog-core-test/Engine/Network/Activation/TestActivationGaussian.cs index 012d9d49..f9f2af69 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationGaussian.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationGaussian.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationLOG.cs b/encog-core-test/Engine/Network/Activation/TestActivationLOG.cs index 001fb73c..22d799ee 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationLOG.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationLOG.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationLinear.cs b/encog-core-test/Engine/Network/Activation/TestActivationLinear.cs index dea962f0..995de65d 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationLinear.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationLinear.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationSIN.cs b/encog-core-test/Engine/Network/Activation/TestActivationSIN.cs index 8d1e7d6f..df5fdad9 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationSIN.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationSIN.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationSigmoid.cs b/encog-core-test/Engine/Network/Activation/TestActivationSigmoid.cs index 6a0f2b88..c5937951 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationSigmoid.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationSigmoid.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationSoftMax.cs b/encog-core-test/Engine/Network/Activation/TestActivationSoftMax.cs index 74121ad8..5f9549ef 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationSoftMax.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationSoftMax.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/Engine/Network/Activation/TestActivationTANH.cs b/encog-core-test/Engine/Network/Activation/TestActivationTANH.cs index f1da33e6..f4ffce7b 100644 --- a/encog-core-test/Engine/Network/Activation/TestActivationTANH.cs +++ b/encog-core-test/Engine/Network/Activation/TestActivationTANH.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.Engine.Network.Activation diff --git a/encog-core-test/ML/Bayes/TestBayesNet.cs b/encog-core-test/ML/Bayes/TestBayesNet.cs index 6aec38a5..f6546a8b 100644 --- a/encog-core-test/ML/Bayes/TestBayesNet.cs +++ b/encog-core-test/ML/Bayes/TestBayesNet.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Bayes/TestEnumerationQuery.cs b/encog-core-test/ML/Bayes/TestEnumerationQuery.cs index ed581ce8..23f708d6 100644 --- a/encog-core-test/ML/Bayes/TestEnumerationQuery.cs +++ b/encog-core-test/ML/Bayes/TestEnumerationQuery.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Bayes/TestK2.cs b/encog-core-test/ML/Bayes/TestK2.cs index 193ec150..abc82ebf 100644 --- a/encog-core-test/ML/Bayes/TestK2.cs +++ b/encog-core-test/ML/Bayes/TestK2.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Bayes/TestSamplingQuery.cs b/encog-core-test/ML/Bayes/TestSamplingQuery.cs index 6f47fffa..0599b6cc 100644 --- a/encog-core-test/ML/Bayes/TestSamplingQuery.cs +++ b/encog-core-test/ML/Bayes/TestSamplingQuery.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Data/Basic/TestBasicMLSequenceSet.cs b/encog-core-test/ML/Data/Basic/TestBasicMLSequenceSet.cs index 2109db41..a0eb0d00 100644 --- a/encog-core-test/ML/Data/Basic/TestBasicMLSequenceSet.cs +++ b/encog-core-test/ML/Data/Basic/TestBasicMLSequenceSet.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Data/Buffer/TestBinaryData.cs b/encog-core-test/ML/Data/Buffer/TestBinaryData.cs index a22cae2a..568a514c 100644 --- a/encog-core-test/ML/Data/Buffer/TestBinaryData.cs +++ b/encog-core-test/ML/Data/Buffer/TestBinaryData.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.ML.Data.Buffer.CODEC; using Encog.Util; using Encog.Util.CSV; diff --git a/encog-core-test/ML/Data/Buffer/TestBufferedNeuralDataSet.cs b/encog-core-test/ML/Data/Buffer/TestBufferedNeuralDataSet.cs index da5fe339..80a2ecea 100644 --- a/encog-core-test/ML/Data/Buffer/TestBufferedNeuralDataSet.cs +++ b/encog-core-test/ML/Data/Buffer/TestBufferedNeuralDataSet.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.ML.Data.Basic; using Encog.Util; diff --git a/encog-core-test/ML/Data/Dynamic/TestDynamic.cs b/encog-core-test/ML/Data/Dynamic/TestDynamic.cs index d7b4a99d..e7e19a83 100644 --- a/encog-core-test/ML/Data/Dynamic/TestDynamic.cs +++ b/encog-core-test/ML/Data/Dynamic/TestDynamic.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using Encog.Engine.Network.Activation; diff --git a/encog-core-test/ML/Data/Market/CSVLoaderTest.cs b/encog-core-test/ML/Data/Market/CSVLoaderTest.cs index aa012287..91edfa8b 100644 --- a/encog-core-test/ML/Data/Market/CSVLoaderTest.cs +++ b/encog-core-test/ML/Data/Market/CSVLoaderTest.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.IO; using System.Reflection; diff --git a/encog-core-test/ML/Data/Market/TestMarketData.cs b/encog-core-test/ML/Data/Market/TestMarketData.cs index 947a6435..7c27c460 100644 --- a/encog-core-test/ML/Data/Market/TestMarketData.cs +++ b/encog-core-test/ML/Data/Market/TestMarketData.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using Encog.ML.Data.Market.Loader; diff --git a/encog-core-test/ML/Data/Market/TestYahooLoader.cs b/encog-core-test/ML/Data/Market/TestYahooLoader.cs index d0abdcca..a3de7e12 100644 --- a/encog-core-test/ML/Data/Market/TestYahooLoader.cs +++ b/encog-core-test/ML/Data/Market/TestYahooLoader.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using Encog.ML.Data.Market.Loader; diff --git a/encog-core-test/ML/Data/Specific/TestCSVNeuralData.cs b/encog-core-test/ML/Data/Specific/TestCSVNeuralData.cs index 85972a0e..73f5ae8f 100644 --- a/encog-core-test/ML/Data/Specific/TestCSVNeuralData.cs +++ b/encog-core-test/ML/Data/Specific/TestCSVNeuralData.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using System.Text; using Encog.Util; diff --git a/encog-core-test/ML/Data/Specific/TestSQLDataSet.cs b/encog-core-test/ML/Data/Specific/TestSQLDataSet.cs index 8e55c1b5..69847cbf 100644 --- a/encog-core-test/ML/Data/Specific/TestSQLDataSet.cs +++ b/encog-core-test/ML/Data/Specific/TestSQLDataSet.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using Encog.Util; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/ML/Data/Temporal/TestTemporal.cs b/encog-core-test/ML/Data/Temporal/TestTemporal.cs index f17a536c..3e588471 100644 --- a/encog-core-test/ML/Data/Temporal/TestTemporal.cs +++ b/encog-core-test/ML/Data/Temporal/TestTemporal.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using Encog.Engine.Network.Activation; diff --git a/encog-core-test/ML/EA/Sort/TestMaximizeAdjustedScoreComp.cs b/encog-core-test/ML/EA/Sort/TestMaximizeAdjustedScoreComp.cs index 249d62de..6992cdbe 100644 --- a/encog-core-test/ML/EA/Sort/TestMaximizeAdjustedScoreComp.cs +++ b/encog-core-test/ML/EA/Sort/TestMaximizeAdjustedScoreComp.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/EA/Sort/TestMaximizeScoreComp.cs b/encog-core-test/ML/EA/Sort/TestMaximizeScoreComp.cs index 0ebd6a3f..3231824d 100644 --- a/encog-core-test/ML/EA/Sort/TestMaximizeScoreComp.cs +++ b/encog-core-test/ML/EA/Sort/TestMaximizeScoreComp.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/EA/Sort/TestMinimizeAdjustedScoreComp.cs b/encog-core-test/ML/EA/Sort/TestMinimizeAdjustedScoreComp.cs index 1eb88d7a..1c13ba85 100644 --- a/encog-core-test/ML/EA/Sort/TestMinimizeAdjustedScoreComp.cs +++ b/encog-core-test/ML/EA/Sort/TestMinimizeAdjustedScoreComp.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/EA/Sort/TestMinimizeScoreComp.cs b/encog-core-test/ML/EA/Sort/TestMinimizeScoreComp.cs index 9fbf1f9d..7a8b9759 100644 --- a/encog-core-test/ML/EA/Sort/TestMinimizeScoreComp.cs +++ b/encog-core-test/ML/EA/Sort/TestMinimizeScoreComp.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/HMM/TestHMM.cs b/encog-core-test/ML/HMM/TestHMM.cs index 5fe9516d..700a65cb 100644 --- a/encog-core-test/ML/HMM/TestHMM.cs +++ b/encog-core-test/ML/HMM/TestHMM.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.ML.HMM.Alog; using Encog.ML.HMM.Distributions; using Encog.ML.HMM.Train.BW; diff --git a/encog-core-test/ML/KMeans/TestKMeans.cs b/encog-core-test/ML/KMeans/TestKMeans.cs index 38f62017..58d99e54 100644 --- a/encog-core-test/ML/KMeans/TestKMeans.cs +++ b/encog-core-test/ML/KMeans/TestKMeans.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.ML.Data; using Encog.ML.Data.Basic; using Encog.ML.Kmeans; diff --git a/encog-core-test/ML/Prg/Species/TestCompareEncogProgram.cs b/encog-core-test/ML/Prg/Species/TestCompareEncogProgram.cs index 381e8367..41267955 100644 --- a/encog-core-test/ML/Prg/Species/TestCompareEncogProgram.cs +++ b/encog-core-test/ML/Prg/Species/TestCompareEncogProgram.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Prg/TestEncogProgram.cs b/encog-core-test/ML/Prg/TestEncogProgram.cs index 590fa2a8..0f27fcc5 100644 --- a/encog-core-test/ML/Prg/TestEncogProgram.cs +++ b/encog-core-test/ML/Prg/TestEncogProgram.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Prg/TestProgramClone.cs b/encog-core-test/ML/Prg/TestProgramClone.cs index f817bc6e..03d26949 100644 --- a/encog-core-test/ML/Prg/TestProgramClone.cs +++ b/encog-core-test/ML/Prg/TestProgramClone.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Prg/Train/Crossover/TestSubtreeCrossover.cs b/encog-core-test/ML/Prg/Train/Crossover/TestSubtreeCrossover.cs index c1496df2..3a2f79ac 100644 --- a/encog-core-test/ML/Prg/Train/Crossover/TestSubtreeCrossover.cs +++ b/encog-core-test/ML/Prg/Train/Crossover/TestSubtreeCrossover.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Prg/Train/Rewrite/TestRewriteAlgebraic.cs b/encog-core-test/ML/Prg/Train/Rewrite/TestRewriteAlgebraic.cs index d3641ff4..c5422fa6 100644 --- a/encog-core-test/ML/Prg/Train/Rewrite/TestRewriteAlgebraic.cs +++ b/encog-core-test/ML/Prg/Train/Rewrite/TestRewriteAlgebraic.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/ML/Prg/Train/TestGenerate.cs b/encog-core-test/ML/Prg/Train/TestGenerate.cs index 41e0f228..430c21cf 100644 --- a/encog-core-test/ML/Prg/Train/TestGenerate.cs +++ b/encog-core-test/ML/Prg/Train/TestGenerate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/MathUtil/Matrices/Hessian/TestHessian.cs b/encog-core-test/MathUtil/Matrices/Hessian/TestHessian.cs index e329d35b..44da2c61 100644 --- a/encog-core-test/MathUtil/Matrices/Hessian/TestHessian.cs +++ b/encog-core-test/MathUtil/Matrices/Hessian/TestHessian.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/MathUtil/Matrices/TestBiPolarUtil.cs b/encog-core-test/MathUtil/Matrices/TestBiPolarUtil.cs index 65cfa282..98a8960c 100644 --- a/encog-core-test/MathUtil/Matrices/TestBiPolarUtil.cs +++ b/encog-core-test/MathUtil/Matrices/TestBiPolarUtil.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/MathUtil/Matrices/TestMatrix.cs b/encog-core-test/MathUtil/Matrices/TestMatrix.cs index e9196073..6ef7495f 100644 --- a/encog-core-test/MathUtil/Matrices/TestMatrix.cs +++ b/encog-core-test/MathUtil/Matrices/TestMatrix.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.MathUtil.Matrices diff --git a/encog-core-test/MathUtil/Matrices/TestMatrixMath.cs b/encog-core-test/MathUtil/Matrices/TestMatrixMath.cs index 20ba1c4f..9e06ae27 100644 --- a/encog-core-test/MathUtil/Matrices/TestMatrixMath.cs +++ b/encog-core-test/MathUtil/Matrices/TestMatrixMath.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Encog.MathUtil.Matrices diff --git a/encog-core-test/Neural/Networks/TestConsistency.cs b/encog-core-test/Neural/Networks/TestConsistency.cs index 2ce8a3ff..93512bf8 100644 --- a/encog-core-test/Neural/Networks/TestConsistency.cs +++ b/encog-core-test/Neural/Networks/TestConsistency.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.MathUtil.Randomize; using Encog.ML.Data; using Encog.Neural.Networks.Training.Propagation.Resilient; diff --git a/encog-core-test/Neural/Networks/Training/Competitive/Neighborhood/TestNeighborhood.cs b/encog-core-test/Neural/Networks/Training/Competitive/Neighborhood/TestNeighborhood.cs index 013ea3b0..eef4e797 100644 --- a/encog-core-test/Neural/Networks/Training/Competitive/Neighborhood/TestNeighborhood.cs +++ b/encog-core-test/Neural/Networks/Training/Competitive/Neighborhood/TestNeighborhood.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.MathUtil.RBF; using Encog.Neural.SOM.Training.Neighborhood; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Neural/Networks/Training/Competitive/TestCompetitive.cs b/encog-core-test/Neural/Networks/Training/Competitive/TestCompetitive.cs index 0e5cc247..8a76d083 100644 --- a/encog-core-test/Neural/Networks/Training/Competitive/TestCompetitive.cs +++ b/encog-core-test/Neural/Networks/Training/Competitive/TestCompetitive.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.MathUtil.Matrices; using Encog.ML.Data; using Encog.ML.Data.Basic; diff --git a/encog-core-test/Neural/Networks/Training/TestFolded.cs b/encog-core-test/Neural/Networks/Training/TestFolded.cs index 84f5341f..607d118c 100644 --- a/encog-core-test/Neural/Networks/Training/TestFolded.cs +++ b/encog-core-test/Neural/Networks/Training/TestFolded.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.ML; using Encog.ML.Data; using Encog.ML.Data.Folded; diff --git a/encog-core-test/Neural/Networks/Training/TestTraining.cs b/encog-core-test/Neural/Networks/Training/TestTraining.cs index e5b4d47d..a3c08d23 100644 --- a/encog-core-test/Neural/Networks/Training/TestTraining.cs +++ b/encog-core-test/Neural/Networks/Training/TestTraining.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Neural/Prune/TestPruneSelective.cs b/encog-core-test/Neural/Prune/TestPruneSelective.cs index c1ae2705..4bd3765e 100644 --- a/encog-core-test/Neural/Prune/TestPruneSelective.cs +++ b/encog-core-test/Neural/Prune/TestPruneSelective.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestBoolean.cs b/encog-core-test/Parse/Expression/Common/TestBoolean.cs index 54c0f421..8d81ddab 100644 --- a/encog-core-test/Parse/Expression/Common/TestBoolean.cs +++ b/encog-core-test/Parse/Expression/Common/TestBoolean.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestExpression.cs b/encog-core-test/Parse/Expression/Common/TestExpression.cs index 3e406a44..b33df4f6 100644 --- a/encog-core-test/Parse/Expression/Common/TestExpression.cs +++ b/encog-core-test/Parse/Expression/Common/TestExpression.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestExpressionVar.cs b/encog-core-test/Parse/Expression/Common/TestExpressionVar.cs index b230c69f..5d200b67 100644 --- a/encog-core-test/Parse/Expression/Common/TestExpressionVar.cs +++ b/encog-core-test/Parse/Expression/Common/TestExpressionVar.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestFunctions.cs b/encog-core-test/Parse/Expression/Common/TestFunctions.cs index b4eff97f..0f9bbe62 100644 --- a/encog-core-test/Parse/Expression/Common/TestFunctions.cs +++ b/encog-core-test/Parse/Expression/Common/TestFunctions.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestRenderCommon.cs b/encog-core-test/Parse/Expression/Common/TestRenderCommon.cs index eadbd2e1..7fa75232 100644 --- a/encog-core-test/Parse/Expression/Common/TestRenderCommon.cs +++ b/encog-core-test/Parse/Expression/Common/TestRenderCommon.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/Common/TestString.cs b/encog-core-test/Parse/Expression/Common/TestString.cs index 907327e5..5e19a4f0 100644 --- a/encog-core-test/Parse/Expression/Common/TestString.cs +++ b/encog-core-test/Parse/Expression/Common/TestString.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/EPL/TestRenderEPL.cs b/encog-core-test/Parse/Expression/EPL/TestRenderEPL.cs index 6792df2f..1fd4adcb 100644 --- a/encog-core-test/Parse/Expression/EPL/TestRenderEPL.cs +++ b/encog-core-test/Parse/Expression/EPL/TestRenderEPL.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Expression/RPN/TestRenderRPN.cs b/encog-core-test/Parse/Expression/RPN/TestRenderRPN.cs index 2d6ce866..aaaa4791 100644 --- a/encog-core-test/Parse/Expression/RPN/TestRenderRPN.cs +++ b/encog-core-test/Parse/Expression/RPN/TestRenderRPN.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Parse/Tags/Read/TestXMLRead.cs b/encog-core-test/Parse/Tags/Read/TestXMLRead.cs index 63e381ca..a5f545b3 100644 --- a/encog-core-test/Parse/Tags/Read/TestXMLRead.cs +++ b/encog-core-test/Parse/Tags/Read/TestXMLRead.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Parse/Tags/Write/TestXmlWrite.cs b/encog-core-test/Parse/Tags/Write/TestXmlWrite.cs index 3d0feb2e..32488025 100644 --- a/encog-core-test/Parse/Tags/Write/TestXmlWrite.cs +++ b/encog-core-test/Parse/Tags/Write/TestXmlWrite.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Persist/TestPersistART.cs b/encog-core-test/Persist/TestPersistART.cs index c12b1958..349aa64a 100644 --- a/encog-core-test/Persist/TestPersistART.cs +++ b/encog-core-test/Persist/TestPersistART.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.Neural.ART; using Encog.Util; diff --git a/encog-core-test/Persist/TestPersistBAM.cs b/encog-core-test/Persist/TestPersistBAM.cs index 0ae91db8..add930df 100644 --- a/encog-core-test/Persist/TestPersistBAM.cs +++ b/encog-core-test/Persist/TestPersistBAM.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.Neural.BAM; using Encog.Util; diff --git a/encog-core-test/Persist/TestPersistBasicNetwork.cs b/encog-core-test/Persist/TestPersistBasicNetwork.cs index f576e7de..280913ea 100644 --- a/encog-core-test/Persist/TestPersistBasicNetwork.cs +++ b/encog-core-test/Persist/TestPersistBasicNetwork.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Engine.Network.Activation; using Encog.Neural.Networks.Layers; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/encog-core-test/Persist/TestPersistBayes.cs b/encog-core-test/Persist/TestPersistBayes.cs index 48666630..130076bd 100644 --- a/encog-core-test/Persist/TestPersistBayes.cs +++ b/encog-core-test/Persist/TestPersistBayes.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistBoltzmann.cs b/encog-core-test/Persist/TestPersistBoltzmann.cs index 31d0b286..eed0174a 100644 --- a/encog-core-test/Persist/TestPersistBoltzmann.cs +++ b/encog-core-test/Persist/TestPersistBoltzmann.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; using Encog.Util; using System.IO; diff --git a/encog-core-test/Persist/TestPersistCPN.cs b/encog-core-test/Persist/TestPersistCPN.cs index 4696ea60..e1f10588 100644 --- a/encog-core-test/Persist/TestPersistCPN.cs +++ b/encog-core-test/Persist/TestPersistCPN.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistEPLPopulation.cs b/encog-core-test/Persist/TestPersistEPLPopulation.cs index c5af354b..fbdb8cab 100644 --- a/encog-core-test/Persist/TestPersistEPLPopulation.cs +++ b/encog-core-test/Persist/TestPersistEPLPopulation.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistFreeform.cs b/encog-core-test/Persist/TestPersistFreeform.cs index 670f1842..99c0bb2b 100644 --- a/encog-core-test/Persist/TestPersistFreeform.cs +++ b/encog-core-test/Persist/TestPersistFreeform.cs @@ -1,4 +1,26 @@ -using System; +// +// Encog(tm) Core v3.2 - .Net Version +// http://www.heatonresearch.com/encog/ +// +// Copyright 2008-2014 Heaton Research, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// For more information on Heaton Research copyrights, licenses +// and trademarks visit: +// http://www.heatonresearch.com/copyright +// +using System; using System.IO; using Encog.Neural.Freeform; using Encog.Util; diff --git a/encog-core-test/Persist/TestPersistHMM.cs b/encog-core-test/Persist/TestPersistHMM.cs index 5828c623..53836f75 100644 --- a/encog-core-test/Persist/TestPersistHMM.cs +++ b/encog-core-test/Persist/TestPersistHMM.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistHopfield.cs b/encog-core-test/Persist/TestPersistHopfield.cs index 145acd92..5034763c 100644 --- a/encog-core-test/Persist/TestPersistHopfield.cs +++ b/encog-core-test/Persist/TestPersistHopfield.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistNEAT.cs b/encog-core-test/Persist/TestPersistNEAT.cs index 9f173986..59a5a467 100644 --- a/encog-core-test/Persist/TestPersistNEAT.cs +++ b/encog-core-test/Persist/TestPersistNEAT.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistPNN.cs b/encog-core-test/Persist/TestPersistPNN.cs index 94532f0a..919f9e5a 100644 --- a/encog-core-test/Persist/TestPersistPNN.cs +++ b/encog-core-test/Persist/TestPersistPNN.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistPopulation.cs b/encog-core-test/Persist/TestPersistPopulation.cs index e4ee4b40..cd57db3d 100644 --- a/encog-core-test/Persist/TestPersistPopulation.cs +++ b/encog-core-test/Persist/TestPersistPopulation.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistRBF.cs b/encog-core-test/Persist/TestPersistRBF.cs index ecfa36ff..3a1c2840 100644 --- a/encog-core-test/Persist/TestPersistRBF.cs +++ b/encog-core-test/Persist/TestPersistRBF.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistSOM.cs b/encog-core-test/Persist/TestPersistSOM.cs index f9843470..224d1169 100644 --- a/encog-core-test/Persist/TestPersistSOM.cs +++ b/encog-core-test/Persist/TestPersistSOM.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; using Encog.Util; using System.IO; diff --git a/encog-core-test/Persist/TestPersistSVM.cs b/encog-core-test/Persist/TestPersistSVM.cs index de38a08e..fa217547 100644 --- a/encog-core-test/Persist/TestPersistSVM.cs +++ b/encog-core-test/Persist/TestPersistSVM.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Persist/TestPersistTrainingContinuation.cs b/encog-core-test/Persist/TestPersistTrainingContinuation.cs index e263201f..4d330b36 100644 --- a/encog-core-test/Persist/TestPersistTrainingContinuation.cs +++ b/encog-core-test/Persist/TestPersistTrainingContinuation.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Text; using System.Collections.Generic; diff --git a/encog-core-test/Properties/AssemblyInfo.cs b/encog-core-test/Properties/AssemblyInfo.cs index 7421ca4c..039db9cd 100644 --- a/encog-core-test/Properties/AssemblyInfo.cs +++ b/encog-core-test/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/encog-core-test/Util/NetworkUtil.cs b/encog-core-test/Util/NetworkUtil.cs index 63b8cd19..3bf22bc2 100644 --- a/encog-core-test/Util/NetworkUtil.cs +++ b/encog-core-test/Util/NetworkUtil.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.Collections.Generic; using System.Linq; diff --git a/encog-core-test/Util/Normalize/TestMapped.cs b/encog-core-test/Util/Normalize/TestMapped.cs index a7b2173d..01b4ff0b 100644 --- a/encog-core-test/Util/Normalize/TestMapped.cs +++ b/encog-core-test/Util/Normalize/TestMapped.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output.Mapped; using Encog.Util.Normalize.Target; diff --git a/encog-core-test/Util/Normalize/TestMultiplicative.cs b/encog-core-test/Util/Normalize/TestMultiplicative.cs index da85c07b..4bdc1a58 100644 --- a/encog-core-test/Util/Normalize/TestMultiplicative.cs +++ b/encog-core-test/Util/Normalize/TestMultiplicative.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output.Multiplicative; using Encog.Util.Normalize.Target; diff --git a/encog-core-test/Util/Normalize/TestNormArray.cs b/encog-core-test/Util/Normalize/TestNormArray.cs index 786cb436..8ba58e3c 100644 --- a/encog-core-test/Util/Normalize/TestNormArray.cs +++ b/encog-core-test/Util/Normalize/TestNormArray.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output; using Encog.Util.Normalize.Target; diff --git a/encog-core-test/Util/Normalize/TestNormCSV.cs b/encog-core-test/Util/Normalize/TestNormCSV.cs index b86976b3..08a49896 100644 --- a/encog-core-test/Util/Normalize/TestNormCSV.cs +++ b/encog-core-test/Util/Normalize/TestNormCSV.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output; diff --git a/encog-core-test/Util/Normalize/TestNormDataSet.cs b/encog-core-test/Util/Normalize/TestNormDataSet.cs index d9a148a4..7ba5bb5b 100644 --- a/encog-core-test/Util/Normalize/TestNormDataSet.cs +++ b/encog-core-test/Util/Normalize/TestNormDataSet.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.ML.Data.Basic; using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output; diff --git a/encog-core-test/Util/Normalize/TestSegregate.cs b/encog-core-test/Util/Normalize/TestSegregate.cs index 4d4270d5..8bdffde0 100644 --- a/encog-core-test/Util/Normalize/TestSegregate.cs +++ b/encog-core-test/Util/Normalize/TestSegregate.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output; using Encog.Util.Normalize.Segregate; diff --git a/encog-core-test/Util/Normalize/TestZAxis.cs b/encog-core-test/Util/Normalize/TestZAxis.cs index 0dcd6e9f..3a0c9ecb 100644 --- a/encog-core-test/Util/Normalize/TestZAxis.cs +++ b/encog-core-test/Util/Normalize/TestZAxis.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Encog.Util.Normalize.Input; using Encog.Util.Normalize.Output.ZAxis; using Encog.Util.Normalize.Target; diff --git a/encog-core-test/Util/SerializeRoundTrip.cs b/encog-core-test/Util/SerializeRoundTrip.cs index 833f3281..5bc88d23 100644 --- a/encog-core-test/Util/SerializeRoundTrip.cs +++ b/encog-core-test/Util/SerializeRoundTrip.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using System.IO; using System.Runtime.Serialization.Formatters.Binary; diff --git a/encog-core-test/Util/TempDir.cs b/encog-core-test/Util/TempDir.cs index 7677b347..8f2f24da 100644 --- a/encog-core-test/Util/TempDir.cs +++ b/encog-core-test/Util/TempDir.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System.IO; using Encog.Util.File; using Directory = System.IO.Directory; diff --git a/encog-core-test/Util/TestResourceLoader.cs b/encog-core-test/Util/TestResourceLoader.cs index 3ef64985..84bb6236 100644 --- a/encog-core-test/Util/TestResourceLoader.cs +++ b/encog-core-test/Util/TestResourceLoader.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using Microsoft.VisualStudio.TestTools.UnitTesting; using Encog.Util.File; diff --git a/encog-core-test/Util/XOR.cs b/encog-core-test/Util/XOR.cs index 58b29d56..3ca0117b 100644 --- a/encog-core-test/Util/XOR.cs +++ b/encog-core-test/Util/XOR.cs @@ -1,8 +1,8 @@ // -// Encog(tm) Core v3.2 - .Net Version (Unit Test) +// Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // -// Copyright 2008-2013 Heaton Research, Inc. +// Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ // For more information on Heaton Research copyrights, licenses // and trademarks visit: // http://www.heatonresearch.com/copyright +// using System; using Encog.ML.Data; using Encog.ML.Data.Basic;