AsposeSvm
Contents
[
Hide
]
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.barcode.barcoderecognition.common.svm.IAsposeSvm
public class AsposeSvm implements IAsposeSvm
Constructors
| Constructor | Description |
|---|---|
| AsposeSvm(MulticlassSvmModel model) |
Methods
AsposeSvm(MulticlassSvmModel model)
public AsposeSvm(MulticlassSvmModel model)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| model | MulticlassSvmModel |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
logLikelihood(System.Collections.Generic.List<double[]> features, int classIndex)
public double[] logLikelihood(System.Collections.Generic.List<double[]> features, int classIndex)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| features | com.aspose.ms.System.Collections.Generic.List<double[]> | |
| classIndex | int |
Returns: double[]
logLikelihood(double[] input, int classIndex)
public double logLikelihood(double[] input, int classIndex)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | double[] | |
| classIndex | int |
Returns: double
logLikelihood(double[][] input, int classIndex, double[] result)
public double[] logLikelihood(double[][] input, int classIndex, double[] result)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | double[][] | |
| classIndex | int | |
| result | double[] |
Returns: double[]
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
scores(double[] input)
public double[] scores(double[] input)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | double[] |
Returns: double[]
scores(double[] input, double[] result)
public double[] scores(double[] input, double[] result)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | double[] | |
| result | double[] |
Returns: double[]
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |