Skip navigation links
A B C D E F G I K L M N O P R S T V W X Y 

A

avgFalsePositive() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
avgTruePositive() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 

B

BinaryClassifierEvaluator - Class in com.github.chen0040.svmext.evaluators
Created by xschen on 10/9/2016.
BinaryClassifierEvaluator() - Constructor for class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
BinaryClassifierEvaluator(int, int, int, int) - Constructor for class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
BinarySVC - Class in com.github.chen0040.svmext.classifiers
Created by xschen on 6/5/2017.
BinarySVC() - Constructor for class com.github.chen0040.svmext.classifiers.BinarySVC
 
BinarySVC.SVMType - Enum in com.github.chen0040.svmext.classifiers
 

C

C - Variable in class com.github.chen0040.libsvm.svm_parameter
 
C_SVC - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
cache_size - Variable in class com.github.chen0040.libsvm.svm_parameter
 
ClassifierEvaluator - Class in com.github.chen0040.svmext.evaluators
Created by xschen on 04/16/17.
ClassifierEvaluator() - Constructor for class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
classifiers - Variable in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
classify(DataRow) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
classLabels() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
coef0 - Variable in class com.github.chen0040.libsvm.svm_parameter
 
com.github.chen0040.libsvm - package com.github.chen0040.libsvm
 
com.github.chen0040.svmext - package com.github.chen0040.svmext
 
com.github.chen0040.svmext.classifiers - package com.github.chen0040.svmext.classifiers
 
com.github.chen0040.svmext.evaluators - package com.github.chen0040.svmext.evaluators
 
com.github.chen0040.svmext.oneclass - package com.github.chen0040.svmext.oneclass
 
com.github.chen0040.svmext.regression - package com.github.chen0040.svmext.regression
 
ConfusionMatrix - Class in com.github.chen0040.svmext.evaluators
Created by xschen on 04/16/17.
ConfusionMatrix() - Constructor for class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
copy(SupportVectorMachineNode) - Method in class com.github.chen0040.libsvm.SupportVectorMachineNode
 
copy(svm_model) - Method in class com.github.chen0040.libsvm.svm_model
 
copy(svm_parameter) - Method in class com.github.chen0040.libsvm.svm_parameter
 
copy(BinarySVC) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
copy(OneClassSVM) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
copy(SVR) - Method in class com.github.chen0040.svmext.regression.SVR
 
createClassifier(String) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
createClassifiers(DataFrame) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 

D

degree - Variable in class com.github.chen0040.libsvm.svm_parameter
 
durationInSeconds() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 

E

eps - Variable in class com.github.chen0040.libsvm.svm_parameter
 
EPSILON_SVR - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
evaluate(boolean, boolean) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
evaluate(String, String) - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 

F

fit(DataFrame) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
fit(DataFrame) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
fit(DataFrame) - Method in interface com.github.chen0040.svmext.Learner
 
fit(DataFrame) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
fit(DataFrame) - Method in class com.github.chen0040.svmext.regression.SVR
 

G

gamma - Variable in class com.github.chen0040.libsvm.svm_parameter
 
getAccuracy() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getAccuracy() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getAlpha() - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
getClassifierScore(DataRow, SVR) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
getClassLabels() - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
getColumnSum(String) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
getConfusionMatrix() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getCount(String, String) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
getCross_validation() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
getF1Score() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getF1ScoreByClass() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getFallout() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getFalloutByClass() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getFalseNegative() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getFalsePositive() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getFalsePositiveCount(String) - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getLabels() - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
getMacroF1Score() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getMatrix() - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
getMicroF1Score() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getMisclassificationRate() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getMisclassificationRate() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getModel() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
getName() - Method in class com.github.chen0040.svmext.regression.SVR
 
getParameters() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
getParameters() - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
getParameters() - Method in class com.github.chen0040.svmext.regression.SVR
 
getPrecision() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getPrecisionByClass() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getPredictedAnomalyDayCountByDayOfWeek() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getRecall() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getRecallByClass() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getRowSum(String) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
getSensitivity() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getSimulatedAnomalyTimeWindowCount() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getSpecificity() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getSummary() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getSummary() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
getSvm_print_null() - Static method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
getSVMType() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
getSVMType() - Method in class com.github.chen0040.svmext.regression.SVR
 
