Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ranking-class

Class "ranking"


Description

Object of the class "ranking" are created from the ranking function and extend the class matrix

Objects from the Class

Objects can be created by calls of the form new("ranking", ...).

Slots

.Data:

Object of class "matrix" containing the data ranking and scores

convergence:

Object of class "matrix" containing the convergence matrix

edgegraph:

Object of class "matrix" containing the edgegraph

Extends

Class "matrix", directly.

Methods

show

signature(object = "ranking"): displays the ranking score matrix

Author(s)

See Also

Examples

data(spirals)

## create data set to be ranked
ran<-spirals[rowSums(abs(spirals)<0.55)==2,]

## rank points according to "relevance" to point 54 (up left)
ranked<-ranking(ran,54,kernel="rbfdot",
                kpar=list(sigma=100),edgegraph=TRUE)

ranked
edgegraph(ranked)[1:10,1:10]

kernlab

Kernel-Based Machine Learning Lab

v0.9-29
GPL-2
Authors
Alexandros Karatzoglou [aut, cre], Alex Smola [aut], Kurt Hornik [aut], National ICT Australia (NICTA) [cph], Michael A. Maniscalco [ctb, cph], Choon Hui Teo [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.