public class XGBoostModel extends Object implements Model, RankingSource
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories() |
FeatureRanking |
getFeatureRanking() |
Map<String,Integer> |
getFeatureScore()
Deprecated.
Use
getFeatureRanking() instead. |
static void |
main(String[] args) |
String |
toString() |
public Set<String> getCategories()
getCategories in interface Modelpublic FeatureRanking getFeatureRanking()
getFeatureRanking in interface RankingSource@Deprecated public Map<String,Integer> getFeatureScore()
getFeatureRanking() instead.public static void main(String[] args) throws IOException
IOExceptionCopyright © 2018. All rights reserved.