The weka.core.Instances.numClasses is a method in the Java programming language in the Weka library. It is used to determine the number of distinct classes in a dataset. The result returned is the total number of different classes present in the instances.
Java Instances.numClasses - 30 examples found. These are the top rated real world Java examples of weka.core.Instances.numClasses extracted from open source projects. You can rate examples to help us improve the quality of examples.