LkbConfidenceSupportP {FKBL}R Documentation

Creates a set of parameters for LkbConfidenceSupportL

Description

Creates a set of parameters for LkbConfidenceSupportL. It is a wrapper for the "list" function, which creates the appropriate list with the appropriate codes.

Usage

 LkbConfidenceSupportP(P,weight)

Arguments

Takes the partitions and the weight.

P The partitions.
weight The weight of the method.

Value

Returns a list.
list(p=P,we=weight)
p is for Partitions and we is for weight.

Source

begin{itemize}

  • Ishibuchi, H., Nakashima, T., Nii, M.
  • "Classification and modeling with linguistic information granules."
  • Soft Computing Approaches to Linguistic Data Mining.
  • Springer-Verlag, 2003 end{itemize}

    Examples

     data(P)
     LkbConfidenceSupportP(P,0)
    

    [Package FKBL version 0.50-4 Index]