Click or drag to resize

relationShipCounter Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Counter for the web site
Inheritance Hierarchy
SystemObject
  changeBindableBase
    instanceCountCollectionspiderLinkRelationType
      imbWEM.Core.crawler.structurerelationShipCounter

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class relationShipCounter : instanceCountCollection<spiderLinkRelationType>

The relationShipCounter type exposes the following members.

Constructors
  NameDescription
Public methodrelationShipCounter
Initializes a new instance of the relationShipCounter class
Top
Properties
  NameDescription
Public propertyavgFreq
Description of $property$
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertybasePage
Public propertyChanges
Gets or sets the changes.
(Inherited from changeBindableBase.)
Public propertycompareModeDefault
Default compare mode used when compared against another instance
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertydiversityAntiRatio
Description of $property$
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertydiversityAntiValue
Description of $property$
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertydiversityRatio
Description of $property$
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyentropyFreq
Entropy of the sample
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyHasChanges
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.)
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyIsSynchronized (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyItem
Gets or sets the Object with the specified key.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertymaxFreq
The highest frequency
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertymedianFreq
The median of frequency
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyminFreq
The lowest frequency
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertypage
Public propertyrange
Description of $property$
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertysignature
Public propertystandardDeviation
Standard deviation in the fequencies
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertySyncRoot (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyTotalScore
Gets the total score - sum of all frequencies. It is total count of all instance in the sample.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public propertyvarianceFreq
Variance of the frequencies
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Top
Methods
  NameDescription
Public methodAddInstance(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodAddInstance(UTP, String)
Adds the specified item.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodAddInstanceRange(instanceCountCollectionUTP)
Adds all instances and their existing score
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodAddInstanceRange(IEnumerableUTP) (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodAddRelationShip
Public methodbuildDataTableSummaryRow
Builds the data table summary row.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodbuildDataTableSummaryTable
Builds the vertical table with all data
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodbuildSampleFequencyTableSorted
Builds the data table with statistics
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodClear
Removes all elements from the IDictionary object.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodCompareTo(Object)
Compares to.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodCompareTo(instanceCountCollectionFormulae, IInstanceCountCollection)
Compares to.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodContains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodDivideAllFrequencies (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodDivideFrequency (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodEquals (Inherited from Object.)
Public methodGetChanges
Gets the changes.
(Inherited from changeBindableBase.)
Public methodgetDataTableHorizontal (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodgetDataTableVertical (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRFreq
Returns relative frequency calculated as follows: absolute frequency divided by maximum frequency: rF = aF / maxF
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodGetRFreqArray
Returns Array of relative frequencies
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodgetSorted
Gets the sorted list with all instances
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodGetType (Inherited from Object.)
Public methodInvokeChanged
Sets current state of the object to be Changed (i.e. from now on the object will know it had some changes since last Accept call);
(Inherited from changeBindableBase.)
Public methodisKeyZero (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.)
Public methodreCalculate
Recalculates frequency statistics
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodReduce(instanceCountCollectionUTP)
Reduces this scores by specified source.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodReduce(UTP, Int32) (Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodReduceFreqAll
Reduces the freq to all items for the number specified
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodRemove
Removes the element with the specified key from the IDictionary object.
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodRemoveUnderFreg
Removes the entries having frequency under specified value
(Inherited from instanceCountCollectionspiderLinkRelationType.)
Public methodSetRelationShip
Public methodToString (Inherited from Object.)
Public methodToStringFormatted (Inherited from instanceCountCollectionspiderLinkRelationType.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value is changed
(Inherited from changeBindableBase.)
Top
See Also

Reference

[!:imbSCI.DataComplex.special.instanceCountCollection<T>.spider.structure.spiderLinkRelationType>]