test(hoeffding_Init_With_Wrong_Label_Dims1,[error(_,system_error('Labels Vector is too short or its values are incorrect: should fit into [0,numClasses)!'))]):-
test(hoeffding_Init_With_Wrong_Label_Dims1,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(hoeffding_Init_With_Too_Many_Label_Value,[error(_,system_error('The values of the Label have to start at 0 and be >= 0 and < the given numClass!'))]):-
test(hoeffding_Classify_Different_Dims_To_Train,[error(_,system_error('Labels Vector is too short or its values are incorrect: should fit into [0,numClasses)!'))]):-
%% seems to be able to classify diffrent Dimensions than trained
test(hoeffding_Train_With_Wrong_Label_Dims1,[error(_,system_error('Labels Vector is too short or its values are incorrect: should fit into [0,numClasses)!'))]):-
test(hoeffding_Train_With_Wrong_Label_Dims1,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(hoeffding_Train_With_Too_Many_Label_Value,[error(_,system_error('The values of the Label have to start at 0 and be >= 0 and < the given numClass!'))]):-