Documentation of 'jsat.classifiers.DDAG' Java class
DDAG
jsat.classifiers

Class DDAG

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Classifier, Parameterized


    public class DDAG
    extends OneVSOne
    Decision Directed Acyclic Graph (DDAG) classifier. DDAG extends binary decision classifiers into multi-class decision classifiers. Unlike OneVSOne, DDAG results are hard classification decisions, and will not give probabilistic estimates. Accuracy is often very similar, but DDAG classification speed can be significantly faster, as it does not evaluate all possible combinations of classifiers.
    See Also:
    Serialized Form
    • Constructor Detail

      • DDAG

        public DDAG(Classifier baseClassifier,
                    boolean concurrentTrain)
        Creates a new DDAG classifier to extend a binary classifier to handle multi-class problems.
        Parameters:
        baseClassifier - the binary classifier to extend
        concurrentTrain - true to have training of individual classifiers occur in parallel, false to have them use their native parallel training method.
      • DDAG

        public DDAG(Classifier baseClassifier)
        Creates a new DDAG classifier to extend a binary classifier to handle multi-class problems.
        Parameters:
        baseClassifier - the binary classifier to extend

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.