Examples of dataset()


Examples of weka.core.Instances.dataset()

        textTitle =
    textTitle.substring(textTitle.lastIndexOf('.')+1,
            textTitle.length());
        String results = "=== Performance information ===\n\n"
    "Scheme:   " + textTitle + "\n"
    "Relation: "+ inst.dataset().relationName() + "\n\n"
    + m_eval.toSummaryString();
              if (inst.classIndex() >= 0 &&
                  inst.classAttribute().isNominal() &&
                  (m_outputInfoRetrievalStats)) {
                results += "\n" + m_eval.toClassDetailsString();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.