Once the Weka has been trained, using J48 to classify, for example, how, from there (steps to be performed), apply the trained model on new input data, so that the classes of these inputs are generated by the trained system / model?
@relation sentido % xx atributos
@attribute sentar {sim, não}
@attribute sentado {sim, não}
@attribute carro {sim, não}
@attribute bicicleta {sim, não}
@attribute avião {sim, não}
@attribute barco {sim, não}
....
@attribute assento {sim, não} % classe
@data
não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não
não,não,sim,sim,não,não,sim,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,sim
não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não
...
Given, for example, this new entry, I need the system to tell the class what it belongs to :
não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,não,sim,não,não,não,não,?