Rdocumentation
powered by
Learn R Programming
BigTSP (version 1.0)
Top Scoring Pair based methods for classification
Description
This package is trying to implement Top Scoring Pair based methods for classification including LDCA, TSP-tree, TSP-random forest and TSP gradient boosting algorithm.
Copy Link
Link to current version
Version
Version
1.0
Install
install.packages('BigTSP')
Monthly Downloads
13
Version
1.0
License
GPL (>= 2)
Maintainer
Xiaolin Yang
Last Published
August 21st, 2012
Functions in BigTSP (1.0)
Search all functions
print.cv.LDCA
print function for cv.LDCA
BigTSP-package
Top Scoring Pair based methods for classification.
print.LDCA
print the LDCA object
predict.tsp.randomForest
prediction function for tsp.randomForest
predict.tsp.tree
prediction function for tsp.tree
cv.LDCA
Cross validation for LDCA
predict.cv.LDCA
prediction function for cv.LDCA
tsp.tree
Fit a Classification Tree based on Top Scoring Pairs.
LDCA
Linear Discriminant Analysis based on Top Scoring Pair
tsp.gbm
Fits generalized boosted logistic regression models based on Top Scoring Pairs.
predict.tsp.gbm
prediction function for tsp.gbm
predict.LDCA
predict function for LDCA
tsp.randomForest
Classification with Random Forest based on Top Scoring Pairs