Skip to content
Snippets Groups Projects
Commit 1b2d5a16 authored by bbauvin's avatar bbauvin
Browse files

Graalbrain compatibility

parent d98a164a
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,9 @@ def makeMeNoisy(viewData, randomState, percentage=15):
def getPlausibleDBhdf5(features, pathF, name, NB_CLASS=3, LABELS_NAME="", nbView=3,
nbClass=2, datasetLength=347, randomStateInt=42):
nbClass=2, datasetLength=347, randomStateInt=None):
"""Used to generate a plausible dataset to test the algorithms"""
randomStateInt = 42
randomState = np.random.RandomState(randomStateInt)
nbFeatures = 250
if not os.path.exists(os.path.dirname(pathF + "Plausible.hdf5")):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment