IWeightTableSet Interface |
Namespace: imbSCI.DataComplex
public interface IWeightTableSet : IEnumerable<IWeightTable>, IEnumerable
The IWeightTableSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateDocument |
Document with summary information on the terms
| |
| dataSet | ||
| Item |
Gets the IWeightTable for the specified document name.
| |
| name |
| Name | Description | |
|---|---|---|
| Add(IWeightTable) |
Adds the specified document and processes all terms contained
| |
| Add(IWeightTable, IWeightTableTerm, Boolean) |
Adds term to the table specified
| |
| AddTable |
Adds new IWeightTable with name nad terms collection
| |
| GetAggregateDataTable |
Gets the aggregate table.
| |
| GetBDFreq(String) |
Gets the binary document frequency of the specified term, i.e.: number of documents containing the term
| |
| GetBDFreq(IWeightTableTerm) |
Gets the binary document frequency of the specified term, i.e.: number of documents containing the term
| |
| GetDataSet |
Gets the data set with all tables made for each document contained. Optionally creates aggregate table as the first table in the dataset.
| |
| GetDataTable |
Gets the table for the specified document
| |
| GetIDF(String) |
Gets the idf - inverse document frequency
| |
| GetIDF(IWeightTableTerm) |
Gets the tf idf (term frequency - inverse document frequency
| |
| updateMaxValues |
Updates the maximum AFreq and CWeight - if chagnes occured since last call.
|
| Name | Description | |
|---|---|---|
| buildDataTable |
2017::Builds data table out of collection. Supported properties: primitives, enums and IGetFromToString interface types
(Defined by DataTableBuilders.) | |
| BuildDataTableHorizontal |
Builds the data table using reflection and selected columns. Supports formating instruction, expression and other advanced atributes
(Defined by PropertyDataStructureTools.) | |
| buildPropertyCollectionList |
Builds the property collection list from IEnumerable source collection
(Defined by imbPropertyCollectionExtensions.) | |
| ConvertListIWeightTable, TTarget | (Defined by collectionExtensions.) | |
| ConvertToListTTarget | (Defined by collectionExtensions.) | |
| count |
Universal counting
(Defined by collectionExtensions.) | |
| CreateNestedDataTableIWeightTable, TInner |
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.) | |
| GetAggregatesIWeightTable |
Gets aggregated version of the objects
(Defined by collectionAggregation.) | |
| getAllEnums |
Gathers all enumerations found in the collection
(Defined by collectionExtensions.) | |
| getAllOfTypeT |
Gets the first instance of type in supplied collection. makeNewIfNotFound (Defined by collectionExtensions.) | |
| GetChartDataTableIWeightTable |
Makes data table for chart
(Defined by UniversalGenerators.) | |
| GetCrossSectionIWeightTable |
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.) | |
| GetDifferenceIWeightTable | (Defined by collectionExtensions.) | |
| getFirstOfTypeT |
Gets the first instance that is compatibile with T in supplied collection. Supports PropertyCollection and other collections
(Defined by collectionExtensions.) | |
| getFirstSafe |
Gets the first safe.
(Defined by collectionExtensions.) | |
| getFlatArrayT | (Defined by collectionExtensions.) | |
| getFlatListT | (Defined by collectionExtensions.) | |
| GetHistogramModelIWeightTable | (Defined by histogramModelExtensions.) | |
| GetSVGChartIWeightTable | (Defined by UniversalGenerators.) | |
| GetSVGPieChartIWeightTable |
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.) | |
| GetTrendIWeightTable |
Gets the trend from set of objects
(Defined by measureTrendTools.) | |
| GetUnionIWeightTable | (Defined by collectionExtensions.) | |
| imbFirstOrMoreIWeightTable |
Vraca jedan ili vise resursa koji ispunjavaju uslov
(Defined by collectionExtensions.) | |
| imbFirstSafe(Int32) | Overloaded.
Imbs the first safe.
(Defined by collectionExtensions.) | |
| imbFirstSafeIWeightTable(Int32) | Overloaded.
Proverava uslov
(Defined by collectionExtensions.) | |
| imbFirstSafeIWeightTable(FuncIWeightTable, Boolean) | Overloaded.
Proverava uslov
(Defined by collectionExtensions.) | |
| imbGetIndexOf |
Gets index of item in an unknown enumeration
(Defined by collectionExtensions.) | |
| imbGetItemAt |
Universal method for getting element out of unknown IEnumerable (Defined by collectionExtensions.) | |
| imbLastSafeIWeightTable |
Imbs the last safe.
(Defined by collectionExtensions.) | |
| isNullOrEmpty |
Proverava da li je kolekcija null ili bez clanova
(Defined by collectionExtensions.) | |
| markdownList |
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringMarkdownExtensions.) | |
| RandomizeToListIWeightTable |
Returns a new list where the elements are randomly shuffled.
Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.) | |
| takeFirstFromListIWeightTable(IWeightTable) | Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.) | |
| takeFirstFromListIWeightTable(IEnumerableIWeightTable, IWeightTable) | Overloaded.
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
(Defined by collectionExtensions.) | |
| textList |
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringTextExtensions.) | |
| toCsvFileIWeightTable |
2017: Saves CSV to file from path
(Defined by csvFileExtensions.) | |
| toCsvInLine |
Renders CSV line from [!:object.toStringSafe()], [!:separator] is removed from item String
(Defined by imbDataExtensions.) | |
| toListIWeightTable |
Konvertuje niz u listu
(Defined by collectionExtensions.) |