getTotalPredictedAnomalyDayCount() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getTrueNegative() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getTruePositive() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
getTruePositiveCount(String) - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 

I

incCount(String, String) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
index - Variable in class com.github.chen0040.libsvm.SupportVectorMachineNode
 
isAnomaly(DataRow) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
isInClass(DataRow) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
isQuiet() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
isQuiet() - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
isQuiet() - Method in class com.github.chen0040.svmext.regression.SVR
 
isShuffleData() - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 

K

kernel_type - Variable in class com.github.chen0040.libsvm.svm_parameter
 

L

l - Variable in class com.github.chen0040.libsvm.svm_model
 
l - Variable in class com.github.chen0040.libsvm.svm_problem
 
label - Variable in class com.github.chen0040.libsvm.svm_model
 
Learner - Interface in com.github.chen0040.svmext
Created by xschen on 6/5/2017.
LIBSVM_VERSION - Static variable in class com.github.chen0040.libsvm.SupportVectorMachine
 
LINEAR - Static variable in class com.github.chen0040.libsvm.svm_parameter
 

M

makeCopy() - Method in class com.github.chen0040.libsvm.SupportVectorMachineNode
 
makeCopy() - Method in class com.github.chen0040.libsvm.svm_model
 
makeCopy() - Method in class com.github.chen0040.libsvm.svm_parameter
 
makeCopy() - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
makeCopy() - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
makeCopy() - Method in class com.github.chen0040.svmext.regression.SVR
 

N

nr_class - Variable in class com.github.chen0040.libsvm.svm_model
 
nr_weight - Variable in class com.github.chen0040.libsvm.svm_parameter
 
nSV - Variable in class com.github.chen0040.libsvm.svm_model
 
nu - Variable in class com.github.chen0040.libsvm.svm_parameter
 
NU_SVC - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
NU_SVR - Static variable in class com.github.chen0040.libsvm.svm_parameter
 

O

ONE_CLASS - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
OneClassSVM - Class in com.github.chen0040.svmext.oneclass
Created by xschen on 2/5/2017.
OneClassSVM() - Constructor for class com.github.chen0040.svmext.oneclass.OneClassSVM
 
OneVsOneSVC - Class in com.github.chen0040.svmext.classifiers
Created by xschen on 8/20/2015 0020.
OneVsOneSVC(List<String>) - Constructor for class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
OneVsOneSVC() - Constructor for class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 

P

p - Variable in class com.github.chen0040.libsvm.svm_parameter
 
param - Variable in class com.github.chen0040.libsvm.svm_model
 
POLY - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
PRECOMPUTED - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
print(String) - Method in interface com.github.chen0040.libsvm.svm_print_interface
 
probA - Variable in class com.github.chen0040.libsvm.svm_model
 
probability - Variable in class com.github.chen0040.libsvm.svm_parameter
 
probB - Variable in class com.github.chen0040.libsvm.svm_model
 

R

rand - Static variable in class com.github.chen0040.libsvm.SupportVectorMachine
 
RBF - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
remerge(List<DataFrame>, int) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
report() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
report() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
reset() - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
reset() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
reset() - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
reset() - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
rho - Variable in class com.github.chen0040.libsvm.svm_model
 

S

score(DataRow) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
set_gamma(double) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
set_nu(double) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
setAccuracy(double) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setAlpha(double) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
setConfusionMatrix(ConfusionMatrix) - Method in class com.github.chen0040.svmext.evaluators.ClassifierEvaluator
 
setCross_validation(int) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setFalseNegative(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setFalsePositive(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setLabels(List<String>) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
setMatrix(Map<TupleTwo<String, String>, Integer>) - Method in class com.github.chen0040.svmext.evaluators.ConfusionMatrix
 
setMisclassificationRate(double) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setModel(svm_model) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setName(String) - Method in class com.github.chen0040.svmext.regression.SVR
 
setParameters(svm_parameter) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setPrecision(double) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setPredictedAnomalyDayCountByDayOfWeek(Map<String, Integer>) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setQuiet(boolean) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setQuiet(boolean) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
setQuiet(boolean) - Method in class com.github.chen0040.svmext.regression.SVR
 
setSensitivity(double) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setShuffleData(boolean) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
setSimulatedAnomalyTimeWindowCount(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setSvm_print_null(svm_print_interface) - Static method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setSVMType(BinarySVC.SVMType) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
setSVMType(SVR.SVMType) - Method in class com.github.chen0040.svmext.regression.SVR
 
setTotalPredictedAnomalyDayCount(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setTrueNegative(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
setTruePositive(int) - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
shrinking - Variable in class com.github.chen0040.libsvm.svm_parameter
 
SIGMOID - Static variable in class com.github.chen0040.libsvm.svm_parameter
 
split(DataFrame, int) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
startTimer() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
stopTimer() - Method in class com.github.chen0040.svmext.evaluators.BinaryClassifierEvaluator
 
SupportVectorMachine - Class in com.github.chen0040.libsvm
 
SupportVectorMachine() - Constructor for class com.github.chen0040.libsvm.SupportVectorMachine
 
SupportVectorMachineNode - Class in com.github.chen0040.libsvm
 
SupportVectorMachineNode() - Constructor for class com.github.chen0040.libsvm.SupportVectorMachineNode
 
SV - Variable in class com.github.chen0040.libsvm.svm_model
 
sv_coef - Variable in class com.github.chen0040.libsvm.svm_model
 
sv_indices - Variable in class com.github.chen0040.libsvm.svm_model
 
svm_check_parameter(svm_problem, svm_parameter) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_check_probability_model(svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_cross_validation(svm_problem, svm_parameter, int, double[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_labels(svm_model, int[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_nr_class(svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_nr_sv(svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_sv_indices(svm_model, int[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_svm_type(svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_get_svr_probability(svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_load_model(String) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_load_model(BufferedReader) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_model - Class in com.github.chen0040.libsvm
 
svm_model() - Constructor for class com.github.chen0040.libsvm.svm_model
 
svm_parameter - Class in com.github.chen0040.libsvm
 
svm_parameter() - Constructor for class com.github.chen0040.libsvm.svm_parameter
 
svm_predict(svm_model, SupportVectorMachineNode[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_predict_probability(svm_model, SupportVectorMachineNode[], double[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_predict_values(svm_model, SupportVectorMachineNode[], double[]) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_print_interface - Interface in com.github.chen0040.libsvm
 
svm_problem - Class in com.github.chen0040.libsvm
 
svm_problem() - Constructor for class com.github.chen0040.libsvm.svm_problem
 
svm_save_model(String, svm_model) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_set_print_string_function(svm_print_interface) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_train(svm_problem, svm_parameter) - Static method in class com.github.chen0040.libsvm.SupportVectorMachine
 
svm_type - Variable in class com.github.chen0040.libsvm.svm_parameter
 
SVR - Class in com.github.chen0040.svmext.regression
Created by xschen on 5/5/2017.
SVR() - Constructor for class com.github.chen0040.svmext.regression.SVR
 
SVR.SVMType - Enum in com.github.chen0040.svmext.regression
 

T

thresholdSupplier - Variable in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
transform(DataRow) - Method in class com.github.chen0040.svmext.classifiers.BinarySVC
 
transform(DataRow) - Method in class com.github.chen0040.svmext.classifiers.OneVsOneSVC
 
transform(DataRow) - Method in interface com.github.chen0040.svmext.Learner
 
transform(DataRow) - Method in class com.github.chen0040.svmext.oneclass.OneClassSVM
 
transform(DataRow) - Method in class com.github.chen0040.svmext.regression.SVR
 

V

value - Variable in class com.github.chen0040.libsvm.SupportVectorMachineNode
 
valueOf(String) - Static method in enum com.github.chen0040.svmext.classifiers.BinarySVC.SVMType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.chen0040.svmext.regression.SVR.SVMType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.chen0040.svmext.classifiers.BinarySVC.SVMType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.chen0040.svmext.regression.SVR.SVMType
Returns an array containing the constants of this enum type, in the order they are declared.

W

weight - Variable in class com.github.chen0040.libsvm.svm_parameter
 
weight_label - Variable in class com.github.chen0040.libsvm.svm_parameter
 

X

x - Variable in class com.github.chen0040.libsvm.svm_problem
 

Y

y - Variable in class com.github.chen0040.libsvm.svm_problem
 
A B C D E F G I K L M N O P R S T V W X Y 
Skip navigation links

Copyright © 2017. All rights reserved.