Serialized Form


Package <Unnamed>

Class svm_toy extends Applet implements Serializable

Serialized Fields

XLEN

int XLEN

YLEN

int YLEN

buffer

Image buffer

buffer_gc

Graphics buffer_gc

point_list

Vector<E> point_list

current_value

byte current_value

Package libsvm

Class libsvm.svm_model extends Object implements Serializable

Serialized Fields

param

svm_parameter param

nr_class

int nr_class

l

int l

SV

svm_node[][] SV

sv_coef

double[][] sv_coef

rho

double[] rho

probA

double[] probA

probB

double[] probB

label

int[] label

nSV

int[] nSV

Class libsvm.svm_node extends Object implements Serializable

Serialized Fields

index

int index

value

double value

Class libsvm.svm_parameter extends Object implements Serializable

Serialized Fields

svm_type

int svm_type

kernel_type

int kernel_type

degree

int degree

gamma

double gamma

coef0

double coef0

cache_size

double cache_size

eps

double eps

C

double C

nr_weight

int nr_weight

weight_label

int[] weight_label

weight

double[] weight

nu

double nu

p

double p

shrinking

int shrinking

probability

int probability

Class libsvm.svm_problem extends Object implements Serializable

Serialized Fields

l

int l

y

double[] y

x

svm_node[][] x



Copyright © 2011. All Rights Reserved.