|
__init__(self,
*params,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
get_spearman_correlation(self,
rank_name_1,
rank_name_2) |
source code
|
|
tuple(float, float)
|
|
|
get_kendall_tau_vector(self,
rank_name_1,
rank_name_2) |
source code
|
|
|
get_kendall_tau_avg(self,
rank_name_1,
rank_name_2) |
source code
|
|
|
get_kendall_tau_freq(self,
rank_name_1,
rank_name_2) |
source code
|
|
|
selectbest_accuracy(self,
estimated_rank_name,
original_rank_name) |
source code
|
|
|
|
|
best_predicted_vs_human(self,
predicted_rank_name,
original_rank_name) |
source code
|
|
|
mrr(self,
predicted_rank_name,
original_rank_name) |
source code
|
|
|
avg_predicted_ranked(self,
predicted_rank_name,
original_rank_name) |
source code
|
|
|
avg_first_ranked(self,
predicted_rank_name,
original_rank_name)
Provide an integer that shows the predicted rank of the best system
It is averaged over all segments. |
source code
|
|
tuple(float, float)
|
get_kendall_tau(self,
predicted_rank_name,
original_rank_name,
**kwargs)
Calculates average Kendall tau of predicted vs human ranking
according to WMT12 (Birch et. |
source code
|
|
tuple(float, float)
|
get_kendall_tau_b(self,
predicted_rank_name,
original_rank_name)
Calculates Kendall tau beta of predicted vs human ranking according
to the Knight (1966) [scipy implementation] taking account of ties |
source code
|
|
Inherited from dataset.DataSet :
__eq__ ,
__iter__ ,
add_attribute_vector ,
append_dataset ,
clone ,
compare ,
confirm_attributes ,
ensure_judgment_ids ,
get_all_attribute_names ,
get_annotations ,
get_attribute_names ,
get_discrete_attribute_values ,
get_head_sentences ,
get_multisource_strings ,
get_nested_attribute_names ,
get_parallelsentences ,
get_parallelsentences_per_sentence_id ,
get_parallelsentences_with_judgment_ids ,
get_singlesource_strings ,
get_size ,
get_tail_sentences ,
get_target_strings ,
get_translations_count_vector ,
import_target_attributes_onsystem ,
merge_dataset ,
merge_dataset_symmetrical ,
merge_references_symmetrical ,
modify_singlesource_strings ,
modify_target_strings ,
remove_ties ,
select_attribute_names ,
split ,
write_singlesource_strings_file
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|