package com.pretech;public class JavaHome {public static void main(String[] args) {System.out.println(System.getProperty("java.home"));}}
Output
C:\Program Files\Java\jdk1.7.0_06\jre
Confusion Matrix + Precision/Recall (Super Simple, With Examples) 1) Binary Classification Setup Binary classification means the model p...
No comments:
Post a Comment