test(random_forest_InitModelWithTrainNoWeights_Too_Short_Label,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(random_forest_InitModelWithTrainNoWeights_Too_Long_Label,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(random_forest_InitModelWithTrainNoWeights_Too_Many_Label_Classes,[error(_,system_error('The given Labels dont fit the format [0,Numclasses-1]!'))]):-