All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----weka.classifiers.m5.Dvector
public Dvector()
public static final double[] copy(double a[], int n)
a
- a double vector
n
- a[0:n-1] will be copied
public static final void print(double a[], int first, int last)
a
- a double vector
first
- the index of the first instance for printing
last
- the index of the last instance for printing
All Packages Class Hierarchy This Package Previous Next Index WEKA's home