By Vinod K Kumaran
System.getProperty("os.name") return the Operating System name in java.
package com.pretech;public class OSNameExample { public static void main(String[] args) { System.out.println(System.getProperty("os.name")); }}
package com.pretech;
public class OSNameExample {
public static void main(String[] args) {
System.out.println(System.getProperty("os.name"));
}
Windows 7
Confusion Matrix + Precision/Recall (Super Simple, With Examples) 1) Binary Classification Setup Binary classification means the model p...
No comments:
Post a Comment