IntelligenceLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(22 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
*[[Package IntelligenceLabBasicPkg]] - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab. | *[[Package IntelligenceLabBasicPkg]] - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab. | ||
*[[Package IntelligenceLabPkg]] - Contains the artifficial intelligence components and classes for IntelligenceLab. | *[[Package IntelligenceLabPkg]] - Contains the artifficial intelligence components and classes for IntelligenceLab. | ||
− | *[[Package | + | *[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products. |
+ | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components. | ||
+ | *[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | ||
== Components == | == Components == | ||
=== From [[Package IntelligenceLabPkg]] === | === From [[Package IntelligenceLabPkg]] === | ||
Line 30: | Line 32: | ||
*[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data. | *[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data. | ||
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data. | *[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data. | ||
+ | === From [[Package TimingLabBasicPkg]] === | ||
+ | *[[Image:BIGTLThreadEvent.gif]] [[Image:TLThreadEvent.gif]] [[Image:NETTLThreadEvent.gif]] '''[[Class TLThreadEvent.TTLThreadEvent|TTLThreadEvent]]''' - Executes event in a separated thread. | ||
+ | *[[Image:BIGTLMainThreadEvent.gif]] [[Image:TLMainThreadEvent.gif]] [[Image:NETTLMainThreadEvent.gif]] '''[[Class TLMainThreadEvent.TTLMainThreadEvent|TTLMainThreadEvent]]''' - Allows other threads to generate main thread notifications. | ||
+ | *[[Image:BIGTLStopWatch.gif]] [[Image:TLStopWatch.gif]] [[Image:NETTLStopWatch.gif]] '''[[Class TLStopWatch.TTLStopWatch|TTLStopWatch]]''' - Measures time intervals. | ||
+ | *[[Image:BIGTLFrequencyMeter.gif]] [[Image:TLFrequencyMeter.gif]] [[Image:NETTLFrequencyMeter.gif]] '''[[Class TLFrequencyMeter.TTLFrequencyMeter|TTLFrequencyMeter]]''' - Measures frequency of events. | ||
+ | *[[Image:BIGTLCounter.gif]] [[Image:TLCounter.gif]] [[Image:NETTLCounter.gif]] '''[[Class TLCounter.TTLCounter|TTLCounter]]''' - Counts events. | ||
+ | *[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer. | ||
+ | *[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components. |
Latest revision as of 00:29, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Contents |
Description
Artificial Intelligence Library
Packages
- Package IntelligenceLabBasicPkg - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab.
- Package IntelligenceLabPkg - Contains the artifficial intelligence components and classes for IntelligenceLab.
- Package Mitov.BasicLab - Contains the basic components and classes for all the products.
- Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
Components
From Package IntelligenceLabPkg
- TILTrainingData - Prepares training data for the classifiers.
- TILSelfOrganizingMap - Self Organizing Map classifier.
- TILNeuron - General purpose neuron component.
- TILNeuralNetwork - Neural Network classifier.
- TILNeuralNetworkBackpropTrain - Trains neural networks using Backprop algorithm.
- TILNeuralNetworkRPropTrain - Trains neural networks using RProp algorithm.
- TILNaiveBayes - Naive Bayesian classifier.
- TILKNearestNeighbor - K Nearest Neighbor classifier.
- TILRadialBasisFunctionNetwork - Radial Basis Function Network classifier.
From Package SignalLabBasicPkg
- TSLPair - Pairs multiple data buffers together.
- TSLGenericReal - User defined filter for Real data.
- TSLGenericFilter - User defined filter for Binary data.
- TSLGenericGen - User defined generator for Binary data.
- TSLGenericRealGen - User defined generator for Real data.
- TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package TimingLabBasicPkg
- TTLThreadEvent - Executes event in a separated thread.
- TTLMainThreadEvent - Allows other threads to generate main thread notifications.
- TTLStopWatch - Measures time intervals.
- TTLFrequencyMeter - Measures frequency of events.
- TTLCounter - Counts events.
- TTLWatchDogTimer - Implements a Watch Dog Timer.
- TTLClockGen - Provides clock for other components.