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]!'))]):-
test(random_forest_InitModelWithTrainWithWeights_Too_Short_Label,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(random_forest_InitModelWithTrainWithWeights_Too_Long_Label,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(random_forest_InitModelWithTrainWithWeights_Too_Many_Label_Classes,[error(_,system_error('The given Labels dont fit the format [0,Numclasses-1]!'))]):-
test(random_forest_InitModelWithTrainWithWeights_Too_Short_Weights,[error(_,system_error('The number of data points does not match the number of weights!'))]):-
test(random_forest_InitModelWithTrainWithWeights_Too_Long_Weights,[error(_,system_error('The number of data points does not match the number of weights!'))]):-