forgotten export
This commit is contained in:
parent
995beb6dbc
commit
a86828e3a8
@ -1,5 +1,5 @@
|
|||||||
name: geval
|
name: geval
|
||||||
version: 0.2.1.0
|
version: 0.2.2.0
|
||||||
synopsis: Machine learning evaluation tools
|
synopsis: Machine learning evaluation tools
|
||||||
description: Please see README.md
|
description: Please see README.md
|
||||||
homepage: http://github.com/name/project
|
homepage: http://github.com/name/project
|
||||||
|
@ -2,6 +2,8 @@ module GEval.Core
|
|||||||
( geval,
|
( geval,
|
||||||
gevalCore,
|
gevalCore,
|
||||||
Metric(..),
|
Metric(..),
|
||||||
|
MetricOrdering(..),
|
||||||
|
getMetricOrdering,
|
||||||
MetricValue,
|
MetricValue,
|
||||||
GEvalSpecification(..),
|
GEvalSpecification(..),
|
||||||
GEvalOptions(..),
|
GEvalOptions(..),
|
||||||
|
Loading…
Reference in New Issue
Block a user