tubes.ml.pkg1.MyID3.java Source code

Java tutorial

Introduction

Here is the source code for tubes.ml.pkg1.MyID3.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package tubes.ml.pkg1;

import weka.core.Instances;
import weka.classifiers.trees.Id3;
import weka.classifiers.*;

/**
 *
 * @author Alriana
 */
public class MyID3 extends weka.classifiers.trees.Id3 {

    @Override
    public void buildClassifier(Instances i) throws Exception {
        //To change body of generated methods, choose Tools | Templates.
        throw new UnsupportedOperationException("Not supported yet.");
    }

}