arc (Q132950): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Added link to MaRDI item.
 
(8 intermediate revisions by one other user not shown)
Property / last update
7 November 2020
Timestamp+2020-11-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 7 November 2020 / rank
Normal rank
 
Property / imports
 
Property / imports: methods / rank
Normal rank
 
Property / imports
 
Property / imports: datasets / rank
Normal rank
 
Property / imports
 
Property / imports: Matrix / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: arules / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: R.utils / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: discretization / rank
Normal rank
 
Property / software version identifier
 
1.0
Property / software version identifier: 1.0 / rank
 
Normal rank
Property / software version identifier: 1.0 / qualifier
 
publication date: 7 September 2016
Timestamp+2016-09-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.1.2
Property / software version identifier: 1.1.2 / rank
 
Normal rank
Property / software version identifier: 1.1.2 / qualifier
 
publication date: 24 August 2017
Timestamp+2017-08-24T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.1.3
Property / software version identifier: 1.1.3 / rank
 
Normal rank
Property / software version identifier: 1.1.3 / qualifier
 
publication date: 15 November 2017
Timestamp+2017-11-15T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.1.4
Property / software version identifier: 1.1.4 / rank
 
Normal rank
Property / software version identifier: 1.1.4 / qualifier
 
publication date: 5 March 2018
Timestamp+2018-03-05T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.1
Property / software version identifier: 1.1 / rank
 
Normal rank
Property / software version identifier: 1.1 / qualifier
 
publication date: 2 March 2017
Timestamp+2017-03-02T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.2
Property / software version identifier: 1.2 / rank
 
Normal rank
Property / software version identifier: 1.2 / qualifier
 
publication date: 18 April 2018
Timestamp+2018-04-18T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.4
Property / software version identifier: 1.4 / rank
 
Normal rank
Property / software version identifier: 1.4 / qualifier
 
publication date: 17 August 2023
Timestamp+2023-08-17T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
17 August 2023
Timestamp+2023-08-17T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 17 August 2023 / rank
 
Normal rank
Property / description
 
Implements the Classification-based on Association Rules (CBA) algorithm for association rule classification. The package, also described in Hahsler et al. (2019) <doi:10.32614/RJ-2019-048>, contains several convenience methods that allow to automatically set CBA parameters (minimum confidence, minimum support) and it also natively handles numeric attributes by integrating a pre-discretization step. The rule generation phase is handled by the 'arules' package. To further decrease the size of the CBA models produced by the 'arc' package, postprocessing by the 'qCBA' package is suggested.
Property / description: Implements the Classification-based on Association Rules (CBA) algorithm for association rule classification. The package, also described in Hahsler et al. (2019) <doi:10.32614/RJ-2019-048>, contains several convenience methods that allow to automatically set CBA parameters (minimum confidence, minimum support) and it also natively handles numeric attributes by integrating a pre-discretization step. The rule generation phase is handled by the 'arules' package. To further decrease the size of the CBA models produced by the 'arc' package, postprocessing by the 'qCBA' package is suggested. / rank
 
Normal rank
Property / author
 
Property / author: Tomas Kliegr / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: GNU General Public License, version 3.0 / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / depends on software
 
Property / depends on software: arules / rank
 
Normal rank
Property / depends on software: arules / qualifier
 
Property / depends on software
 
Property / depends on software: R.utils / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: discretization / rank
 
Normal rank
Property / imports
 
Property / imports: Matrix / rank
 
Normal rank
Property / imports: Matrix / qualifier
 
Property / imports
 
Property / imports: methods / rank
 
Normal rank
Property / imports
 
Property / imports: datasets / rank
 
Normal rank
Property / cites work
 
Property / cites work: Associative Classification in R: arc, arulesCBA, and rCBA / rank
 
Normal rank
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 19:56, 12 March 2024

Association Rule Classification
Language Label Description Also known as
English
arc
Association Rule Classification

    Statements

    0 references
    1.3
    7 November 2020
    0 references
    1.0
    7 September 2016
    0 references
    1.1.2
    24 August 2017
    0 references
    1.1.3
    15 November 2017
    0 references
    1.1.4
    5 March 2018
    0 references
    1.1
    2 March 2017
    0 references
    1.2
    18 April 2018
    0 references
    1.4
    17 August 2023
    0 references
    0 references
    0 references
    17 August 2023
    0 references
    Implements the Classification-based on Association Rules (CBA) algorithm for association rule classification. The package, also described in Hahsler et al. (2019) <doi:10.32614/RJ-2019-048>, contains several convenience methods that allow to automatically set CBA parameters (minimum confidence, minimum support) and it also natively handles numeric attributes by integrating a pre-discretization step. The rule generation phase is handled by the 'arules' package. To further decrease the size of the CBA models produced by the 'arc' package, postprocessing by the 'qCBA' package is suggested.
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references