Package org.apache.tika.detect
Class NNTrainedModel
java.lang.Object
org.apache.tika.detect.TrainedModel
org.apache.tika.detect.NNTrainedModel
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionNNTrainedModel(int nInput, int nHidden, int nOutput, float[] nn_params) Deprecated. -
Method Summary
-
Constructor Details
-
NNTrainedModel
public NNTrainedModel(int nInput, int nHidden, int nOutput, float[] nn_params) Deprecated.
-
-
Method Details
-
predict
public double predict(double[] unseen) Deprecated.- Specified by:
predictin classTrainedModel
-
predict
public float predict(float[] unseen) Deprecated.The given input vector of unseen is m=(256 + 1) * n= 1 this returns a prediction probability- Specified by:
predictin classTrainedModel
-