Skip to content
Snippets Groups Projects
Commit 5dadc797 authored by bbauvin's avatar bbauvin
Browse files

Should be working with realdset

parent 857caf1c
Branches
Tags
No related merge requests found
...@@ -356,7 +356,7 @@ def execClassif(arguments): ...@@ -356,7 +356,7 @@ def execClassif(arguments):
getDatabase = getattr(DB, "get" + args.name + "DB" + args.type[1:]) getDatabase = getattr(DB, "get" + args.name + "DB" + args.type[1:])
DATASET, LABELS_DICTIONARY = getDatabase(args.views, args.pathF, args.name, args.CL_nbClass, DATASET, LABELS_DICTIONARY = getDatabase(args.views, args.pathF, args.name, args.CL_nbClass,
args.CL_classes) args.CL_classes, randomState)
classificationIndices = execution.genSplits(DATASET.get("Labels").value, args.CL_split, statsIterRandomStates) classificationIndices = execution.genSplits(DATASET.get("Labels").value, args.CL_split, statsIterRandomStates)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment