Skip to content

Commit

Permalink
Update DeepBelief.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nsipplswezey committed Dec 23, 2017
1 parent 7b4e7ab commit 4f790cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static Bitmap getBitmapFromAsset(AssetManager mgr, String path) {
return bitmap;
}

public static void classifyBitmap(Bitmap bitmap) {
public static float classifyBitmap(Bitmap bitmap) {
final int width = bitmap.getWidth();
final int height = bitmap.getHeight();
final int pixelCount = (width * height);
Expand Down

0 comments on commit 4f790cc

Please sign in to comment.