Package | Description |
---|---|
org.apache.solr.ltr |
This package contains the main logic for performing the reranking using
a Learning to Rank model.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureLogger.FeatureFormat |
FeatureLogger.featureFormat |
Modifier and Type | Method and Description |
---|---|
static FeatureLogger.FeatureFormat |
FeatureLogger.FeatureFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLogger.FeatureFormat[] |
FeatureLogger.FeatureFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CSVFeatureLogger(String fvCacheName,
FeatureLogger.FeatureFormat f) |
CSVFeatureLogger(String fvCacheName,
FeatureLogger.FeatureFormat f,
char keyValueSep,
char featureSep) |
FeatureLogger(String fvCacheName,
FeatureLogger.FeatureFormat f) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.