Skip to content
Snippets Groups Projects
Commit 33e944d4 authored by Michele Alberti's avatar Michele Alberti
Browse files

[stdlib] Rename theory to more precise name DataSetClassification.

parent 9718c499
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ type interpreted_task = {
}
let find_predicate_ls env p =
let dataset_th = Pmodule.read_module env [ "caisar" ] "DataSet" in
let dataset_th =
Pmodule.read_module env [ "caisar" ] "DataSetClassification"
in
Theory.ns_find_ls dataset_th.mod_theory.th_export [ p ]
let interpret_predicate env ls =
......
......@@ -38,7 +38,7 @@ theory Model
function predict: model -> array t -> int
end
theory DataSet
theory DataSetClassification
use ieee_float.Float64
use int.Int
use array.Array
......
......@@ -30,8 +30,7 @@ Test verify
> use TestSVM.SVMasArray
> use ieee_float.Float64
> use int.Int
> use array.Array
> use caisar.DataSet
> use caisar.DataSetClassification
>
> goal G: robust svm_apply dataset (8.0:t)
> goal H: correct svm_apply dataset (8.0:t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment