public class perceptron extends Object
| Constructor and Description |
|---|
perceptron() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static double |
percept(double[] w,
double[] x) |
static int |
perceptAndThreshold(double[] w,
double[] x) |
public static double percept(double[] w,
double[] x)
public static int perceptAndThreshold(double[] w,
double[] x)
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.