edu.psu.geovista.app.errormatrix
Class calculations
java.lang.Object
edu.psu.geovista.app.errormatrix.calculations
- public class calculations
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calculations
public calculations()
getPercentageCorrect
public double getPercentageCorrect(int[][] errormat)
totalcorrect
public int totalcorrect(int[][] errormat)
distinctCategories
public java.util.Vector distinctCategories(int[][] reference,
int[][] image)
siteAccuracy
public int[][] siteAccuracy(int[][] reference,
int[][] image)
nonsiteAccuracy
public java.util.Vector nonsiteAccuracy(int[][] reference,
int[][] image)
kappa
public double kappa(int[][] errormat)
EO
public double[] EO(int[][] errormat)
EC
public double[] EC(int[][] errormat)
PA
public double[] PA(int[][] errormat)
CA
public double[] CA(int[][] errormat)
rowtotals
public int[] rowtotals(int[][] errormat)
columntotals
public int[] columntotals(int[][] errormat)
updatematrix
public java.util.Vector updatematrix(int[][] errormat,
java.util.Vector colhead)
Copyright © 1996-2003 GeoVista Center. All Rights Reserved.