tubes.ml.pkg1.MyC45.java Source code

Java tutorial

Introduction

Here is the source code for tubes.ml.pkg1.MyC45.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.classifiers.trees.J48;
import weka.core.Instances;

/**
 *
 * @author Alriana
 */
public class MyC45 extends weka.classifiers.trees.J48 {
    @Override
    public void buildClassifier(Instances i) throws Exception {
        //To change body of generated methods, choose Tools | Templates.
        throw new UnsupportedOperationException("Not supported yet.");
    }
}